Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Fwd: Java vs. html, is java losing

Re: Fwd: Java vs. html, is java losing

From: Lyndon Tiu <ltiu_at_alumni.sfu.ca>
Date: Fri, 28 Jan 2005 07:24:48 -0800
Message-Id: <200501280724.48346.ltiu@alumni.sfu.ca>


On January 28, 2005 01:10 am, Juan Carlos Reyes Pacheco wrote:
> Hi, I had seen a tendency to not use java for internet use, one
> example is enterprise manager in 10g is html. In the same oracle way
> small business suite in
> internet.
>
> I think java is still too heavy, maybe in the future.
>
> Do you prefer to use java insted to html to internet usage, why?
>
> Thank you
>
> --
> Oracle 9i,10g Certified Professional
> Experience on Orace 7,8i
> Developer 6i Certified Professional
>
> 8 years of experience in Administration, developing and design

Did they lock you up in a dark cave all these years?

Java is definitely heavy. It is slower and uses a lot of memory. Most people who care about application performance use C/C++/assembler. Most people who care about rapid app. development go for Java/C#(.Net).

HTML is mainly for presentation.

JavaScript which is tied to HTML at the waist is also for logic much like Java but the logic execution is done on the clent-side and is mainly used for form validation, user prompts and window focus management.

Most development I know uses Java to generate HTML with javaScript pages dynamically depending on user input and available data from the back-end.

You can use other languages to produce dynamic HTML like PHP, ASP, ASP.NET, Python, Perl, etc.

--
Lyndon Tiu
--
http://www.freelists.org/webpage/oracle-l
Received on Fri Jan 28 2005 - 10:26:10 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US