Spring配置
Spring Framework 松耦合的方式来配置和组装应用程序对象和业务对象
依赖注入是Spring容器的核心
用XML来配置Spring
Beans
Spring命名空间的核心,也是配置最多的一个
alias
bean
constructor-org
description
lookup-method
meta
property
replaced-method
description
import
AOP
用来在Spring context中声明aspects,pointcuts 和advice
JEE
为从JNDI ...
1.web.xml的context配置
<listener>
<listener-class>
org.springframework.web.context.ContextLoaderListener
</listener-class>
</listener>
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>
/WEB-INF/classes/springContext-dao.xml,
/WEB- ...
从kenter1643博客文章中读到RMS (Rcorder Managment System)
地址:http://kenter1643.javaeye.com/blog/109080
关键子 RMS
关键词:
无论开发设么项目,数据库几乎是一个永恒的话题
java体系了,有了JDBC这个概念,还有衍生的EJB,JDO,这些都是针对桌面平台或者企业用户的,MIDP2.0不支持全面的树形文件系统,但是为我们提够了这样一种数据持久化机制---记录管理系统(Record Managment System)
RMS提供了Records(记录)和Records Stores(记录仓储)两个概念。







评论排行榜