`
lz726
  • 浏览: 335118 次
  • 性别: Icon_minigender_2
  • 来自: 福建,福州
社区版块
存档分类
最新评论

Re: spring=画蛇添足

阅读更多
偶也一直在思考,如果J2EE没有什么框架,现在的EE开发,会是怎么样的情景? 刚开始学框架的时候,就有一种排斥的思想,不知道为什么,就感觉很没意思,用别人实现的东西..哈哈,老是想着要是自己能利用那些机制搭框架就好了... 其实,框架对每个系统的适用性应该也是不同的. 不过,现在在开发过程中,也没有用到框架,但是一些实现机制,像上面说的AOP,还是不错的. 所以,赞楼主一个...加油.
分享到:
评论

相关推荐

    dubbo.xsd文件

    <?xml version="1.0" encoding="UTF-8" standalone="no"?> <xsd:schema ... xmlns:beans=... <xsd:import namespace="http://www.springframework.org/schema/tool"/>

    SpringMVC配置文件最全约束

    xmlns:context="http://www.springframework.org/schema/context" xmlns:aop="http://www.springframework.org/schema/aop" xmlns:tx="http://www.springframework.org/schema/tx" xmlns:mvc=...

    spring-beans-5.2.0.RELEASE-API文档-中英对照版.zip

    赠送jar包:spring-beans-5.2.0.RELEASE.jar; 赠送原API文档:spring-beans-5.2.0.RELEASE-javadoc.jar; 赠送源代码:spring-beans-5.2.0.RELEASE-sources.jar; 赠送Maven依赖信息文件:spring-beans-5.2.0....

    Spring实战2-Bean注入详解的源代码

    xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p" xmlns:context=...

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

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

    asp.net_spring_nhibernate_oracle

    asp.net_spring_nhibernate_oracle 网上关于在.net开发的例子不多,这个例子能跑,遗憾的是,nhibernate在存储过程不完美,在oracle 传回多结果集,只能接受到第一个,官网上也是这样说的。 提示:开发前,先将...

    struts hibernate spring 集成时使用依赖注解的方式的秘籍

    http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd ...

    spring-ibatis

    spring-ibatis 整合 springmvc 配置: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:mvc=...

    Spring集成MongoDB官方指定jar包:spring-data-mongodb-1.4.1.RELEASE.jar

    Spring集成MongoDB官方指定jar包:spring-data-mongodb-1.4.1.RELEASE.jar

    项目源码java京东商城购物网站

    【项目源码】java京东商城购物网站 <?xml version="1.0" ... http://www.springframework.org/schema/beans/spring-beans-2.5.xsd http://www.springframework.org/schema/tx http://www.springframework.org

    springmvc-config.xml

    这是一个springmvc-config.xml文件,<?xml version="1.0" encoding="UTF-8"?> ... xmlns:mvc=... http://www.springframework.org/schema/context/spring-context-4.2.xsd">

    springjdbc

    <bean class="org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter" /> <!-- apache.dbcp连接池的配置 --> <bean id="dataSource" class="org.apache.commons.dbcp....

    Spring XML 配置扩展机制

    xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd ...

    Spring笔记.doc

    【Spring 概念与优势】 Spring 是一个开源的 Java 应用框架,主要设计目标是简化企业级应用的开发。它的核心特性是依赖注入(Dependency Injection,简称 DI)和面向切面编程(Aspect-Oriented Programming,简称 ...

    dubbo.xsd阿里巴巴开源xsd文件

    xmlns:beans="http://www.springframework.org/schema/beans" xmlns:tool="http://www.springframework.org/schema/tool" targetNamespace="http://code.alibabatech.com/schema/dubbo"> <xsd:import ...

    实验一:Spring IoC中Bean的装置的jar包

    在Java开发领域,Spring框架是不可或缺的一个部分,它以其强大的依赖注入(IoC)和面向切面编程(AOP)功能而闻名。本实验聚焦于Spring IoC中的Bean装置,这是理解Spring框架核心机制的关键。我们将通过分析指定的...

    11spring4_aop3.rar

    http://www.springframework.org/schema/beans/spring-beans.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd"> <bean id="userService" class=...

    spring_MVC框架

    ### Spring MVC框架集成Java Web项目知识点详解 #### 一、Spring MVC框架简介 Spring MVC是Spring框架中的一个重要组成部分,主要用于构建基于Java的Web应用程序。它遵循Model-View-Controller(模型-视图-控制器...

    spring-influxdb-orm:Spring InfluxDB ORM

    弹簧流入数据库用法基本用法ApplicationContext.xml <? xml version = " 1.0 " encoding = " UTF-8 " ?..." http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spri

    sping配置数据源

    Spring框架在Java应用程序中管理数据库连接的方式有很多种,本篇文章将详细介绍Spring配置数据源的四种常见方法,以Oracle 10g为例。 1. 使用Spring自带的`DriverManagerDataSource` `DriverManagerDataSource`是...

Global site tag (gtag.js) - Google Analytics