Any java framworks follows OSGi(Open Services Gateway initiative) standard. Looks this supports modular architecture. Whether Spring follows OSGi(bec Spring is modular architecture)
kri shan wrote:Any java framworks follows OSGi(Open Services Gateway initiative) standard. Looks this supports modular architecture. Whether Spring follows OSGi(bec Spring is modular architecture)
If I understood your question correctly then my answer is Yes. Spring starting from 3.x follows OSGi framework and thats the reason you get bundle for each module rather getting everything in single spring.jar.
Narender Reddy Soma
Greenhorn
Joined: Jun 05, 2010
Posts: 22
posted
0
Narender Reddy Soma wrote:
kri shan wrote:Any java framworks follows OSGi(Open Services Gateway initiative) standard. Looks this supports modular architecture. Whether Spring follows OSGi(bec Spring is modular architecture)
If I understood your question correctly then my answer is Yes. Spring starting from 3.x follows OSGi framework and thats the reason you get bundle for each module rather getting everything in single spring.jar.
and If you want to find if any other frameworks are also distributing thier api as osgi bundle.. beter check on thier website.