Since EJB 3.0, it is possible to use JDK 5.0 metadata annotations to create EJB 3.0 Java beans. This makes the development very easy. The only drawback here as I see it, that in case when you want to change/add/remove annotation you actually have to recompile the class. The example below shows how to create [...]
Posted by Alexander Zagniotov in: beans, stateless beans on May 11th, 2008 02:17
