Posts tagged: spring-dm

在spring-dm环境下增加hibernate绑定

在spring-dm(1.1.2)环境下增加hibernate(3.2.6 ga)绑定的步骤:    发送文章为PDF   

星期四 十一月 20th, 2008 in , , , , , , , | No Comments »

创建spring-dm和maven驱动的简单webapp

在osgi环境下运行webapp是很吸引人的特性。它提供了动态部署组件的特性,包括对组件的安装、更新和卸载等;组件的粒度可以小于war这样的构建单位,使组件复用程度得到提高(比如多个webapp可以共享一个hibernate相关的jar文件)。    发送文章为PDF   

星期二 十一月 18th, 2008 in , , , , | No Comments »

通过pax-construct创建spring-dm项目

通过pax-construct创建spring-dm项目,因为借助了maven,所以特别方便。有关pax-construct的准备工作,见:通过pax-construct创建osgi项目。 创建项目: pax-create-project -g com.easymorse.marshal -a spring    发送文章为PDF   

星期二 十一月 4th, 2008 in , , , , , , , | 1 Comment »

spring-dm开发简单的web绑定

spring-dm1.1可支持开发web绑定。基本概念可参考:spring-dm的web支持。以下将在maven创建spring-dm项目和在命令行下运行spring-dm的简单方法涉及的项目基础上,增加web绑定和相关的web支持。 日志引用创建spring-dm和maven驱动的简单webapp    发送文章为PDF   

星期五 十月 31st, 2008 in , , , , , | No Comments »

在命令行下运行spring-dm的简单方法

在spring-dm开发简单的绑定中介绍了编写spring绑定的方法。运行在eclipse环境中。如果需要单独部署,可这样做(不是最优方案,是最简单的): 日志引用spring-dm开发简单的web绑定    发送文章为PDF   

星期一 十月 27th, 2008 in , , , , , , | No Comments »

spring-dm开发简单的绑定

记录一下使用spring-dm、eclipse、maven创建绑定的步骤。 使用环境 jdk 1.6.0_07; eclipse 3.4; maven 2.0.9; spring 2.5.5; spring dm 1.1.2。 日志引用在命令行下运行spring-dm的简单方法    发送文章为PDF   

星期一 十月 27th, 2008 in , , , , | No Comments »

maven创建spring-dm项目

通过maven的spring-osgi-bundle-archetype可快速创建maven项目,比如: mvn archetype:create   -DarchetypeGroupId=org.springframework.osgi   -DarchetypeArtifactId=spring-osgi-bundle-archetype  -DarchetypeVersion=1.1.0   -DgroupId=org.foo  -DartifactId=org.foo.my-springdm-bundle -Dversion=0.1 日志引用spring-dm开发简单的web绑定    发送文章为PDF   

星期一 十月 27th, 2008 in , , , , , , | No Comments »

构建spring-dm的simple-web-app

下载spring-dm: http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=227224&release_id=630369 下载with-dependencies.zip的版本。    发送文章为PDF   

星期五 七月 18th, 2008 in , , , , , , | No Comments »

spring-dm的web支持

从spring-dm 1.1.0开始,增加了一个主要的特性是对wb应用的支持,这使得部署web程序到osgi变得容易。 日志引用spring-dm开发简单的web绑定    发送文章为PDF   

星期日 七月 13th, 2008 in , , , , , | No Comments »

spring-dm 1.1新特性

在1.0版本的基础上,增加了如下特性: web support (Servlet, JSP, Taglibs) for OSGi applications Spring-MVC integration classpath scanning customization hooks for Spring-DM extender and web extender event notifications for OSGi service importers and application contexts refined OSGi proxy infrastructure ‘greedy-proxy’ functionality for OSGi collections integration with SpringSource Bundle Repository support for custom locations for Spring powered bundles pluggable mechanism for [...]

星期六 七月 12th, 2008 in , , , , , | No Comments »