E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
SpringDM
SpringDM
笔记24-Using action-based web frameworks with Spring DM:SpringMVC
■ Action-based web frameworks ■ Component-driven frameworks ■ AJAX-based frameworks ■ Web services Action-based web frameworks are responsible for selecting the appropriate actions to handle request
SpringsFeng
·
2011-08-30 09:00
frameworks
SpringDM
笔记23-Using the open EntityManager in view pattern实现延迟加载
1. The open EntityManager in view pattern 使用Hibernate实现延迟加载时常见的异常: org.hibernate.LazyInitializationException: failed to lazily initialize a c
SpringsFeng
·
2011-08-30 09:00
Pattern
SpringDM
笔记22-Transactions Support With
SpringDM
1. Spring’s transactional support Spring’s transactional support consists of two main parts for managing transactions on beans that are managed by the containe
SpringsFeng
·
2011-08-29 21:00
transaction
SpringDM
笔记21-Using ORM within OSGi with Spring DM
Version 1.Object/relational mapping (1)JPA CONCEPTS Although any database-based Java application must rely on JDBC, there’s a structural mismatch between obje
SpringsFeng
·
2011-08-25 10:00
Spring DM
SpringDM
笔记20-Using JDBC within OSGi with Spring DM
The public API for interacting with databases is provided directly in Java SE within the java.sql package. This package provides the key abstractions corresponding to connections
SpringsFeng
·
2011-08-25 09:00
Spring DM
SpringDM
笔记19-
SpringDM
如何处理OSGi应用的动态行为
ServiceTracker 1. Dealing with the appearance or disappearance of services (1)DEALING WITH AN INDIVIDUAL SERVICE REFERENCE: <bean id=&qu
SpringsFeng
·
2011-08-24 08:00
spring
SpringDM
笔记18-Designing OSGi Enterprise Applications
1. Organizing OSGi components (1) ORGANIZING THE DEPENDENCIES The WAR Structure: ■ It’s a ZIP file ■ Downloadable resourc
SpringsFeng
·
2011-08-22 11:00
application
SpringDM
构建企业应用时常见的OSGi仓库
1.OSGi-compliant enterprise frameworks and libraries Spring Framework,Spring Portfolio projects,Google Guice(Lightweight dependencyinjection framework),G
SpringsFeng
·
2011-08-20 10:00
spring
SpringDM
笔记17-Handling Collections of OSGi Services
1.Configuring collections:the list tag for lists and the set tag for sets <beans (...)> <osgi:list id="testServices"
SpringsFeng
·
2011-08-20 09:00
Collections
SpringDM
笔记16-处理OSGi服务的动态性:事件
1. Service registration and unregistration events Spring DM provides two ways to implement and configure listeners: ■ Make the service implement the OsgiService
SpringsFeng
·
2011-08-19 09:00
spring
SpringDM
笔记15-通过声明特定的属性注册和引用服务
1. Configuration for registering services:The tag:service (1)BEAN REFERENCE Spring DM also supports the use of an anonymous bean(inner bean) within the service
SpringsFeng
·
2011-08-18 11:00
spring
SpringDM
笔记14-The thread context classloader 及在OSGi中的运用
1. Using the thread context classloader(TCCL) By default, the TCCL is the application’s classloader, it can be accessed through the getContextClassLoader metho
SpringsFeng
·
2011-08-18 10:00
ClassLoader
SpringDM
笔记13-OSGi服务注册与引用
1. Combining OSGi services and dependency injection SERVICE PROXYING: Spring DM’s service support is powerful and takes care of a lot of things under the hood
SpringsFeng
·
2011-08-18 09:00
spring
SpringDM
笔记12-Spring DM’s web Extender运行机制
SpringDM
把一个WAR作为一个Bundle,其实是将对WAR的处理交给当前OSGi环境中的WEB容器去处理的,即:WEBApplication的创建和线程的管理委托给了WEB容器。
SpringsFeng
·
2011-08-17 11:00
spring
dm
SpringDM
笔记11-Hard dependencies on the OSGi environment
Any bean in a Spring DM application context can easily get a reference to its bundle context by implementing the BundleContextAware interface (located in the org.springframework.os
SpringsFeng
·
2011-08-17 10:00
Environment
SpringDM
笔记10-Listening to extender events with the whiteboard pattern
1. THE SPRING DM EVENT MECHANISM The available events are Java classes in the org.springframework.osgi.context.event package and they’re listed below: &
SpringsFeng
·
2011-08-17 10:00
Pattern
SpringDM
笔记9-
SpringDM
Stand Extender 运行机制
而在
SpringDM
中,扩展模型指当在MANIFEST.MF文件或Bundle的内容中有指定的扩展存在时,
SpringDM
应该自动 的触发连锁的事件(Event),即创建Spring Context,
SpringsFeng
·
2011-08-16 09:00
spring
SpringDM
笔记8-开发
SpringDM
Web Bundle
创建工程 mvn archetype:create -DgroupId=com.manning.sdmia -DartifactId=
SpringDM
-Web-Sample
SpringsFeng
·
2011-08-15 16:00
spring
SpringDM
笔记7-开发
SpringDM
Bundle
基于Maven创建: 1. mvn archetype:create -DgroupId=com.manning.sdmia -DartifactId=
SpringDM
-Sample
SpringsFeng
·
2011-08-15 09:00
spring
SpringDM
笔记6-Fragment及配置Log4j Fragment Bundle
未配置日志配置文件前,系统会抛出下面异常: log4j:WARN No appenders could be found forlogger(org.springframework.osgi.extender.internal .boot.ChainActivator). log4j:WARN Please init
SpringsFeng
·
2011-08-14 12:00
Fragment
SpringDM
笔记5-
SpringDM
开发步骤
1. Configuring a Container 建立一个开发目录,在目录中加入:org.eclipse.osgi-3.5.1.R35x_v20090827.jar,并在该目录下建立configuration 目录,在该目录中建立文件:config.ini,为解决在启动该容器时,Equino试图启动Eclipse的
SpringsFeng
·
2011-08-14 11:00
spring
SpringDM
笔记4-OSGi组件中使用Spring
1.Embedding the Spring application context within components
SpringDM
引入了一种新类型的Bundle:Spring-powered
SpringsFeng
·
2011-08-13 12:00
spring
SpringDM
笔记3-MAINFEST.NF文件:Header,Version配置
1. The configuration of a header follows the syntax illustrated in the following snippet: Header-Name: header-value1;directive1:=value1;directive2:=value2,
SpringsFeng
·
2011-08-12 10:00
version
SpringDM
笔记0-Eclipse下
SpringDM
开发环境配置
1. 安装Eclipse3.7 推荐使用:Eclipse Classic版本 下载地址:http://www.eclipse.org/downloads/或http://download.eclipse.org/eclipse/downloads/ 2. 安装SpringIDE
SpringsFeng
·
2011-08-11 15:00
eclipse
SpringDM
笔记2-
SpringDM
版HelloWorld
构建运行目录 (1)创建
SpringDM
-HelloWorld文件夹,解压spring-osgi-2.0.0.M1-with-dependencies.zip,复制
SpringsFeng
·
2011-08-11 11:00
helloworld
SpringDM
笔记1-
SpringDM
与Spring
1.Spring实现模块化的缺陷 (1) 配置文件复杂难于维护 (2) Bean之间的依赖是静态的,在容器启动后运行期是无法更新的 (3) Bean之间的依赖是容器自动计算出来的,开发人员无法操作,对Circle依赖支持不好 2. Spring DM extender T
SpringsFeng
·
2011-08-09 10:00
spring
Felix笔记4-未来应关注的技术
Declarative Service Blue Print, iPOJO,
SpringDM
Felix Service
SpringsFeng
·
2011-08-04 17:00
felix
OSGI下的web应用开发(1)
本文将详细的展示OSGI下如何开发一个基于spring的web应用,需要具备OSGI和
SpringDM
的相关知识。
georgezeng
·
2011-07-20 21:00
spring
Web
osgi
dm
spring dm环境担建
Springdm
环境搭建1下载eclipse3.6压缩包并解压。下载地址:http://www.eclipse.org/downloads/download.php?
yxpjx
·
2011-05-03 15:00
apache
eclipse
spring
IO
import
2010
基于felix框架的struts+
springDm
的web开发
struts最新本身已经支持felix1.4,但felix1.4版本本身不支持fragment,本文通过struts2.2.1和
springDM
1.2搭建了基于felix的OSGI的web开发。
gaojiewyh
·
2011-04-07 13:00
框架
Web
log4j
struts
osgi
基于felix框架的struts+
springDm
的web开发
struts最新本身已经支持felix1.4,但felix1.4版本本身不支持fragment,本文通过struts2.2.1和
springDM
1.2搭建了基于felix的OSGI的web开发。
gaojiewyh
·
2011-04-07 13:00
Web
log4j
框架
struts
osgi
springdm
安装备忘
springdm
安装备忘 2009-07-16 10:38 http://www.blogjava.net/Phrancol/articles/143084.html
springdm
zscomehuyue
·
2011-04-06 10:00
spring
tomcat
Web
Access
osgi
springDM
配置运行
准备环境1、SpringSourceToolSuite,版本2.5.02、jdk1.63、spring-osgi-1.2.1 导入需要的bundles 导入方式 1、file->Import->Plug-insandfragments 2、选择"Directory"项,分别从spring-osgi-1.2.1/lib、spring-osgi-1.2.1/dist导入下列部分bundles。 3、选
uhippo
·
2011-03-19 14:00
利用struts2
springdm
felix实现一个web应用
springdm
是spring和osgi之间的桥梁,利用这个桥梁在osgi的bundle中,可以方便的利用spring的IOC、AOP、配置等特征来管理bundle中的对象,在Struts2的发布包中
xingtongkun
·
2010-10-25 18:00
spring
Web
struts
配置管理
osgi
OSGI之budnle的启动级别机制和使用
前几天使用
SpringDM
做一个简单的web应用,自己把所有的jar包都已经打入,并且保证环境是正常使用的,但是在页面前端发送请求后,后台总是报找不到对应得类,当然这种异常不仅仅简单概论就是启动级别的问题
yinyuan1987
·
2010-07-21 16:00
spring
活动
System
osgi
import
osgi框架
OSGi与Spring DM:使用Spring DataSource
之前已经完成了使用
SpringDM
构建简单应用并导入导出服务套件的过程,下面将介绍SpringDataSource的使用。
baiseda
·
2010-06-07 12:00
Spring
OSGI
JDBC
Bean
Derby
OSGi与Spring DM:使用Spring DataSource
之前已经完成了使用
SpringDM
构建简单应用并导入导出服务套件的过程,下面将介绍SpringDataSource的使用。
chengxuetao
·
2010-06-07 12:00
dataSource
OSGi与Spring DM:使用Spring DataSource
之前已经完成了使用
SpringDM
构建简单应用并导入导出服务套件的过程,下面将介绍SpringDataSource的使用。
chengxuetao
·
2010-06-07 12:00
dataSource
OSGi与Spring DM:使用Spring DataSource
之前已经完成了使用
SpringDM
构建简单应用并导入导出服务套件的过程,下面将介绍SpringDataSource的使用。
baiseda
·
2010-06-07 12:00
Spring
OSGI
JDBC
Bean
Derby
OSGi与Spring DM:使用Spring DataSource
之前已经完成了使用
SpringDM
构建简单应用并导入导出服务套件的过程,下面将介绍SpringDataSource的使用。
baiseda
·
2010-06-07 12:00
spring
bean
jdbc
Derby
osgi
OSGI中启动spring dm加载的commons-logging问题
经过仔细的对比和设置,最终发现需要加入以下的4个包,才能使spring-core启动起来(这四个包均位于
springdm
2.0包的lib目录下): com.springsource.slf4j.org.apache.commons.logging
ITsenlin
·
2010-06-01 16:00
spring
osgi
OSGi与Spring:设置Spring DM开发环境
之前我们介绍了什么是Spring动态模型(
SpringDM
),下面我们将学习如何设置
SpringDM
开发环境,并准备使用
SpringDM
开发您的第一个HelloWorld应用。
chengxuetao
·
2010-06-01 09:00
spring
dm
OSGi与Spring:设置Spring DM开发环境
之前我们介绍了什么是Spring动态模型(
SpringDM
),下面我们将学习如何设置
SpringDM
开发环境,并准备使用
SpringDM
开发您的第一个HelloWorld应用。
baiseda
·
2010-06-01 09:00
apache
eclipse
spring
log4j
osgi
OSGi与Spring:设置Spring DM开发环境
之前我们介绍了什么是Spring动态模型(
SpringDM
),下面我们将学习如何设置
SpringDM
开发环境,并准备使用
SpringDM
开发您的第一个HelloWorld应用。
chengxuetao
·
2010-06-01 09:00
spring
dm
OSGI中启动spring dm加载的commons-logging问题
在进行osgi学习的过程中,首先就是启动一个用
springdm
编写的helloworld程序,当加入了相应的spring包时,启动osgi,其中会报一个错误,即找不到org.apache.commons.logging
Fly_m
·
2010-05-28 14:00
apache
spring
maven
log4j
osgi
(OSGI应用与实践)运行petstore例子
最近在看去年买的一本叫作《OSGI原理与最佳实践》一书,在书中的第三章讲到一篇如何运行一个建立在
springdm
上的petstore程序。
Fly_m
·
2010-05-19 06:00
eclipse
spring
应用服务器
log4j
osgi
Spring与OSGi的整合(一)
下载最新版的
SpringDM
,Spring官方网站:www.SpringSource.org2.
hz_chenwenbiao
·
2010-05-17 20:00
eclipse
spring
框架
工作
osgi
Osgi
SpringDM
struts2 学习笔记
本笔记针对Spring-dynamic 1.2.0版本进行一个简单开发应用讲解,使用Apache Felix-1.8.0作为osgi运行环境。 安装Felix a. 运行Felix 下载 Felix-1.8.0版本,解压后,可以看到bin,bundle,conf,doc四个目录 运行命令 java -jar bin/felix.
lwg2001s
·
2010-05-10 16:00
apache
spring
log4j
xml
osgi
采用ext模式开始OSGi
OSGi里面的bundle在开发中细分出模块间的边界,但是你如果遇到框架的时候有点麻烦,
springDM
就是一个典型,下载spring-osgi启动里面的demo大约有50多个bundle,甚至更多。
zhu_chen001
·
2010-04-21 17:00
eclipse
spring
tomcat
ext
osgi
OSGi+
springDM
+junit的实现
最近在研究OSGi+
springDM
+junit,
springDM
提供的AbstractConfigurableBundleCreatorTests可以有效的支撑测试,但是发现其依赖于maven,这令人苦恼
zhu_chen001
·
2010-03-26 16:00
eclipse
maven
JUnit
单元测试
osgi
上一页
1
2
3
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他