It's not a secret anymore!
The moose likes Architect Certification (SCEA/OCMJEA) and the fly likes Information request Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Architect Certification (SCEA/OCMJEA)
Reply Bookmark "Information request" Watch "Information request" New topic
Author

Information request

P Das
Ranch Hand

Joined: Jun 30, 2008
Posts: 123
Anybody,

Urgently need answer to the following (with respect to the assignment):
1) Single class diagram or multiple?
2) How many classes (approx range)?
3) Does one need to use extension mechanism to use, e.g. EJB 3.x?
4) Does anyone know how to escalate issues that are not being responded to by Sun Education?

Thanks


Pranab Das, PMP, SCEA
Dmitri Ericsson
Ranch Hand

Joined: Feb 16, 2010
Posts: 109
Generally it is not recommended to split class diagram. Personally I had one class diagram with 20-25 classes and one small class diagram for security and authorization related objects. My main class diagram does not include some of pattern implementations, e.g. factories and JSF managed beans (they are on sequence diagram)

What extension mechanism do you mean? I am not familiar with that.

About number 4 - I you ask about details that are not clear from the task, you can propose your own vision in the assumptions section


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: Information request
 
Similar Threads
IntelliJ Questions
Need some clarification about Context class
How to use a HashMap
SSL of J2ME on Palm under KVM
manage get and post?