|
Might
I add that if this is not a prototype I would strongly suggest moving all
business logic and connections out of your JSP pages and into an MVC framework
like Struts or Theseus. If your application is anything more than a few pages
and you might possibly have others having to eventually maintain this, it will
end up a holistic nightmare. Using Struts or Theseus with JSP only to display a
View (and at that, use Tag-libs for things like form elements, iterations of
lists, etc), and allow the servlet/action classes control how the business logic
is done, then possibly use EJB for the business logic you will improve the
managability of your application by a magnitude, not to mention you will most
likely be that much closer to having a scalable application if it is something
you require.
FYI.
|
Title: JSP connection to database problem
- JSP connection to database problem Bruce Wexler
- Re: JSP connection to database problem Lance Lavandowska
- Re: JSP connection to database problem Dinesh Somasundram
- Re: JSP connection to database problem Duffey, Kevin
- Re: JSP connection to database problem Dmitry Namiot
