Re: [appfuse-user] Feature Implementation Advice

2007-04-09 Thread LukeS
Not yet, still working on it. Thanks to your book I am starting to understand all the frameworks involved though. I feel I am close to figure things out soon. mraible wrote: > > Did you get this figured out? It's been almost a month. Sorry about that. > > Matt > > On 3/4/07, Luke Shannon <[

Re: [appfuse-user] Feature Implementation Advice

2007-03-29 Thread Matt Raible
Did you get this figured out? It's been almost a month. Sorry about that. Matt On 3/4/07, Luke Shannon <[EMAIL PROTECTED]> wrote: Hello; In my appfuse application I have made a Doctor class that implements UserDetails, and an experimentor class which also implements UserDetails. So you can be

[appfuse-user] Feature Implementation Advice

2007-03-04 Thread Luke Shannon
Hello; In my appfuse application I have made a Doctor class that implements UserDetails, and an experimentor class which also implements UserDetails. So you can be logged in and have a role of one of these. I have a patient class which extends BaseObject and has all the CRUD operations generated