
Spring
iteye_5554
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
PropertyPlaceHolderConfigurer usage in my app
Original usage Originally, our application use the org.springframework.beans.factory.config.PropertyPlaceholderConfigurer in this way. In Spring config file: <bean...2009-02-16 11:43:16 · 113 阅读 · 0 评论 -
AOP usage -- BeanNameAutoProxyCreator usage
1) Must use ApplicationContext, can't use BeanFactory. Example: ApplicationContext factory = new ClassPathXmlApplicationContext(new String[]{"spring.xml"}); 2) BeanNameAutoProxyCreator be...原创 2009-03-17 15:44:40 · 92 阅读 · 0 评论 -
JMX Usage
holdorph's blog is very good! link: http://www.unicon.net/node/614About JMXActually, if you go to C:\COMET-DEV\workspaces\COES\config\quantum\cash\AP\dev\cash_coes_sls1, which is the config folder f...2008-09-10 18:29:31 · 95 阅读 · 0 评论 -
Spring Code Sample
ApplicationContext easy creation and bean retrieve================================================= context = new ClassPathXmlApplicationContext(new String[]{"classpath:com/citigroup/eqtg/...原创 2009-06-04 11:12:35 · 154 阅读 · 0 评论 -
PropertyPlaceholderConfigurer Usage
The PropertyPlaceholderConfigurer is used to externalize property values from a BeanFactory definition, into another separate file in the standard Java Properties format. ========Spring Config sni...原创 2008-12-09 10:43:10 · 118 阅读 · 0 评论