This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes OO, Patterns, UML and Refactoring and the fly likes design for small web application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » OO, Patterns, UML and Refactoring
Reply Bookmark "design for small web application" Watch "design for small web application" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: design for small web application
 
Similar Threads
Developer, San Ramone , CA
"Enterprise" applications and Object-Orientation
differences between WAR file and EAR file
creating of setup
EE application architecture