View Single Post
  #5 (permalink)  
Old 10-01-2008, 10:30 PM
georgemc georgemc is offline
Senior Member
 
Join Date: Sep 2008
Posts: 131
georgemc is on a distinguished road
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
Reply With Quote