Hi Uwe, Yes that is exactly what wasp is for.
You can either extend WaspAuthorizationStrategy or ClassAuthorizationStrategy. The latter provides a basic implementation to do component instantiation checks based on static fields available on the class. if you use java 1.5+ you could build your implementation based on annotations. As for the tutorial, swarm is set up as an example implementation so you should be able to get some ideas from that. imo the documentation on both projects is pretty decent. However if you have any questions I'll be happy to answer them. Might i ask what you implementation will be based on and if you plan on opensourcing it? Maurice 2008/5/23 Uwe Schäfer <[EMAIL PROTECTED]>: > hi > > i have my own authentication and authorization stuff ready and want to hook > it into wicket. that´s what wasp is for, right ? > ok, after reading a few pages and browsing trough the code, i THINK what i > want then, is using WASP without that SWARM thingy. > > is there any tutorial/presentaation/code/experience in how to do that out > there? > > basically, i think i´d have to start with implementing a > WaspAuthorizationStrategy, right? > > cu uwe > -- > > THOMAS DAILY GmbH > Adlerstraße 19 > 79098 Freiburg > Deutschland > T + 49 761 3 85 59 0 > F + 49 761 3 85 59 550 > E [EMAIL PROTECTED] > www.thomas-daily.de > > Geschäftsführer/Managing Directors: > Wendy Thomas, Susanne Larbig > Handelsregister Freiburg i.Br., HRB 3947 > > Registrieren Sie sich unter http://morningnews.thomas-daily.de für die > kostenfreien TD Morning News, eine Auswahl aktueller Themen des Tages > morgens um 9:00 in Ihrer Mailbox. > > Hinweis: Der Redaktionsschluss für unsere TD Morning News ist täglich um > 8:30 Uhr. Es werden vorrangig Informationen berücksichtigt, die nach 16:00 > Uhr des Vortages eingegangen sind. Die Email-Adresse unserer Redaktion > lautet [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
