|
Just a pointer: scriptlets are A Bad Thing anyway, and anything, scriptlets or otherwise, that connects a JSP to a database, is a bad design. Try and layer the app a bit more, otherwise you'll be copying and pasting data access code all over the place
|