On Wed, Jan 28, 2009 at 22:04, nino martinez wael <[email protected]> wrote: > Hmm another even more ot question then are, how does spring/juice/hibernate > integrate with swing? As you mention there are no management of application > lifecycle..?
This is currently what I do to inject spring bean to my hibernate object. http://www.aspectprogrammer.org/blogs/adrian/2006/02/a_practical_gui_2.html If you use maven, you can do without load time weaving. http://mojo.codehaus.org/aspectj-maven-plugin/ The best part about this is, spring bean dependency are injected even with new operator. Regards, Edward Yakop --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
