`

spring=画蛇添足

阅读更多

决定把在javaeye上最后一点积分用光,大家投隐藏吧,投新手吧,不过我还是要说,盲从--中国程序员的悲哀。

尝试是好事,盲从就不好了。

现在我开始尝试使用一种简单的方式来构建对象,获取对象。可称之为ContextHolder模式。

 

java 代码
  1. /**  
  2.  * 2007-6-5 下午02:27:03  
  3.  */  
  4.   
  5. /**  
  6.  * @author <a href="mailto:guileen@gmail.cn">桂健雄</a>  
  7.  * @since 2007-6-5  
  8.  */  
  9. public abstract class ContextHolder {   
  10.     static{   
  11.         //init the context ,sessionFactory   
  12.         AnnotationConfiguration cfg = new AnnotationConfiguration();   
  13.         Properties prop = new Properties();   
  14.         InputStream is = null;   
  15.         try{   
  16.             is = Thread.currentThread().getContextClassLoader().getResourceAsStream("jdbc.properties");   
  17.             prop.load(is);   
  18.         } catch (IOException e) {   
  19.             Logger.getLogger(Properties.class).error("jdbc.properties 读取失败");   
  20.         }finally{   
  21.             if(is != null){   
  22.                 try {   
  23.                     is.close();   
  24.                 } catch (IOException e) {   
  25.                 }   
  26.             }   
  27.         }   
  28.         cfg.addProperties(prop);   
  29.         initAnnotatedClasses(cfg);   
  30.         buildDaos();   
  31.         sessionFactory = cfg.buildSessionFactory();   
  32.         SessionHolder.setSessionFactory(getSessionFactory());   
  33.     }   
  34.     private static SessionFactory sessionFactory;   
  35.     private static MyDao1 dao1;   
  36.     private static MyDao2 dao2;   
  37.     /**  
  38.      * @param cfg  
  39.      */  
  40.     private static void initAnnotatedClasses(AnnotationConfiguration cfg) {   
  41.         cfg.addAnnotatedClass(MyEntity1.class);   
  42.         cfg.addAnnotatedClass(MyEntity2.class);   
  43.         cfg.addAnnotatedClass(MyEntity3.class);   
  44.     }   
  45.        
  46.     private static void buildDaos(){   
  47.         dao1 = new MyDao1Impl();   
  48.         dao2 = new MyDao2Impl();   
  49.     }   
  50.        
  51.     public static SessionFactory getSessionFactory(){   
  52.         return sessionFactory;   
  53.     }   
  54.        
  55.     public static MyDao1 getMyDao1(){   
  56.         return dao1;   
  57.     }   
  58. }   
<script>render_code();</script>

 

IOC的目标是,建立统一的对象装配器,对象提取器。但是,使用xml的配置实在是没有必要,取对象出来还要用getBean方法,要填对象名,要作类型转换,对了,还要先设法获取ApplicationContext对象。真是无聊之极。

当然,想要使用Spring中的Bean,也不一定非要获取ApplicationContext,可以把调用者也配置到Context中,定义好set方法,在配置文件中,把调用者的property ref 到 想用到bean上。

不过,如此一来,就更加是画蛇添足了。

aop和事务管理,何必一定完全交给IoC框架呢,自己编码啊。使用框架,以为自己发现了捷径,走过去,就发现,这条小路走的不那么爽,布满荆棘。

而使用这种ContextHolder模式,一切是多么的简单明了,直接static的方法调用,ContextHolder.getMyDao1(),就ok了,而且少了一个2M的spring.jar,看着舒服,少了xml,看着舒服,少了一些无聊的getters and setters,舒服。

分享到:
评论
2 楼 xly_971223 2007-07-11  
引用
aop和事务管理,何必一定完全交给IoC框架呢,自己编码啊。

楼主是怎么自己编写aop和事务管理的呢?
贴代码上来看看
1 楼 dennis_zane 2007-07-11  
不是有人发过一次了?再发一遍干什么?隐藏之

相关推荐

    spring-boot mybaits spring security redis整合

    注解redis缓存数据,Spring-session和redis实现分布式session同步(建议按功能模块划分系统)。 6、日志 =========== logback打印日志,业务日志和调试日志分开打印。同时基于时间和文件大小分割日志文件。 9、...

    SpringBatch+Spring+Mybatis+MySql (spring batch 使用jar)

    Spring Batch是一个轻量级的,完全面向Spring的批处理框架,可以应用于企业级大量的数据处理系统。Spring Batch以POJO和大家熟知的Spring框架为基础,使开发者更容易的访问和利用企业级服务。Spring Batch可以提供...

    14031069-SPRING BOOT实战=SPRING BOOT IN ACTION-p210.pdf

    14031069-SPRING BOOT实战=SPRING BOOT IN ACTION-p210.pdf

    spring aop ioc实例

    Spring AOP和IOC是Spring框架的核心特性,它们极大地简化了企业级Java应用的开发。AOP(面向切面编程)允许我们分离关注点,将横切关注点(如日志、事务管理)从核心业务逻辑中解耦出来。而IOC(控制反转)则是...

    spring3.0.5 所有jar文件

    包含spring 3.0.5的所有jar文件: org.springframework.aop-3.0.5.RELEASE.jar org.springframework.asm-3.0.5.RELEASE.jar org.springframework.aspects-3.0.5.RELEASE.jar org.springframework.beans-3.0.5.RELEASE...

    spring3.1 官方全部jar包

    spring3.1官方所有的jar包 org.springframework.aop-3.1.RELEASE.jar org.springframework.asm-3.1.RELEASE.jar org.springframework.aspects-3.1.RELEASE.jar org.springframework.beans-3.1.RELEASE.jar org....

    spring4.3.1官方全套jar包下载

    spring4.3.1全套jar下载。 4.3.1/spring-aop-4.3.1.RELEASE.jar 4.3.1/spring-aspects-4.3.1.RELEASE.jar 4.3.1/spring-beans-4.3.1.RELEASE.jar 4.3.1/spring-context-4.3.1.RELEASE.jar 4.3.1/spring-core-4.3.1....

    spring整合rabbitmq需要的jar包(spring版本4.2.0)

    在IT行业中,Spring框架是Java应用开发中的一个关键组件,它提供了一整套服务来简化企业级应用的构建。RabbitMQ则是一个流行的开源消息队列系统,它基于AMQP(Advanced Message Queuing Protocol)协议,用于高效地...

    spring_MVC源码

    弃用了struts,用spring mvc框架做了几个项目,感觉都不错,而且使用了注解方式,可以省掉一大堆配置文件。本文主要介绍使用注解方式配置的spring mvc,之前写的spring3.0 mvc和rest小例子没有介绍到数据层的内容,...

    spring-boot-mail

    spring boot 邮件发送,亲测可用 #字符集 spring.mail.default-encoding=UTF-8 #电子邮件地址 spring.mail.host=smtp.126.com #Application spring.application.name=SEND-MAIL #授权密码 spring.mail.password=...

    spring-mock.jar

    Classes contained in spring-mock.jar: org.springframework.mock.jndi.ExpectedLookupTemplate.class org.springframework.mock.jndi.SimpleNamingContext.class org.springframework.mock.jndi....

    Spring Boot整合SpringDataJPA

    在现代Java Web开发中,Spring Boot框架以其便捷的配置、快速的应用启动以及强大的依赖管理而备受推崇。Spring Data JPA是Spring生态系统中的一个重要组件,它为开发者提供了与JPA(Java Persistence API)交互的...

    spring4.x中的jar包下载,spring4.0.6下载,spring最新稳定版jar包下载

    spring4.x中的jar包下载,spring4.0.6下载,spring最新稳定版jar包下载 http://maven.springframework.org/release/org/springframework/spring/ 这个链接中有各种稳定版的jar包下载 目前官网上大部分都要maven下载

    Spring4.0+Hibernate4.0+Struts2.3整合案例

    Spring4.0+Hibernate4.0+Struts2.3整合案例:实现增删改查。 ===================== application.xml: &lt;?xml version="1.0" encoding="UTF-8"?&gt; xmlns="http://www.springframework.org/schema/beans" xmlns:xsi=...

    传智播客2016spring资料4

    标题“传智播客2016spring资料4”揭示了这是一份关于Spring框架的教育资料,特别关注的是2016年传智播客教学课程中的第四天内容。传智播客是一家知名的IT教育机构,其课程通常深入浅出,适合初学者和有一定经验的...

    最新spring官网下载jar包 spring-4.2.4(免费)

    Spring框架是Java开发中不可或缺的一部分,它以其模块化、易用性和灵活性著称。Spring-4.2.4是该框架的一个稳定版本,为开发者提供了丰富的功能和改进。在这个版本中,Spring团队继续致力于提高性能、增强可维护性和...

    Spring-Boot-Demo

    《Spring Boot整合Mybatis与Druid数据库连接池的实践详解》 在当今的Java开发领域,Spring Boot以其简洁、高效的特点成为了主流的框架选择。它极大地简化了项目的配置和启动流程,使得开发者能够更加专注于业务逻辑...

    Spring攻略(第三版)源代码

    Spring Recipes 3rd Edition Sources === These are the sources belonging to Spring Recipes 3rd Edition. Each chapter has its own sources and each chapter can contain multiple source snippets TOC --- ...

    SpringQuartz的使用文档

    SpringQuartz是一个强大的任务调度框架,它在Java应用程序中用于自动化执行特定任务,如定时生成文件、统计数据或执行后台清理工作。Quartz是开源的,具有高度灵活的调度功能,能够根据预定义的时间表触发任务,同时...

Global site tag (gtag.js) - Google Analytics