aspose file tools
The moose likes EJB Certification (SCBCD/OCPJBCD) and the fly likes EJB and annotatins.. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » EJB Certification (SCBCD/OCPJBCD)
Reply Bookmark "EJB and annotatins.." Watch "EJB and annotatins.." New topic
Author

EJB and annotatins..

Abimaran Kugathasan
Ranch Hand

Joined: Nov 04, 2009
Posts: 2066

How EJB annotations works? Does they represents any class? Thanks in advanced!


|BSc in Electronic Eng| |SCJP 6.0 91%| |SCWCD 5 92%|
Mihai Radulescu
Ranch Hand

Joined: Sep 18, 2003
Posts: 912
Hi,


EJB annotation works like all the other java annotation. In a very simplistic way during the deployment the container take some decision based on the applied annotation, the annotation can be overwrite with the deploy descriptor (in XML from).
For more information about the java annotation please consult this link

Regards,
Mihai


SCJP, SCJD, SCWCD
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: EJB and annotatins..
 
Similar Threads
EJB 2.0 or 2.1
Use of Helper classes
What J2EE and EJB version will be taken in Part I?
What IDE Should I use?
Many to Many Table Relational Mapping with 3 Tables