Monday, May 24, 2010

What is a good interface in which to code servlets?

I need a good program for a team to code a servlet.


We are experienced with Java, but not so much with servlets, so not something terribly complicated. Also, which version of java do we need to get to have all of the servlet classes?

What is a good interface in which to code servlets?
Good samples on different aspects of servlets are here:


http://www.java2s.com/Code/Java/Servlets...


http://www.exampledepot.com/egs/javax.se...





A sample application:


http://www.java2s.com/Code/Java/Tiny-App...





If you want something professional then do use some MVC framework to keep presentation, business logic and database layers separate.





Java Standard edition will be fine for servlets.


No comments:

Post a Comment