| Author |
design for small web application
|
Neeraj Vij
Ranch Hand
Joined: Nov 25, 2003
Posts: 315
|
|
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.
|
 |
Joe Matthew
Ranch Hand
Joined: Jun 10, 2008
Posts: 66
|
|
You can very well do anything you want. But it is a question whether your boss or colleagues will allow you to or if this is a product or application. Simple MVC is always the best one to incorporate since you can say the application is MVC!!
|
Regards,<br />Joe<br /> <br />"Always program as if the person who will be maintaining your program is a violent psychopath that knows where you live."<br />--Martin Golding
|
 |
 |
|
|
subject: design for small web application
|
|
|