Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Best IDE for developing servlets? and...

Status
Not open for further replies.

celebi

Programmer
Sep 24, 2003
4
GB
Hi, what is the best IDE for developing java servlets?

I would also be greatful, if somebody would come up with a middle size project that involves servlets. e.g. servlet front-end with a database(access or... ?) back-end. I'm a newcomer to this area. Would highly appreciate some help.

Thanks....
 
if you want free software use Eclipse

Ion Filipski
1c.bmp

ICQ: 95034075
AIM: IonFilipski
filipski@excite.com
 
Eclipse is excellent. Plugins can make it so you can debug right into a linked Tomcat server.

I would read up about web application design first though.
Don't get your servlets too fat, and separate out the presentation and business logic (effectively making the servlet not much more than a marshaller that calls other classes to do the business logic and forwards the results to some JSPs for display on screen (or another servlet using an HTML template or XSL sheet to render the output).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top