I have used spring for J2EE and web apps but now is it reasonable to use spring for standalone apps with no J2EE api involved? Mainly I want to have inversion of control and maybe some AOP and interceptors stuff. What parts of spring are usable in such environment and you thoughts about it?
thanks


Reply With Quote