拥有标签 ‘jee’ 的日志

第1页,共3页123»

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

2008-11-20 星期四

在spring-dm(1.1.2)环境下增加hibernate(3.2.6 ga)绑定的步骤:

(more…)

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

2008-11-18 星期二

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

(more…)

创建支持eclipse的多模块maven项目

2008-11-12 星期三

通过maven可以创建多个关联模块的项目(Multiple Module Projects)。由一个总的模块,下面包含多个子模块(子模块还可以包含子模块)。这种maven功能能支持大型的项目构建,往往大型项目由很多子模块组成。

(more…)

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

2008-11-04 星期二

通过pax-construct创建spring-dm项目,因为借助了maven,所以特别方便。有关pax-construct的准备工作,见:通过pax-construct创建osgi项目

创建项目:

pax-create-project -g com.easymorse.marshal -a spring

(more…)

spring-dm开发简单的web绑定

2008-10-31 星期五

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

(more…)

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

2008-10-27 星期一

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

(more…)

spring-dm开发简单的绑定

2008-10-27 星期一

记录一下使用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。

(more…)

构建spring-dm的simple-web-app

2008-07-18 星期五

下载spring-dm:

http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=227224&release_id=630369

下载with-dependencies.zip的版本。

(more…)

spring-dm的web支持

2008-07-13 星期日

从spring-dm 1.1.0开始,增加了一个主要的特性是对wb应用的支持,这使得部署web程序到osgi变得容易。

(more…)

spring-dm 1.1新特性

2008-07-12 星期六

在1.0版本的基础上,增加了如下特性:

  1. web support (Servlet, JSP, Taglibs) for OSGi applications
  2. Spring-MVC integration
  3. classpath scanning
  4. customization hooks for Spring-DM extender and web extender
  5. event notifications for OSGi service importers and application contexts
  6. refined OSGi proxy infrastructure
  7. ‘greedy-proxy’ functionality for OSGi collections
  8. integration with SpringSource Bundle Repository
  9. support for custom locations for Spring powered bundles
  10. pluggable mechanism for determining service dependencies
  11. access to native OSGi ServiceReference for OSGi importers
  12. new web sample

原文见:http://forum.springframework.org/showthread.php?t=56895

第1页,共3页123»