Looking for Alternative Design solution for Java Beans(Domain Object Design
Hi All,
I am looking for alternative Design solution for Java Beans(regular beans). Right now I am using Java Beans to store the data that comes from DAO object. Setting this databean into request scope to use on JSP page. Now I want to change this databean design to Domain Object Design. Can any one help me how to design Domain Object modle.
Thanks,
Munna

