I'm developing a web based application with Spring and Acegi.
I have to develop a standalone application (it'll use the same Spring configuration files) in order to load legacy data on demand or with Quartz (everything will be on the same server) every night.
My question is: is it possible to use the Acegi for authentication in the standalone application? :?:
Thanks


