On Fri, May 23, 2008 at 6:50 PM, Uwe Schäfer <[EMAIL PROTECTED]> wrote: > Maurice Marrink schrieb: > >> Yes that is exactly what wasp is for. > > cool, at least one thing i got right ;) > >> 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. > > yuck.
What can i say :) Java 1.4 > >> if you use java 1.5+ you could build your implementation >> >> based on annotations. > > yep. sounds much better. > >> 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. > > i must admin i was a little confused by the complexity of what i guess was > swarm ;) Swarm itself is only a little part a big part is the custom authorization/implementation. If you check out 1.3-SNAPSHOT or trunk you will see a much better separation. > >> However if you have any questions I'll be happy to answer them. > > that´s nice. i´ll dig a little and come back to this one. > >> Might i ask what you implementation will be based on and if you plan >> on opensourcing it? > > well, it is a trivial implementation of generic authentication and > authorization interfaces working with either LDAP or JPA for > authentification and users&groups on the one hand, and simple beanshell > scripts for defining authentification. > > homegrown, but quite clean, i think. > > i could brush that up a little and open it, if there is serious interest. Well there certainly is an interest for a generic version. > > thinkin twice, this at least could be a showcase for integrating wasp with > non-swarm ;) (maybe the first one?) > > humm. let me & my employer think about it ;) Would be nice :). Maurice > > 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]
