[OCP 21 book] | [OCP 17 book] | [OCP 11 book] | [OCA 8 book] [OCP 8 book] [Practice tests book] [Blog] [JavaRanch FAQ] [How To Ask Questions] [Book Promos]
Other Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, TOGAF part 1 and part 2
Jeanne Boyarsky wrote:Ketan,
Welcome to CodeRanch!
It would be better to use a OCMJEA 6 book. However, since there isn't one, the SCEA 5 books are better than nothing. You'll need to study the additional topics/updates to JEE for JEE 6 separately though.
Ketan Prajapati wrote:As you stated , OCMJEA 6 book is not available and also it is scheduled to be launched in August 2014.
Can I start with SCEA guide by Cade and Sheil (Java EE 5) and others avilable for Java EE 6.
[OCP 21 book] | [OCP 17 book] | [OCP 11 book] | [OCA 8 book] [OCP 8 book] [Practice tests book] [Blog] [JavaRanch FAQ] [How To Ask Questions] [Book Promos]
Other Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, TOGAF part 1 and part 2
Jeanne Boyarsky wrote:
Ketan Prajapati wrote:As you stated , OCMJEA 6 book is not available and also it is scheduled to be launched in August 2014.
Can I start with SCEA guide by Cade and Sheil (Java EE 5) and others avilable for Java EE 6.
Yes. I liked Cade and Sheil. I'd supplement that with the JEE 6 tutorial. I don't have any particular books in mind.
[OCP 21 book] | [OCP 17 book] | [OCP 11 book] | [OCA 8 book] [OCP 8 book] [Practice tests book] [Blog] [JavaRanch FAQ] [How To Ask Questions] [Book Promos]
Other Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, TOGAF part 1 and part 2
Jeanne Boyarsky wrote:Agreed. That sounds like a good plan.
Fernando Franzini - Java Blog
Fernando Franzini wrote:Hello Ketan
Wellcome to javaranch.
Here are my tips and books suggested - http://fernandofranzini.wordpress.com/2013/05/03/my-tips-on-ocmjea/
Enjoy your studies!
Fernando Franzini - Java Blog
Elizaba Thomas wrote:Hi all,
I am new to this forum... I attempted the OCMJEA 6 exam recently but didnt manage to pass . Scored only 70% . Required was 71%. Missed by 1%.![]()
Elizaba Thomas wrote:Thanks for the prompt reply Mikalai ... I did the production one ...
Let me also add, There was one question regarding message level security ... It goes like this
Q- Which two statements are true about security strategies at the message level?
A. Messages are secured during transport and after arrival at their destination
B. Each portion of a compound message is secured.
C. SSL is required to ensure authenticity, integrity, and confidentiality.
D. Message attachments are secured without the need for a dedicated API.
E. Security is dependent on the application environment or the transport protocol.
I got the question from one of the mock exams i found online (after I attempted the exam ! ) They have answered C,E (I know for sure E is not an answer !! )
I answered, A and C - And I am pretty much sure the answer is correct
My exam results details that I had answered the one of message level security wrongly !!!
I realize most of the exams published online give wrong answers!
I am wondering if Oracle accepts re-evaluation !![]()
Elizaba Thomas wrote:Thanks Mikalai
Do you know of any good practice exams which I could purchase?
cmjea 6
======
• Demonstrate knowledge of Java EE design patterns including: Service Starter, Singleton, Bean Locator, Resource Binder, Dependency Inj ection, Payload Extractor, Context Holder, and Thread Tracker.
• Select an appropriate pattern for a given application challenge from the following: Facade, Strategy, Observer, Composite, and Abstract Factory.
• Identify a design pattern, using a description of its features, from the following: Facade, Strategy, Observer, Composite, and Abstract Factory.
• Identify the use of the law of leaky abstractions or a specific anti-pattern in a given scenario.
cmjea 5
======
From a list, select the most appropriate pattern for a given scenario. Patterns are limited to those documented in the book - Alur, Crupi and Malks (2003). Core J2EE Patterns: Best Practices and Design Strategies 2nd Edition and named using the names given in that book.
From a list, select the most appropriate pattern for a given scenario. Patterns are limited to those documented in the book - Gamma, Erich; Richard Helm, Ralph Johnson, and John Vlissides (1995). Design Patterns: Elements of Reusable Object-Oriented Software and are named using the names given in that book.
Select from a list the benefits and drawbacks of a pattern drawn from the book - Gamma, Erich; Richard Helm, Ralph Johnson, and John Vlissides (1995). Design Patterns: Elements of Reusable Object-Oriented Software.
Select from a list the benefits and drawbacks of a specified Core J2EE pattern drawn from the book - Alur, Crupi and Malks (2003). Core J2EE Patterns: Best Practices and Design Strategies 2nd Edition.
Demonstrate knowledge of Java EE design patterns including: Service Starter, Singleton, Bean Locator, Resource Binder, Dependency Inj ection, Payload Extractor, Context Holder, and Thread Tracker.
Mikalai Zaikin wrote:
Elizaba Thomas wrote:Thanks for the prompt reply Mikalai ... I did the production one ...
Let me also add, There was one question regarding message level security ... It goes like this
Q- Which two statements are true about security strategies at the message level?
A. Messages are secured during transport and after arrival at their destination
B. Each portion of a compound message is secured.
C. SSL is required to ensure authenticity, integrity, and confidentiality.
D. Message attachments are secured without the need for a dedicated API.
E. Security is dependent on the application environment or the transport protocol.
I got the question from one of the mock exams i found online (after I attempted the exam ! ) They have answered C,E (I know for sure E is not an answer !! )
I answered, A and C - And I am pretty much sure the answer is correct
My exam results details that I had answered the one of message level security wrongly !!!
I realize most of the exams published online give wrong answers!
I am wondering if Oracle accepts re-evaluation !![]()
Hello,
I would answer the same:
A (Messages are secured during transport and after arrival at their destination)
C (SSL is required to ensure authenticity, integrity, and confidentiality.)
It explained in Java EE 6 tutorial here: http://docs.oracle.com/cd/E19798-01/821-1841/bnbxd/index.html
A – true (Security stays with the message over all hops and after the message arrives at its destination.)
B – false (For example, a portion of the message may be signed by a sender and encrypted for a particular receiver.)
C – true
D – false (Security can be selectively applied to different portions of a message and, if using XML Web Services Security, to attachments.)
E – false (Message security is independent of the application environment or transport protocol.)
So, I believe you answered this question correctly![]()
Best regards,
MZ
P.S. Note, the online sample tests may be totally wrong, so take those questions and answers with caution.
OCJA, OCJP, OCMJD, OCEJWCD, OCEJBCD, OCEJWSD, OCEJPA
I have a knack for fixing things like this ... um ... sorry ... here is a consilitory tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
|