当前位置: 首页 > 软件库 > 程序开发 > OSGi 框架 >

Spring Dynamic Modules

授权协议 Apache
开发语言 Java
所属分类 程序开发、 OSGi 框架
软件类型 开源软件
地区 不详
投 递 者 司马彬
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Spring Dynamic Modules 的前身是 Spring OSGi。

Spring Dynamic Modules,让写Spring应用可以部署在一个的OSGi执行环境,而且还可以充分利用所提供的服务的OSGi框架。 Spring的支持也使的OSGi开发的OSGi应用更简单和更富有成效的基础上,易用性和力量的Spring框架。为企业级应用,结合Spring Dynamic Modules和动态的 OSGi平台提供:

  • Better separation of application logic into modules, with runtime enforcement of module boundaries
  • The ability to deploy multiple versions of a module (or library) concurrently
  • The ability to dynamically discover and use services provided by other modules in the system
  • The ability to dynamically install, update and uninstall modules in a running system
  • Use of the Spring Framework to instantiate, configure, assemble, and decorate components within and across modules.
  • A simple and familiar programming model for enterprise developers to exploit the features of the OSGi platform.
  • Spring Dynamic Modules 的前身是 Spring OSGi。 Spring Dynamic Modules,让写Spring应用可以部署在一个的OSGi执行环境,而且还可以充分利用所提供的服务的OSGi框架。 Spring的支持也使的OSGi开发的OSGi应用更简单和更富有成效的基础上,易用性和力量的Spring框架。为企业级应用,结合Spring Dynamic Module

  • spring dm server 官网:http://static.springsource.com/projects/dm-server/1.0.x/programmer-guide/htmlsingle/programmer-guide.html dm Server是一个完全模块化、基于OSGi的Java服务器,为运行企业级Java应用和Spring应用提供强大的灵活性和可靠性。dm Serv

  •   一.问题描述 在用spring-dm对某bundle进行测试时,报了如下错误。于是便对spring-osgi-test.jar中的几个测试类做了下研究。   java.io.FileNotFoundException: C:\Users\boy\.m2\repository\org\aopalliance\com.springsource.org.aopalliance\1.0.0\com.

  • 写了一个spring-dm(spring dynamic modules)开发简单的绑定的文章。见:http://marshal.easymorse.com/archives/730     使用环境:   jdk 1.6.0_07; eclipse 3.4; maven 2.0.9; spring 2.5.5; spring dm 1.1.2。     主要内容是:   说明了一下通过maven

  • spring的主要功能 spring框架提供了轻量级的容器和非侵入式的编程模型,这来自于其依赖注入、AOP和便携服务概念。 osgi的主要功能 osgi服务平台提供了动态的应用程序执行环境,支持模块(绑定)的安装、更新或者即时的删除。同时很好的支持了模块化和版本化。   spring dynamic modules的主要作用 spring dynamic modules (spring-dm) 便

  • Chapter 1. Why Spring Dynamic Modules? The Spring Framework is the leading full-stack Java/JEE application framework. It provides a lightweight container and a non-invasive programming model enabled b

相关阅读

相关文章

相关问答

相关文档