• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Amount of ejb-jar.xml in SCBCD

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

With regards to the SCBCD certification... Does anybody know how much attention I have to give ejb-jar.xml details?

You see in the old days, when I got SCBCD certified for EJB 2.x, there was a LOT of XML tags to remember ...

Is it all about annotations in the test nowadays?

Thank you ,
Nicky
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't remember having any xml related question at the exam. Lots of annotations. I can't say for sure that you won't have any though.
 
Nicky Moelholm
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok thank you very much

So I guess focusing on learning ejb-jar.xml specifics is not the way to go.

Rather, it would be better to spent some energy on learning the annotations and details around that.




 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In general I do agree, there are quite a log of question related to annotations.

I myself can recall off-hand only 2 areas where the XML elements knowledge is being tested.
1st is resource injection/referencing. There are both xml and annotations need to be known good.
2nd is security stuff. Namely roles, role-refs, role-links etc.
 
reply
    Bookmark Topic Watch Topic
  • New Topic