Hi,
What sort of design guidelines o one should follow for a small web application with 5-6 screens. (login,upload file, download file etc).
like struts/user build mvc framework, jdbc/hibernate etc.. design
patterns like business delegate, dao pattern etc for database part.
or is it fine to write a
jsp on form submission invoking a required helper class and directly submitting the required values to the database
Thanks,
Neeraj.