| Author |
java vs html and other webdesigning
|
rakesh ramchritmanas yadav
Greenhorn
Joined: Oct 18, 2004
Posts: 2
|
|
Hi all, please tell me whether java is advantagious than other webdesigning languages like html,dhtml,xml,curl,cgi/perl. thanks.
|
 |
Marilyn de Queiroz
Sheriff
Joined: Jul 22, 2000
Posts: 9033
|
|
|
It depends on what you are trying to do.
|
JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
|
 |
Sanjaya Sugiarto
Ranch Hand
Joined: Mar 25, 2004
Posts: 229
|
|
HTML for static content DHTML for better "WOW Effect" PHP for dynamic content. Open Source. Very good if you want to develop fast. The engine is also really fast. It also provides best support to MySQL (other type SQLs also supported). Very good for private website and small till middle size company. Perl: like PHP. Notorious for difficult to be learnt by beginner because of its vast libraries. Unlike PHP, Perl allow you to build the GUI. Python: like Perl. It has much smaller learn curve. Java (J2EE) for dynamic content. It takes much longer to develop compared to PHP. But it is far more scalable. It is very suitable in corporate and enterprise environment. .NET: just like J2EE, just in this case the technology comes from Microsoft. And unlike J2EE, .NET is not platform-independant (although MS claims something differently)
|
<a href="http://www.wi.hs-furtwangen.de" target="_blank" rel="nofollow">Business Information Technology - Hochschule Furtwangen University, Germany</a>
|
 |
Layne Lund
Ranch Hand
Joined: Dec 06, 2001
Posts: 3061
|
|
Not that, in Web development, you can hardly use any of these technologies in isolation. In fact, all of the technologies require some use of HTML since that's how all web pages are ultimately displayed. Because of this, I don't think it is really valid to compare Java with HTML and also because, as previously stated, they serve different purposes. Also, CGI doesn't *have* to be written in Perl. In fact, you can write CGI scripts in Java, C++, or any other language that allows you to read stdin and write to stdout. However, doing web development in Java this way is probably not the most efficient use of the language. Typically Java Web development is done with Servlets or some other J2EE technology. Layne
|
Java API Documentation
The Java Tutorial
|
 |
rakesh ramchritmanas yadav
Greenhorn
Joined: Oct 18, 2004
Posts: 2
|
|
Thanks to all of you(Marilyn de Queiroz,sanjaya sugiarto, Layne Lund) I am very much thankful to all you guys to take active participation to give me a better answer as i aam a beginner of java. I also very much thankful to javaranch sit developer that what agreat site thay make for giving solution so fast.
|
 |
 |
|
|
subject: java vs html and other webdesigning
|
|
|