Paweł Baczyński wrote:I passed 1Z1-810 Upgrade to Java SE 8 Programmer beta exam with an amazing score of 73% (the passing score is 65%).
Not the greatest result one can hope for but given my very limited time to study I am not disappointed.![]()
I used Java SE 8 for the Really Impatient by Cay S. Horstmann as my main resource and a study guide by Mikalai Zaikin as a refresher/summary.
Baba Sahbi wrote:
For security topic, there is no particular question related to jsf, it's all about securing a web application (programmatically or in a declarative fashion).
.
Baba Sahbi wrote:Hello liviu,
I don't remembrer any question specifically asking about html 5, but i do remembrer a couple of questions having "use html 5" as a possible answer.
For security topic, there is no particular question related to jsf, it's all about securing a web application (programmatically or in a declarative fashion).
Last but not least, there were a couple of questions about the use of ui:Debug component.
Hope that helps.
Regards.
Baba Sahbi wrote:
The most recurring subjects are JSF phases and PhaseListeners, standard/custom validators and converters and facelets syntax (composite components, templating..).
Introducing the Auction Application:
- Describe the auction application
- Define the domain objects of the auction application
- Describe the implementation model for the auction system
Mikalai Zaikin wrote:Taking this course from Oracle and knowledge of Auction Application is not critical for 1Z0-898. In "Pro JPA 2.0" all samples are much more detailed and verbose than in Auction Application (you can use source code for the book from Apress web site).
Mikalai Zaikin wrote:
Unfortunately, it's available only for those who take this course, it's not available for free download.
The good news is that Enthuware has similar Toy Application for JPA
Best regards,
MZ
Mikalai Zaikin wrote:Well, I can suggest you to look at the Prometric web site (2test.com).
It shows both registration date and the date you took the test.
HTH,
MZ
Hello,
Beta test results are normally announced after a couple of months (10 weeks as mentioned above). Be patient and check the certmanager.net site after 10 weeks. 8-)
Best regards,
MZ
Parth Twari wrote:Is there any kind of programatic authentication? I had read about programmatic authorization .But as far as i know about authentication you have to use the DD's element <login-config> .
But HF page 846 , Q. 37 says
It is not necessary to use DD of the application in order to verfiy that users are who they say they are. Use programmatic authentication instead.
What is right ?