CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - spring annotation
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - spring annotation - List
[
JSP/Java
]
rapid代码生成器
DL : 0
现阶段内置模板可以生成的包括: 可以生成java的hibernat model+annotation,hibernate model+xml,dao,manager,struts+struts2 action类 生成jsp的增删改查. (生成的代码与rapid-framework绑定才比较有意义) 通常代码生成器存在的问题. * 二次开发困难 * 过于智能,自动插入我们的项目中,程序员还需考虑旧的代码会不会被覆盖的问题 * 没有将存放模板的目录名称及文件名称利用起来,导致还需配置每个模板文件生成的文件名,目录结构 具体请查看我写的文章:为何代码生成器都要这么智能呢? 本代码生成器的特性 * 基于FreeMarker模板语言 * 基于数据库,并支持多种数据库(mysql,sql server,oracle测试通过) * 半手工方式,生成的代码放在某个目录,再手工拷贝回来工作区 * 易于做二次开发,整个生成器本身就是java源代码,源代码核心十分精简,并且鼓励你做修改代码,也可以作为任何语言的代码生成器 * 配置简单,只有一个配置文件generator.properties * 以application方式运行生成器,生成不同的table直接修改相关java代码即可 * 将文件系统的目录名称及文件名称作为生成器的一部分,模板文件的的名称与目录名称可以直接引用相关变量,如 ${basepackage}/${className}.java (${className}=Blog,则会生成Blog.java) * 以@testExpression结尾的模板文件为有条件忽略,如果testExpression的值在数据模型为true则生成该文件,生成的文件不会包含@testExpression,反之则不生成该文件(应用场景:用于在是否要生成hibernate联合主建的文件中) * 支持文件插入操作,如模板输出生成的地方已经有该同名的文件存在,并且文件中有包含"webapp-generator-insert- location"标记,则模板生成的内容会插入在该标记之后.该特性对如生成的spring配置内容插入spring配置文件十分有用
Update
: 2011-02-22
Size
: 2.94mb
Publisher
:
jeekchen
[
JSP/Java
]
spring_aop1
DL : 0
spring对AOP的只是(采用Annotation的方式),spring依赖库,在Aspect定义Pointcut和Advice-spring is on the AOP (using Annotation way), spring-dependent libraries, the definition of Pointcut in Aspect and Advice
Update
: 2025-02-17
Size
: 7kb
Publisher
:
肖彭燕
[
JSP/Java
]
spring_aop1
DL : 0
spring对AOP的支持(采用Annotation的方式)
Update
: 2025-02-17
Size
: 7kb
Publisher
:
yanbing
[
JSP/Java
]
spring-annotation
DL : 0
spring annotation的例子-Examples of spring annotation
Update
: 2025-02-17
Size
: 2kb
Publisher
:
fangdejia
[
Other Web Code
]
myext
DL : 0
本Demo采用Struts2.1.8+Spring2.5.6(Annotation注解)+Hiberante3.3.2(Annotation注解)+ExtJS(Struts2-json)-The Demo uses Struts2.1.8+ Spring2.5.6 (Annotation annotation)+ Hiberante3.3.2 (Annotation annotation)+ ExtJS (Struts2-json)
Update
: 2025-02-17
Size
: 1.08mb
Publisher
:
王云
[
JSP/Java
]
googleguice
DL : 0
日前Google推出了他自己的轻量级依赖注入(dependency inject)框架——Guice。Guice依靠Java新的Annotation特性,取代了XML的配置,并提供了灵活的注入方法,可以注入到成员、参数、方法等多个位置。在它的官方页面上有一份新手入门的文档,另外可以获取相关信息的就是两个人的blog链接。 初步试用了一下,感觉Guice的Annotation机制和Spring的XML配置功能上基本是完全等价的,只是一个是写在代码中,一个是写在配置文件中,这个也是日前JavaEye上面关于Annotation的讨论的核心——Annotation的引入究竟是倒退还是进步-googleguice
Update
: 2025-02-17
Size
: 9kb
Publisher
:
李伟山
[
JSP/Java
]
org.springframework.samples.petclinic
DL : 0
Spring Pet Clinic, Configuration Based on Annotation and XML-files-Spring Pet Clinic, Configuration Based on Annotation and XML-files
Update
: 2025-02-17
Size
: 566kb
Publisher
:
diaochan
[
JSP/Java
]
Spring@mvc
DL : 0
基于注解的Spring MVC的小例子,照着做就可以了-Spring MVC annotation-based small example, followed suit on it
Update
: 2025-02-17
Size
: 2kb
Publisher
:
tom
[
JSP/Java
]
Spring-Hibernate-Annotation-Example
DL : 0
Java development Spring-Hibernate-Annotation-Example
Update
: 2025-02-17
Size
: 15kb
Publisher
:
zh_chat
[
JSP/Java
]
ssh-annotation
DL : 0
ssh-annotation spring struts hibernate annotation spring struts hibernate annotation -spring struts hibernate annotation spring struts hibernate annotation
Update
: 2025-02-17
Size
: 12.74mb
Publisher
:
dada
[
JSP/Java
]
Spring-Hibernate-Annotation-Example
DL : 0
Maven + (Spring + Hibernate) Annotation + MySql Example-Maven+ (Spring+ Hibernate) Annotation+ MySql Example
Update
: 2025-02-17
Size
: 15kb
Publisher
:
holysatan
[
JSP/Java
]
Demo_Annotation
DL : 0
Spring3.2+Hibernate3.5+Struts2.0注解框架-Spring3.2+ Hibernate3.5+ Struts2.0 annotation framework
Update
: 2025-02-17
Size
: 23.75mb
Publisher
:
卡洛斯
[
JSP/Java
]
Annotation
DL : 0
这是一个关于spring注解的一个比较详细的说明文档已经代码讲解。-this is a .doc about spring Annotation.
Update
: 2025-02-17
Size
: 40kb
Publisher
:
房则
[
JSP/Java
]
SSH2-Annotation
DL : 0
该程序实现了零配置通过注解代替了hibernate中繁琐的hb.XML配置 使用spring 控制翻转 ,托管hibernate和struts2 -The program is to achieve a zero-configuration through annotations instead of hibernate cumbersome hb.XML configured to use the spring to control flip hosting hibernate and struts2
Update
: 2025-02-17
Size
: 13.02mb
Publisher
:
吴睿
[
JSP/Java
]
spring-mybatis-memcached
DL : 0
ssm3-mybatis2-memcached 使用了 simple-spring-memcached 。因为 mybatis-memcached 不支持 MyBatis2(iBatis),只能用在 MyBatis3 里。但是因为有的项目还跑在 MyBatis2 版本上,所以也做一个例子。 mm-mybatis3-memcached 使用了 mybatis-memcached 。因为 simple-spring-memcached 暂时和 MyBatis3 没办法直接整合(MyBatis3 不再需要 DAO 实现类),simple-spring-memcached annotation 在 interface 方法里不起作用。见我提交的 Bug。 ssm3-springcache-mybatis3-memcached 通过 Spring Cache(Spring 3.1+) 实现 simple-spring-memcached 和 MyBatis3 整合。 simple-spring-memcached 使用了 JSON 序列化。-ssm3-mybatis2-memcached using simple-spring-memcached. The mybatis-memcached not support MyBatis2 (iBatis), can only be used in MyBatis3. However, because some projects run on in MyBatis2 version, so also do an example. mm-mybatis3-memcached mybatis-memcached. Simple-spring-memcached and MyBatis3 temporarily not directly integrated (MyBatis3 no longer need the DAO implementation class), simple-spring-memcached annotation interface method does not work. See I submit bugs. ssm3-springcache-mybatis3-memcached simple-spring-memcached, and MyBatis3 integration through Spring Cache (Spring 3.1+). simple-spring-memcached using JSON serialization.
Update
: 2025-02-17
Size
: 135kb
Publisher
:
moody
[
JSP/Java
]
pointShop
DL : 0
基于注解的Spring整合框架,配置上可大大减少开发时间,结构清晰-Spring annotation-based integration framework, the configuration can greatly reduce development time, a clear structure
Update
: 2025-02-17
Size
: 16.29mb
Publisher
:
解明超
[
JSP/Java
]
ssh-annotation
DL : 0
多个框架(struts+spring+hibernate)的集成,是目前较流行的一种Web应用程序开源集成框架,用于构建灵活、易于扩展的多层Web应用程序;依赖注入实现了标签化-Multiple frame integration (struts+spring+hibernate), is an open source Web application integration framework of the popular, for the construction of multi tier Web application flexible, extensible dependency injection the label
Update
: 2025-02-17
Size
: 17.18mb
Publisher
:
hzj3344
[
JSP/Java
]
spring-annotation-study
DL : 0
spring注解的学习,内容比较全,为刚接触的同学提供参考和学习-Spring notes of the study, the contents of the whole, to provide reference and learning for the students just contact
Update
: 2025-02-17
Size
: 122kb
Publisher
:
锥峰傲骨
[
JSP/Java
]
spring3-mvc-maven-annotation-hello-world
DL : 0
Spring mvc web application in java
Update
: 2025-02-17
Size
: 47kb
Publisher
:
Son Nguyen
[
Other
]
Spring MYBatis企业应用实战
DL : 0
Spring MYBatis企业应用实战(MyBatis is an excellent persistence layer framework that supports customized SQL, stored procedures, and advanced mappings. MyBatis avoids almost all JDBC code and manually setting parameters, as well as getting the result set. MyBatis can use simple XML or annotation to configure and map native information, and map the interface and Java POJOs (Plain Old Java Objects, ordinary Java object) into database records.)
Update
: 2025-02-17
Size
: 43mb
Publisher
:
mvp123
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.