I was thinking of doing something like this for my project.

Basically, you would annotate the properties you want to load from the DB/LDAP 
or whatever with the corresponding property name.

Something like

@DBProperty(name = "foo")
public void setFoo(String foo) {
}

And then isn't there a way to create a deployer that will scan your objects for 
annotations and do something?

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4066294
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to