• 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

SCBCD 5.0 and JAX-RPC, JAX-WS?

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everybody,

I wonder... is there any question about JAX-RPC in SCBCD 5.0 exam?
When I'm reading Exam Objectives http://www.sun.com/training/catalog/courses/CX-310-091.xml there is only information about JAX-WS

Identify correct and incorrect statements or examples about implementing a session bean as a web service endpoint, including rules for writing a web service endpoint interface and use of the @WebService and @WebMethod annotations.



But in my books - "Enterprise JavaBeans 3.0" written by Bill Brook & Richard Manson-Haefel(I know this isn't exactly book for this exam) there is half chapter about JAX-RPC.

How complex are questions about WebServices? JAX-WS?

Thanks for any answer,
MyMyselfAndI
 
Ranch Hand
Posts: 342
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
All questions concerning WebServices in mock exams and the real exam that I have seen were quite elementary and could be answered by knowing how to use @WebService and @WebMethod. No knowledge of the underlying API's (JAX-WS in EJB 3.0, JAX-RPC in EJB 2.1) was required.

But there could be questions on what API's an EJB 3.0 container must make available. So it's good to know that JAX-WS and JAX-RPC are available.
 
A teeny tiny vulgar attempt to get you to buy our stuff
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic