
Spring
标叔
naked 。。。blank is my privilege!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
VO,PO ,BO,QO, DAO ,POJO【转】
【转载地址】:http://www.blogjava.net/luofeng225/archive/2009/03/28/262620.html 因为看了有价值,才有了转的冲动 。转的“目的”我想有两个吧!第一,方便自己下次查阅;第二,通过对文章的格式重新编辑会更有印象。看书与看交流博客同样也是一种学习。其实来这儿也是为了学习。。。。 O/R Mapping 是 Object Relati...2010-05-14 10:39:00 · 100 阅读 · 0 评论 -
have a look
http://www.cnblogs.com/MoShin/archive/2011/04/08/2009694.html http://www.blogjava.net/yejiansuo/archive/2010/10/18/335442.html http://hi.baidu.com/nwwolfhdy/blog/item/e7bcf782cd2b699df603a680.html ...2011-04-28 13:20:00 · 135 阅读 · 0 评论 -
ant_eclipse_debug
http://jetty.1047016.n5.nabble.com/jetty-users-How-can-I-debug-jetty-using-the-ant-plugin-td4435355.html http://ptrthomas.wordpress.com/2006/10/10/how-to-start-and-stop-jetty-from-ant/ ...原创 2011-09-21 00:24:04 · 167 阅读 · 0 评论 -
Spring BeanFactoryAware
After you implements the Inferface BeanfactoryAware ,then you can get any bean that registered in spring ioc. spring config: <bean id="beanUtil" scope="singleton" class="BeanUtil"></be...原创 2011-07-18 17:46:24 · 160 阅读 · 0 评论 -
Spring Factory config
Spring config: <bean id="hbmModel" scope="singleton" class="HbmModel" factory-method="instance"> <constructor-arg ref="entityDefinitionLoader" /> </b原创 2011-07-19 13:57:41 · 197 阅读 · 0 评论 -
Spring_mvn_build_install_run
#1 download spring version(2.0.8 or other) ==> for aip local spring-framework-2.0.8-with-dependencies.zip #2 mvn pom.xml ==> load jar for server blog: Getting started with...原创 2011-07-24 11:54:22 · 136 阅读 · 0 评论 -
jetty_spring2.0.8_security2.0.5.RELEASE
STEP 1: pom.xml --> add dependence STEP 2: config spring security file --> [name].xml config web.xml jettySpringSecurityDemo has been saved in u.115.com原创 2011-07-24 19:59:49 · 131 阅读 · 0 评论