• 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

some questions about exam

 
Ranch Hand
Posts: 2108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
these questions on my mind came while doing some mock exams. any comments?

1. is trax part of jaxp?

2. in the real exam, if not specified, is it assumed that the question is based on bp? one mock exam never mentions bp on at least 2 of its questions, but bases the answer on the bp. the answer would be different if it is not limited to bp

3. is xml declaration is required on the first line of soap message?

4. Which specs, if any, says that servlet-mapping url-pattern for endpoint must be specific like

<url-pattern>/webservice/SomeService</url-pattern>

and cannot be unspecific or wildcard like

<url-pattern>/webservice/*</url-pattern>
[ March 26, 2006: Message edited by: Jesus Angeles ]
 
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Jesus Angeles:
1. is trax part of jaxp?



There is no TraX specification. However if you check the JAXP 1.2 (JSR 063) you will see that it covers the "transformation API" which covers the javax.xml.transform.dom, javax.xml.transform.sax, and javax.xml.transform.stream packages.

Originally posted by Jesus Angeles:
2. in the real exam, if not specified, is it assumed that the question is based on bp? one mock exam never mentions bp on at least 2 of its questions, but bases the answer on the bp. the answer would be different if it is not limited to bp



As far as I could tell BP was mentioned when in was relevant.

Originally posted by Jesus Angeles:

3. is xml declaration is required on the first line of soap message?



No, but the receiver must allow it.
Basic Profile 1.0a


4.1.9 SOAP and XML Declarations
Presence or absence of an XML declaration does not affect interoperability. Certain implementations might always precede their XML serialization with the XML declaration.

R1010 A RECEIVER MUST accept messages that contain an XML Declaration



Originally posted by Jesus Angeles:
4. Which specs, if any, says that servlet-mapping url-pattern for endpoint must be specific like

<url-pattern>/webservice/SomeService</url-pattern>

and cannot be unspecific or wildcard like

<url-pattern>/webservice/*</url-pattern>



Web Services for J2EE, Version 1.1 (JSR 109)
page 42


Servlet Mapping. A developer may optionally specify a servlet-mapping, in the web.xml deployment descriptor, for a JAX-RPC Service Endpoint. No more than one servlet-mapping may be specified for a servlet that is linked to by a port-component. The url-pattern of the servlet-mapping must be an exact match pattern (i.e. it must not contain an asterisk (�*�)).

 
Jesus Angeles
Ranch Hand
Posts: 2108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Peer, thanks,

notice the new shiny cert acronym in my signature below? got it today
 
Ranch Hand
Posts: 2023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Congratulations!!! Jesus
 
Jesus Angeles
Ranch Hand
Posts: 2108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hey thanks, your product helped me
 
Peer Reynders
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Finally, got fed up with preparation and took the jump, eh.
Well, the "gamble" paid off - its done!
Congratulations!

However the Sun's certification acronym should be SCDJWSI
Sun Certified Developer for Java Web Service Interfaces (or even Interaction Layers).
Apparently the "Processing Layer" isn't that important.
Somebody else�s job.
 
Jesus Angeles
Ranch Hand
Posts: 2108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
fed up, yes, and i just want to get it over with

the only alternative is another long restudy

yes, ws, as an interface...like it just replaced corba, all the rest remained
 
Can you hear that? That's my theme music. I don't know where it comes from. Check under this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic