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

[383 byte] By [munn_2000a] at [2007-10-2 13:17:23]
# 1
your question is so broadly scoped that I am not sure if one could answer it in the limited space allowed by the forum. However I would surely suggest "Domain Object Model pattern" from Martin Fowler's Enterprise Application Patterns.
kilyasa at 2007-7-13 10:50:12 > top of Java-index,Other Topics,Patterns & OO Design...
# 2
Thanks for your reply. Do you have any URL links for "Domain Object Model pattern" or any examples I can take a look into that examples?. Once again Thanks for your reply. If you want I can provide my email id and my application details.Thanks Munna
munn_2000a at 2007-7-13 10:50:12 > top of Java-index,Other Topics,Patterns & OO Design...
# 3

I personally always recommend buying the book since then you go through the whole concept and the frame of mind. Just looking at the weblinks can provide you with some superficial information, but the essence is lost. You could however google for the info. Another nice place is

http://www.martinfowler.com/

kilyasa at 2007-7-13 10:50:12 > top of Java-index,Other Topics,Patterns & OO Design...
# 4
here you go http://martinfowler.com/eaaCatalog/domainModel.html
kilyasa at 2007-7-13 10:50:12 > top of Java-index,Other Topics,Patterns & OO Design...
# 5
Thanks for your reply. I will take a look into this URL.
munn_2000a at 2007-7-13 10:50:12 > top of Java-index,Other Topics,Patterns & OO Design...