[jboss-user] [JBoss Seam] - Re: Design question: Why use @Name on Entities?
rmemoria
do-not-reply at jboss.com
Mon Jul 30 19:43:33 EDT 2007
In my app I have an entity that is a session component.
This entity holds information about the user login (like ip address, connection date and time, etc) and is "persisted" by the authenticator bean.
After that it's just read by the app and never changed again.
Ok... I could have used an EntityHome, but it would requires me a few aditional lines of code.
regards,
Ricardo Memória
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068949#4068949
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068949
More information about the jboss-user
mailing list