• 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

Compare exams objectives of SCDJWS 1.5 to SCDJWS 1.4

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

In CX-310-220, 1.3 Describe the use of namespaces in an XML document. I noticed it is removed in CX-310-230.
I raised this question because I am totally new to namespace usage or Web service. My latest experience is implementing a default namespace for my application i am working on with JAXB. One of my colleague told me that he saw in some blogs that namespace is nuisance. When the usage is heavier, the application become complicated to handle especially using namespace as versioning control. Furthermore when the default namespace for example is different for the same xsd, exception would be thrown if we set it to be namespace awared for example using SAX Parser when unmarshalling. Is the usage of namespaces in XML document less important in future?



 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic