• 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

old exam... can i use post j2ee 1.2 technologies?

 
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Guys,

Doing pt2 of the old exam. I notice it is 'j2ee 1.2'. However, in my solution I want to use stuff which is not in j2ee, and was in fact released later. Specifically, I want to use JAXP web service endpoints to call asynchronous web services:

javax.xml.rpc.Service;

JAXP was not in j2ee 1.2. Can I still use it?

Cheers,
John
 
Ranch Hand
Posts: 1902
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can use any generally released J2EE platform. When I did my Part II, I used J2EE 1.4.
 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

You can use any generally released J2EE platform. When I did my Part II, I used J2EE 1.4.



And so did I. I did specify the exact Java Specifications used including the version numbers, so in generqal J2EE 1.4 and more specific EJB 2.1, Servlet 2.4 etc.

Suc6,
Marcel
 
John Summers
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks guys.
phew!
 
Ranch Hand
Posts: 78
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
shud one put in the justification why a particular version has been chosen?

~g1
reply
    Bookmark Topic Watch Topic
  • New Topic