J2EE Design Patterns.

Hi All,

Where can I get the detail notes on J2EE Design Patterns, part of SCWCD.

Section 13 says..

13.1 Given a scenario description with a list of issues, select the design pattern (Value Objects, MVC, Data Access Object, or Business Delegate) that would best solve those issues.

13.2 Match design patterns with statements describing potential benefits that accrue from the use of the pattern, for any of the following patterns:

Value Objects

MVC

Data Access Object

Business Delegate

Plase give me the URLs or Books in which I can get the details for the above topics.

Thanks.

[674 byte] By [lggoundalkar] at [2007-9-26 22:31:07]
# 1

>

> Plase give me the URLs or Books in which I can get

> the details for the above topics.

You are a Software Engineer, effectively researching a topic on the Net should be a core skill. Learn to use the Search feature at the top right of this screen, and www.google.com/dmoz.org. Each of the phrases you've asked for help on produces multiple hits.

http://search.java.sun.com/Search/java?qt=Value+Objects%2C+MVC%2C+Data+Access+Object%2C+or+Business+Delegate&x=13&y=11

MartinS. at 2007-7-4 2:30:52 > top of Java-index,Other Topics,Patterns & OO Design...
# 2
Try reading this : http://www.tuxedo.org/~esr/faqs/smart-questions.htmlIn particular this section: http://www.tuxedo.org/~esr/faqs/smart-questions.html#BEFORE
MartinS. at 2007-7-4 2:30:52 > top of Java-index,Other Topics,Patterns & OO Design...
# 3
Thanks for the information.BTW I didn't know that these things are there in J2EE patterns..cool...since I am a software engineer.. i don't waste time in searching the net and choosing the right one..Hope you get my way of thinking.Cheers.
lggoundalkar at 2007-7-4 2:30:52 > top of Java-index,Other Topics,Patterns & OO Design...