Hi,
I am familiar with the basics of MVC and using
Struts as the presentation layer. I'm having difficulty applying OOP principles to my project to implement an extensible, maintainable design.
I am trying to design a system that receives applications of various types and stores the info in a db. There are elements of each application that are similar, which lends itself to a base-derived structure for the ActionForms(?). Of course, I'd need to go to different
jsp pages to collect different information based on the type of application that is being processed.
Does anyone have any tips on books/websites/examples that would be an aid for this type of problem?
Any help is greatly appreciated.