I've had bad experiences with Acegi. The complexity it adds to a project is rediculous and it's difficult (if not impossible) to use a class heirarchy for your users domain instead of the classic "roles" model. Essentially, it forces the relational model into your application which I don't care for at all. Just my 2 cents.
On 8/8/05, Michael Glauche <[EMAIL PROTECTED]> wrote: > a pinkelefant wrote: > > thanks to all for replying ! > > > > I glanced through AppFuse , but since it did not have any Wicket > > integration , I did not follow it closely. I think I will have to give > > it some more time now.. > > > > Michael , the menu link that you sent seems to address the menu UI.. > > are you working on the generation of the Menu part ? I was talking > > more on the lines > > of creating a generic model for the Menu and construction the menu can be > > from > > any souce like xml file or database ( based on the user access levels > > ) at runtime. > > Even support adding or deleting menu entries at runtime based on some > > user actions. > > If we can integrate that with Wicket and the menu ui at mygosuMenu , > > that would be cool. > > yes, thats basicly what i need, too. I want to take the like i send as a > base for the layout, not the menu-structure. I think for the datasource > the navmenu (found in the wicket-contrib package) is a good start. It > uses javax.swing.tree.DefaultTreeModel as base. Basicly what i'm doing > right now is to write a renderer for this TreeModel to produce the HTML > needed by that menu package :) > > Regards, > Michael > > > > -- > Michael Glauche, Dipl. Inform. Connection GmbH > [EMAIL PROTECTED] http://www.connection-net.de/ > pgp key: http://www.connection-net.de/~mglauche/mglauche.asc > > Reclaim Your Inbox! > http://www.mozilla.org/products/thunderbird/ > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
