Plain old Java object: Difference between revisions

Content deleted Content added
Eosar (talk | contribs)
Eosar (talk | contribs)
Line 80:
</syntaxhighlight>
 
As given, the bean does not need to extend any EJB class or implement any EJB interface and also does not need to contain any EJB annotations. Instead, the programmer declares in an external xml[[XML]] file which EJB services should be added to the bean:
 
<syntaxhighlight lang="xml">