Tag: Annotations
EJB3 – annotations vs xml
August 24th, 2008 by Jeanne BoyarskyScott’s recent post on EJB3 got me thinking about annotations as a “replacement” for XML. By now, we all know why shoving everything in XML isn’t the best of ideas. I think shoving everything in Java code is bad too. In particular deployment time concerns (like security) shouldn’t require a recompile. JEE 5 offers the [...]
Categories: Java/J2EE.
Tags: Annotations, EJB3, XML
Comments: 2
