I have one doubt in design
pattern...
Can we apply any other design patterns like factory pattern etc.. in
struts framework?
Let us assume that i have an application which was developed by struts framework... i have a new feature which has to be implemented in existing application. But i can realize that factory method is best choice to fulfill that scenario.. In that sense, can we apply this factory method in existing struts framework?