In the manual, there is a section which talks about 'Using Spring convenience EJB implementation classes' i.e. section 17.2.

I understand that the abstract class provides convenience methods but my question is where does my spring 'applicationContext.xml' file go? Is there a typical location on the filesystem where it will be loaded or should it be bundled in a particular jar or should it reside on the classpath?

Jim