| 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
|
 |
 |
|
|
subject: Design Pettern
|
|
|