I would check the aplication design, I have seen using dblookup to access remote data cause huge delays. Most often it has been a developer using a dblookup into a large view that is frequently updated causing reindexing when the dblookup is called which will cause the client to just sit and...
The reason I suggested struts was because Dave said:
*************
This form is just the first part of the project. In the future it has to be upgraded to interact with databases and serve up customized options based on login.
*************
I believe maintenance and echancments are a huge pain...
sedj
I did not get this opinion from reading about but from having to deal with new java programmers writing jsp that are 100's of lines and servlets that try to do it all and I have found struts to be the best way for me to deal with it.
The learning curve for struts in a small project is...
Why hasn't anyone mentioned Struts. Having a beginner write servlet/jsp without struts will leave that code an absolute mess. Learning struts at the same time as java will not add very much time to the project and will help enforce MVC which Dave will be grateful for when the time comes to add...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.