[jboss-user] [JBoss Seam] - Re: Avoiding the DRY Principle with beans

dhinojosa do-not-reply at jboss.com
Wed Jul 12 18:49:39 EDT 2006


Sweet, but with this I think this can be changed from 


  |     @In(create = true) @Out
  |     private Employee object;
  | 

to 


  |     @In(create = true) @Out
  |     private Employee employee;
  | 

Very nice...thanks iradix

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957561#3957561

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957561



More information about the jboss-user mailing list