Posts Tagged ‘Import-tag’

How To: Load a spring application from a jar file

Monday, August 24th, 2009

Consider the following situation:

Loading 3 application context files in a Swing application. 2 of the context files are in jar-files.
All context files depend on the component-scan option. The Application context gets loaded from my Swing app.
The method I use, is the import resource option in the context file. Read on how to configure this in your application context.
(more…)