| Author |
Web site developement
|
Roy Bingham
Greenhorn
Joined: May 21, 2008
Posts: 7
|
|
|
How best to incorporate Java if i was to build a web site using it?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56202
|
|
That's really too vague a question for any kind of substantive answer. What is it you want to do with such a web site? Narrower questions will get better, less vague, answers. Are you looking to execute Java on the client? Then applets are what to look into. On the server? Then servlets and JSP are where to poke.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
fred rosenberger
lowercase baba
Bartender
Joined: Oct 02, 2003
Posts: 9950
|
|
also, java may not be the best solution for building a web site (i know, it's heresy to say that on a JAVA web site). you should decide what you want the web site to be first, and THEN choose the technology, not the other way around.
|
Never ascribe to malice that which can be adequately explained by stupidity.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56202
|
|
Originally posted by fred rosenberger: you should decide what you want the web site to be first, and THEN choose the technology, not the other way around.
Well said.
|
 |
 |
|
|
subject: Web site developement
|
|
|