design - How to ensure easy maintainablilty while developing Struts application? -
i've worked on few projects on struts 1.3 application becomes difficult modify in future. follow dao objects , business delegator classes ensure separation of concern still having problems them.
can tell practices follow don't have problems in fututre !!
- use dependency injection framework decouple classes (spring + struts, guice + struts)
- employ behavior driven design functional tests (jbehave.org)
- employ test driven design have code tested (strutstestcase junit)
making code testable having maintainable. more resources use google/stack overflow search.
Comments
Post a Comment