Sure, send it along. Actually, if the plugin is available via some maven repo, then I can just include it in my maven build and have it in there as one of the reports.
On 1/19/07, andyhot <[EMAIL PROTECTED]> wrote:
James Carman wrote: > This is the main reason that I wrote Tapestry-Acegi, so that you get > the best of both worlds. You can get at all the good Tapestry > framework stuff and have the Acegi stuff too. James, it was useful for me to have the hivedocs for the tapestry.acegi and the hivemind.acegi modules... I did got them generated using Marcus new hivedoc-plugin and now have them all (manually) combined in one xdoc. D'you want them emailed so you can include them at http://www.carmanconsulting.com/tapestry-acegi ? > > > On 1/19/07, andyhot <[EMAIL PROTECTED]> wrote: >> Actually, I'm not sure that the UserDetailsService is the best option >> for setting up visit, >> (cause the user may not eventually have the correct password) but >> anyway, >> here's how it can be done using hivemind and tapestry-acegi: >> >> <implementation service-id="hivemind.acegi.dao.UserDetailsService"> >> >> <invoke-factory service-id="hivemind.BuilderFactory" >> model="singleton"> >> <construct class="my.custom.UserDetailsService"> >> <set-service property="userDao" service-id="..."/> >> <set-service property="stateManager" >> service-id="tapestry.state.ApplicationStateManager"/> >> </construct> >> </invoke-factory> >> </implementation> >> >> and also take a look at >> http://tapestry.apache.org/tapestry4.1/tapestry-framework/apidocs/org/apache/tapestry/engine/state/ApplicationStateManager.html >> >> >> >> >> Srinivas Yermal wrote: >> > Hi Andreas, >> > >> > Thanks for the response. Does tapestry-acegi automagically fill-in the >> > user >> > details into the visit object? Or should I do something? >> > >> > I use spring for my acegi declarations and specify my >> > UserDetailsService in >> > the DaoAuthenticationProvider. You mention ASO. How would I go about >> > doing >> > it through state objects? >> > >> > Regards, >> > Srini. >> > >> > On 1/19/07, andyhot <[EMAIL PROTECTED]> wrote: >> >> >> >> i've been using tapestry-acegi, so perhaps this might not be >> helpful in >> >> your case... >> >> >> >> so, how are you declaring the UserDetailsService implementation to be >> >> used by acegi ? >> >> >> >> If you could inject into hivemind's ApplicationStateManager you >> would be >> >> able to >> >> access any ASO you'd like. >> >> >> >> >> > >> >> >> -- >> Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr >> Tapestry / Tacos developer >> Open Source / J2EE Consulting >> >> >> --------------------------------------------------------------------- >> 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] > > -- Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr Tapestry / Tacos developer Open Source / J2EE Consulting --------------------------------------------------------------------- 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]