We are trying to design a web application on Websphere.
The design decisions made are:
Presentation layer is on
STRUTS framework.
Data layer is based on a custom framework that.
We are in the process of designing business layer for the application. It is also decided that we will not be using EJBs and will stick to Plain old
java objects (POJOs).
What design
patterns can be used in the business layer? Almost all the
J2EE patterns are discussed with EJB in mind. How applicable are the J2EE design patterns in this kind of approach?
Please help………..