Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Fwd: Java vs. html, is java losing
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-lReceived on Fri Jan 28 2005 - 10:26:10 CST
![]() |
![]() |