aspose file tools
The moose likes Servlets and the fly likes Design Pettern Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Design Pettern" Watch "Design Pettern" New topic
Author

Design Pettern

Raja Islam
Ranch Hand

Joined: Dec 07, 2001
Posts: 74
i have a question that i want to make a medium size server side application. is it necessary to build application on pettern or i can make it without pettern .i also want this application reuseable??
Jessica Sant
Sheriff

Joined: Oct 17, 2001
Posts: 4313

If you want to make it reusable -- and you want to avoid re-inventing the wheel -- I'd recommend developing your app around a design pattern.
Also, this way you if someone inherits your code, they can look to the design pattern definition to better understand the construction.
I recommend Core J2EE Paterns: Best Practices and Design Strategies
[ May 05, 2002: Message edited by: Jessica Sant ]

- Jess
Blog:KnitClimbJava | Twitter: jsant | Ravelry: wingedsheep
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Design Pettern
 
Similar Threads
URL Pettern source
URL Pettern
Pettern Advice needed
Design Pettern