I have an object in the httpsession that I would like to inject into my application's Visit object.
I am integrating a java authorization engine (called authsum) into a new tapestry app. The "authsum" framework that I wrote, puts a "User" object into the httpsession object I need to have this "User" object inside my visit object in order to make authorization calls. I hope to be releasing authsum in the coming weeks, but doing the hard work now of actually using this framework in a real app. authsum is a sso and authorization framework that provides a hibernate database model, managed by a tapestry administration interface alongside a suite of web services to provide SSO and authorization services for java based applications --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
