Hi Matt,

I'm trying to use your framework but have come unstuck with the following :

1. I wanted to extend User but because you have marked it as an Entity with
no inheritence annotation I have had to have my own User entity which has a
one2one mapping to the appFuse user. Is it possible you could mark the User
class as @Inheritance(strategy=InheritanceType.JOINED) or even better just
as a SuperMappedClass ? Or is there another way to integrate into the
appfuse user ?

2. I want to use the User entity within GWT but because it uses apache
string builders,etc I cant without doing some sourcey with the apache files.
Do you have very simple version of these entities that can be used within
GWT ?

Thanks for your efforts.


-- 
View this message in context: 
http://www.nabble.com/Appfuse-Role-and-User-models-tp22707425p22707425.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to