This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Architect Certification (SCEA/OCMJEA) and the fly likes J2EE Patterns Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Certification » Architect Certification (SCEA/OCMJEA)
Reply Bookmark "J2EE Patterns" Watch "J2EE Patterns" New topic
Author

J2EE Patterns

Luke Murphy
Ranch Hand

Joined: May 12, 2010
Posts: 299
HI,
One of the objectives of the Architects Exam 310-052 is to know the Java 2 EE core design patterns. Now, I believe all these patterns are still core exam objectives and must be known even though some of them would not be used with the latest Java EE technologies. For example, you still need to have good understanding of things like DAO and Domain Store when the sensible thing to do would be to just use JPA.

So my question is what other patterns do you consider obsolete with latest technologies?

And can you confirm that we really need to know all these patterns?

Thanks.
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper

Joined: Aug 26, 2006
Posts: 4967

For the exam questions, you certainly need to know all the design patterns. Even though you are a Java EE 5 architect, you need to know how J2EE applications may have been implemented or maintained.

Here's a JavaRanch thread on just that topic of obsolete design patterns:

Which Design Patterns are Obsolete with Java EE 5 and 6?

Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
Dmitri Ericsson
Ranch Hand

Joined: Feb 16, 2010
Posts: 109
Yes, you should know them all, but for the first part concentrate on the problem each pattern solves, the actual implementation details are not asked.


SCEA 5, SCJP 6 My SCEA Experience
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: J2EE Patterns
 
Similar Threads
SCWCD for JEE5?
Books for OCMJEA
RESTFUL Web Services
Exam Details
SCWCD preparation - help required