|
From: Seth L. <se...@eh...> - 2004-06-23 19:44:30
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 THOMAS, JAYANT (SBCSI) wrote: | Thanks for your response, Can it be plugged into the Spring MVC,?? Ie can we | add out own context in the Spring MVC framework. Depends how you want to plug it in. Take a look at the ContextListener, which created the initial applicationContext. That might let you specify the BeanFactory class, or would be easy to subclass. You can have multiple listeners start up, but I wouldn't know how to set one as the parent of the other. You can subclass the ContextServlet, and use the load ordering of servlets to start each context. Then, as the child is started, you can look into the app scope, find the parent, and bind it up. Should be possible, Seth -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3-nr1 (Windows XP) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFA2d2YKZsFSwtW+wIRAl7yAJ4yzQ0um0lhMOZBaJ1Iv3xIcZ/kLgCgiyYr E6yXIM8e9UFxoV2250vjoUY= =/FVH -----END PGP SIGNATURE----- |