pojo
Tag details
Welcome to the 'pojo' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'pojo'.
Look up
"pojo"
at The Free Dictionary
Latest blogosphere posts tagged “pojo”
-
How To Expose And Inject A POJO ...Into An EJB 3
Adam Bien —
Authority: 119
A POJO: public class CustomResource{ public final static String JNDI_NAME = "theName"; public void doSomething(){ System.out.println(" #Done ! "); } } can be easily exposed (=bound to JNDI) with a singleton bean: @Startup @Singleton public class ...1 week ago