• 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

JavaScript / Jersey Client for exam ?

 
Ranch Hand
Posts: 55
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I saw in mikalai notes for REST/JAX-RS and also in some mock questions some JavaScript for AJAX.

Will the exam include questions regarding JavaScript integration ?

And also will the exam include Jersey Clients ? Or just plain JavaSE java.net clients or JAX-WS Dispatcher clients ?

I mean Jersey Clients aren't standard, so why should we care. There are lots of options for REST clients, like RESTEasy, Apache HTTPClient ... why should we study Jersey (even though is RI)

Thanks.
 
Bartender
Posts: 2418
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No, I don't think Javascript integration is in this exam. Read this link: 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=

By the way, do you know which WSDL and SOAP version will be on the exam? The FAQ link says 1.1 for both. But it is not specified.

Also , one of the moderators suggest this:
http://jersey.java.net/nonav/documentation/latest/jax-rs.html (Chapter 1-5)

Only the first 5 chapters are good enough for the exam.
 
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 All,

I agree that it is not in the list of topics but that list is quite small.

If you check the course topics of the training that Oracle is providing you can see that Jersey is part of it:

JAX-RS-based Web Service Clients

Understand how to create JAX-RS clients using URL and HttpURLConnection.
Understand how to create JAX-RS clients using the Jersey Client API.


So I assume that it is also part of the exam.

Regards,
Frits
 
Himai Minh
Bartender
Posts: 2418
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I guess the Oracle training covers more than the exam.
 
Cosmin Nicolae
Ranch Hand
Posts: 55
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Anyone who took the exam could say if it includes Jersey Client ?

I'm alright with plain Java SE java.net clients as a mean to learn things.
But knowing Jersey Client seems too much.
 
Himai Minh
Bartender
Posts: 2418
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am in the same situation. I am struggling with the lack of official study guide. And the Oracle's exam topic is not every specific.
Read my previous post. One of the moderators said read the Jersey tutorial from chapter 1 - 5 is good enough.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic