Posted By:
Ben_Soedjono
Posted On:
Thursday, January 31, 2002 11:25 AM
What is the best way to segregate applications that are very different but still share some common components?
Should I use a separate Action servlet for each application? Or should I still use one Action servlet, and delegate from there? Sometimes, I want to deploy just one application among the bunch.