Francis, Swarm does not use apache hivemind. The hivemind reference you saw in the example code is to an internal class who is coincidentally named like apache hivemind. Swarm only requires the following jars besides wicket: Wasp, commons-logging and Log4j.
Maurice On 5/29/07, Francis Amanfo <[EMAIL PROTECTED]> wrote: > Hi Marice, > > While here may I ask a quick question? I've quickly glanced through the docs > at Wiki and could see some reference to Hivemind. Does this implementation > employs Apache HiveMind and if so I assume I have to place yet another jar > on my classpath. Right or not? > > Regards, > Francis > > > On 5/29/07, Maurice Marrink <[EMAIL PROTECTED]> wrote: > > Johan, has an excellent point, but we too have a pre wicket 1.3 app so > > i guess i'll have to make a branche for that app anyhow if i want to > > replace or old security mechanisme. > > I don't think it will be much work to backport to 1.2.6. > > Let me know if you plan on staying with wicket 1.2.x or upgrade to 1.3 > > > > Maurice > > > > On 5/29/07, Johan Compagner <[EMAIL PROTECTED]> wrote: > > > you could ofcourse upgrade to 1.3! > > > Now you rewrite from struts to wicket but we are moving alone and then > you > > > have to rewrite it again to 1.3..... > > > > > > johan > > > > > > > > > > > > On 5/29/07, Thies Edeling < [EMAIL PROTECTED]> wrote: > > > > I'm using 1.2.6 so swarm is not in the picture. Will check out > auth-roles > > > > as I'm on java 1.5, thx! > > > > > > > > On Tue, 29 May 2007, Maurice Marrink wrote: > > > > > > > > > If you are using wicket 1.3 you could try the new wicket security > > > > > framework swarm. unlike acegi it is not url based but component > based. > > > > > It was designed with simplicity in mind so you should be able to get > > > > > started right away. > > > > > > > > > > You can find documentation here > > > > > > > > > http://wicketstuff.org/confluence/display/STUFFWIKI/Wicket-Security > > > > > The documentation is still work in progress but if you have any > > > > > question you can always ask them on the mailing list. > > > > > > > > > > I am not sure if there is an existing wicket-acegi framework but i > > > > > believe i have heard of people using them together. > > > > > > > > > > Optionally if you are using java 1.5 you could check out the > > > > > wicket-auth-roles project. > > > > > > > > > > Maurice > > > > > > > > > > On 5/29/07, Thies Edeling <[EMAIL PROTECTED]> wrote: > > > > >> Hello all, > > > > >> > > > > >> I'm migrating an existing Struts app to Wicket and have now reached > the > > > > >> point where I have to add authentication/authorization to it. > > > > >> In the Struts app I used Acegi to add URL-based security. Ideally > I'd > > > re-use my > > > > >> existing Acegi config for Wicket but I can't find any documentation > on > > > how > > > > >> to do this. The 'Wicket way' of authentication is mentioned on the > Wiki > > > > >> somewhere but details are missing. > > > > >> What's the best way to add simple role-based security to a Wicket > app? > > > > >> > > > > >> thanks in advance, > > > > >> > > > > >> Thies > > > > >> -- > > > > >> http://blog.ehour.nl/ > > > > >> > > > > >> > > > > >> > > > > ------------------------------------------------------------------------- > > > > >> This SF.net email is sponsored by DB2 Express > > > > >> Download DB2 Express C - the FREE version of DB2 express and take > > > > >> control of your XML. No limits. Just data. Click to get it now. > > > > >> http://sourceforge.net/powerbar/db2/ > > > > >> _______________________________________________ > > > > >> Wicket-user mailing list > > > > >> [email protected] > > > > >> > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > >> > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > > This SF.net email is sponsored by DB2 Express > > > > > Download DB2 Express C - the FREE version of DB2 express and take > > > > > control of your XML. No limits. Just data. Click to get it now. > > > > > http://sourceforge.net/powerbar/db2/ > > > > > _______________________________________________ > > > > > Wicket-user mailing list > > > > > [email protected] > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > > This SF.net email is sponsored by DB2 Express > > > > Download DB2 Express C - the FREE version of DB2 express and take > > > > control of your XML. No limits. Just data. Click to get it now. > > > > http://sourceforge.net/powerbar/db2/ > > > > _______________________________________________ > > > > Wicket-user mailing list > > > > [email protected] > > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by DB2 Express > > > Download DB2 Express C - the FREE version of DB2 express and take > > > control of your XML. No limits. Just data. Click to get it now. > > > http://sourceforge.net/powerbar/db2/ > > > _______________________________________________ > > > Wicket-user mailing list > > > [email protected] > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by DB2 Express > > Download DB2 Express C - the FREE version of DB2 express and take > > control of your XML. No limits. Just data. Click to get it now. > > http://sourceforge.net/powerbar/db2/ > > _______________________________________________ > > Wicket-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > -- > Beware of bugs in the above code; > I have only proved it correct, not tried it. > -Donald Knuth > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
