Yohan Liyanage wrote:Howdy Ranchers,
I got the email from Oracle saying that I have passed the OCMJEA. Pearson VUE Score Report for assignment say's I've scored 155 / 160.
A big thank you for all of the ranchers who helped out to clarify my concerns !
Regards,
Yohan.
Ganesh Gopalakrishnan wrote: I have received the OCMJEA Certification Kit by MAIL on Oct 18, 2011.
![]()
When I was checking the status accidently in PearsonVue website on Oct 5th, I came to know, I PASSED.
Verified in Oracle Certview website in the same day and confirmed it, as my certification details were appearing in the website.
BTW, I am yet to receive the 1% congratulations email from Oracle.does not matter, I have hard copy of certification now...
![]()
So If any of you guys did not receive Congratulations email from Oracle, however if you could see score report in PearsonVue site and in Oracle certification view site(certview.oracle.com), then you should be good.
Many Thanks Again for Java Ranches for great help through out this Architect certification journey, especially this forum was really helpful for my step2 assignment.
Details :
1. Assignment Upload : 16-Sep-11
2. Essay Exam : 17-Sep-11
3. Score Report in PearsonVue : 05-Oct-11 ( may be this is visible earlier than 5th Oct, could be on 3rd or 4th, I did not check)
4. Certification View Website : 05-Oct-11
5. Certification Kit by MAIL : 18-Oct-11
Thank You All Again!!!
Warm Regards,
Ganesh.
Geert van der Ploeg wrote:Finally, I got the 1%-mail from Oracle, telling me I passed!
My time line:
10-JUN-11: part 1, downloaded part 2 (Factory Homes)
20-JUN-11: part 2 submitted
22-JUN-11: part 3
23-OCT-11: passed! (yes, that's ~19 weeks, 4 months!)
Thank you all for sharing your experiences with the awkward SCEA-grading-queue, this made my waiting a lot easier to bear.
Regards,
Geert
Mauro Camelo wrote:Yesterday I got home and I found in my mailbox the certification kit ! After months of study and long waits I passed the Java EE 5 Enterprise Architect certification with Oracle.
I'd like to thank the community which often gave me ideas to be explored.
Mauro from Rome
Dmitry Kudinov wrote:Unbelievable! I got it!
Just went to my Pearson VUE account, checked score report and yes! I got Pass and 144/160 points![]()
I didin't receive email from Oracle yet and in CertView I don't have logo for OCMJEA, but I'm sure I will have it in day or two.
I've submitted my assignment on 9th of June (Dreamcar) and taken essay on 13th of June - more then 18 week of waiting! And the most concern was that I will fail (deployment diagram section seems to be the weakest part for many aspirants) and after that I will need to wait same 4 months again. But luckily no.
I'm so happy! And I would like to thank this forum for all those answers I've found and for all those news I got from you guys![]()
And it's a party time now!![]()
Satish Viswanathan wrote:Dear All,
Can anyone please let me know how I should submit the Part2 - whether sending by email to [email protected] with the assignment submission
or wait to get the user name and password for Pearson and then upload the assignment. I don't have any voucher since I paid by credit card.
Any pointers will be greatly appreciated.
Thanks,
Satish
Oracle Certification Program policy requires that a 1Z0-865 or 1Z0-848 exam be graded before registration for exam 1Z0-866 is allowed.
Mahesh Subramaniya wrote:I'm trying to evaluate my design patterns to be used in my architecture. I know Front Controller can be designed to delegate work to respective Helpers. But if I leverage JSF and faces-config.xml, should I still need to worry about the Front Controller pattern, as I understand JSF also does similar work. Correct me if my understanding is wrong.
Thanks.
Note that the entry point into the JSF framework is the FacesServlet. It acts as the front controller and handles request processing lifecycle.
Tim Holloway wrote:
Mahesh Subramaniya wrote:Good Explanation Tim!
You're thinking in terms of specifics, but MVC is an abstraction. In MVC, the controllers are components which link the Model and a View. Note that I said "a" View and not "the" View. That's because in a good MVC implementation you can have multiple views of a model, such as, for example, a spreadsheet view and a pie-chart view, both using the same model at the same time.
Tim, A very different thought perspective and clarification.
Thanks to all for discussing this topic in such depth.
Arnold Reuser wrote:The book Real World Java EE Patterns Rethinking Best Practices of Adam Bien is based on Java EE 5.
With the advent of Java EE 5, he was able to remove a remarkable amount of patterns, indirections, and layers without sacrifcing the functionality.
He provides arguments on why several patterns can be considered deprecated. Read the book if you would like to know more about his findings.
Tim Holloway wrote:
Again, you don't actually write controller code here, as the out-of-the-box implementations are sufficient. About the only place you write controller code of your own is when you implement JSF event listeners, and clean JSF apps have few, if any of those. You can also consider Validators and Converters to be Controller code, but there's a rich stock set of those as well, so again, user-supplied function are rare here.
Guy deLyonesse wrote:Not sure I understand what you mean. Can you be a bit more specific?