• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Implement the functionality of the JAX-RS resource's methods

 
Ranch Hand
Posts: 34
Mac IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am referring to OCEWSD 6 Study notes provided in the links section of web services exam. In the section, there is mention about Mikalai Zaikin's link (which is v helpful, Thanks). As we know that some of the topics are not covered and my query is relating to such topic:

2.1.10. Implement the functionality of the JAX-RS resource's methods

I am investigating to find out what this actually means. I couldn't find a Resource interface in Java Web Services REST API. I was referring to link provided by GrepCode: http://grepcode.com/snapshot/repo1.maven.org/maven2/javax.ws.rs/javax.ws.rs-api/2.0-m15/

Also, my other question is actually with the topics, Oracle doesn't actually mention topics in detail (http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=5001&get_params=p_exam_id:1Z0-897&p_org_id=&lang=) as Mikalai's link does, am I missing something?

Please let me know. Thanks.
 
Creator of Enthuware JWS+ V6
Posts: 3411
320
Android Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Mujahed Syed,

I am investigating to find out what this actually means. I couldn't find a Resource interface in Java Web Services REST API.


You can check the JSR-311 specifications of JAX-RS. You will find the definition of a resource method there.

Also, my other question is actually with the topics, Oracle doesn't actually mention topics in detail as Mikalai's link does, am I missing something?


Oracle has only a limited number of topics and doesn't provide any details (so you are missing nothing....). The list of Mikalai is a best guess based on the old and new version of the exam.

Regards,
Frits
 
Mujahed Syed
Ranch Hand
Posts: 34
Mac IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot Frits Walraven for the reply.
 
Bartender
Posts: 2418
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The difficult part about the exam is that there is no official study guide for it. We have to read a list of materials and put stuff together.
 
Mujahed Syed
Ranch Hand
Posts: 34
Mac IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, true. Wished Kathy and Head First team published their excellent work as they did with SCJP and Web Development Certificate, so many are thankful for their valuable work.. infact, when I see resume's/profiles of people applying job in my company i rarely find people with any other certification... that says it all.. hope they read this comment and may be we can motivate them :p
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic