> i have just bought a pentium ii 300 mhz machine with win95 on it.
> i am a java programmer. but all the time i have worked on windows and intel, 
> sometimes ported code from windows to linux and unix.
> but its the first time i'm going to install linux on my own.
> first thing is i need to run a application server for hosting my own website 
> using java server pages and servlets and jdbc.
> i have some plans for the architecture but i'm thinking on the Operating 
> system. the site i currently host is javareference.com is html based. i will 
> be porting it to a dynamic site.
> suggestions needed on linux, java versions, stability, appserver etc.
> thanks all in advance,

Depends realy on cost, there are some free servers that will let you run
servlets etc (Tomcat, Orion, JBOSS).  Do you need J2ee development environment?

If all you need is jsp, servlets, and some database thing, I would look at
Tomcat (http://jakarta.apache.org/tomcat/index.html), with a some JDO
implementation (JDBC is so 1990's:).  JDO makes your life very esay by 
hiding the jdbc stuff, you to queries an object level.  Most of them do all
sorts of funky shit as well like caching.

For a JDO implementation, i believe JBOSS comes with one, but ive never used
it.  I have used and would recomend Castor (castor.exolab.org).

-- 
[EMAIL PROTECTED]     Do not meddle in the affairs of dragons, because you are
                crunchy and taste good with ketchup.


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to