EJB3 – annotations vs xml

Main menu:

Topics

Recent Posts

Blog

 

February 2012
M T W T F S S
« Jan    
 12345
6789101112
13141516171819
20212223242526
272829  

Past Posts

Java/J2EE

JDBC

Other

Archive for the tag "XML"

EJB3 – annotations vs xml

August 24th, 2008 by Jeanne Boyarsky

Scott’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 [...]