Welcome![Sign In][Sign Up]
Location:
Search - spring.jar 1.2

Search list

[JSP/Javaspring_template

Description: struts + spring + hibernate的例子,用IntelliJ IDEA制作-struts spring exploit example, produced using IntelliJ IDEA
Platform: | Size: 17592320 | Author: 胡斌 | Hits:

[JSPspring-framework-1.2.7

Description: spring的源代码,没有什么上传,暂传这个,为了下载也没有办法啦,希望原谅。-spring's source code, nothing uploads-the suspense, in order to download not worry, forgive.
Platform: | Size: 18055168 | Author: hhr | Hits:

[JSP/Javaacegi-sample

Description: acegi权限管理框架,作为基于Spring框架的WEB应用的安全框架-acegi authority management framework, based on the Spring framework as a Web application security framework
Platform: | Size: 2404352 | Author: zhao jin | Hits:

[JSPspring+hibernate+structs

Description: spring+hibernate+structs经典入门-spring+ hibernate+ structs classic entry
Platform: | Size: 494592 | Author: frank | Hits:

[JSP/Javaspring-framework-1.2.9

Description: spring 框架代码-spring framework code
Platform: | Size: 18225152 | Author: fuhoujun | Hits:

[JSP/Javaext-2.0

Description: 1.. 需要jdom.jar和bsf.jar,否则无法跟spring整合. 2.. dwr生成的javascript函数会自动加一个回调函数的参数,如原来的函数是checkExist(String name),那么生成的javascript函数是checkExist(callbackFunc,String name). 3.. 注意回调函数只能有一个参数,就是服务器的返回值,如function(messFromServer),这里messFromServer是该操作在服务器上的返回值. 4.. util.js里面有很多有用的方法,最好熟悉一下. 5.. convert并不是必须的,只有你的函数需要传递非基本数据类型的数据时需要此项. 我需要增强的,dom操作,javascript
Platform: | Size: 4279296 | Author: zxx | Hits:

[JSPezmorph-1.0.1-sources

Description: iBATIS似乎已远离众说纷纭的OR框架之列,通常人们对非常流行的Hibernate情有独钟。但正如Spring A Developer s Notebook作者Bruce Tate 和Justin Gehtland所说的那样,与其他的OR框架相比,iBATIS独辟蹊径“iBATIS不是试图从根本上掩盖SQL,实际上,它是在拥抱SQL。” 但别犯愁:SQL本身具备了一些重要的功能,并且通过模板的使用,在Spring应用中采用iBATIS显得轻而易举。在此摘录中,两位作者将和你一起安装iBATIS并将其集成进你的Spring应用中。他们也阐明了怎样取得你已编写的SQL语句及把他们映射给iBATIS使用的Bean。最后,还讨论了iBATIS的优缺点,及为什么是这样的一种方式,即所谓的“在完全OR与JDBC之间的一个幽雅的折衷。” 就象Developer s Notebook 系列中所有的书一样,你将由直接的且实用的方式获得信息,这些信息包含了完成你工作所需的细节。换言之:“一切来自实战,没有讲义。”
Platform: | Size: 60416 | Author: 幸福的流浪 | Hits:

[JSP/Javaspring-framework-2.5.5

Description: spring2.5 jar包,很好的东西。-spring2.5 jar package, very good things.
Platform: | Size: 6037504 | Author: brown | Hits:

[JSP/JavalzzSearch-1.01

Description: 网页采集系统 === === ===== 安装配置 --- - 1 程序我就不说了 2 配置文件 applicationContext.xml 里面有详细的注释 3 已经包含了多个论坛博客的参数,如CSDN论坛、博客园、新浪博客、百度Hi、ccidnet等的解析参数 需要的类库 --------- 1 Spring 2.5 2 common-logging 1.1 3 paoding-analysis 2.0.4-beta 4 commons-dbcp-1.2.2.jar 5 mysql-connector-java-5.1.7-bin.jar 6 commons-pool-1.4.jar 7 Lucene.2.4.0.jar 8 Lucene-highlighter-2.4.0.jar 9 java2000.jar 演示例子 ------- 本地:在com.laozizhu.search.demo目录下面 B/S: http://search.laozizhu.com -Page acquisition system installation configuration =================------- 1 program I do not say 2 configuration file applicationContext.xml has detailed notes which already contains 3 a number of forums blog parameters, such as CSDN forum, blog, garden, Sina blog, Baidu Hi, ccidnet Analytical parameters such as the library required--------- 1 Spring 2.5 2 common-logging 1.1 3 paoding- analysis 2.0.4-beta 4 commons-dbcp-1.2.2.jar 5 mysql-connector-java-5.1.7-bin.jar 6 commons-pool-1.4.jar 7 Lucene.2.4.0.jar 8 Lucene-highlighter demo-2.4.0.jar 9 java2000.jar example------- Local: com.laozizhu.search.demo directory at the following B/S: http://search.laozizhu.com
Platform: | Size: 10865664 | Author: wfx | Hits:

[JSP/JavaxfireW

Description: java实现的webservice,采用spring+xfire包括服务器端和客户端,可直接运行-java achieved webservice, using spring+ xfire including server-side and client, can be directly run
Platform: | Size: 19239936 | Author: 张举武 | Hits:

[ERP-EIP-OA-PortalCoreCRM

Description: 一个国外的开源ERP网站的代码,很有参考价值,供大家学习使用。-An open source ERP abroad site code, a good reference for everyone learning to use.
Platform: | Size: 1178624 | Author: 安迪 | Hits:

[JSP/Javaspring_beginning

Description: 1、spring依赖库 * SPRING_HOME/dist/spring.jar * SPRING_HOME/lib/jakarta-commons/commons-logging.jar * SPRING_HOME/lib/log4j/log4j-1.2.14.jar 2、拷贝spring配置文件到src下 3、拷贝log4j配置文件到src下 4、在UserManagerImpl中提供构造函数或setter方法,spring将实例化好的UserDao实现注入给我们 5、让spring管理我们的对象创建和依赖,必须在spring配置中进行定义 6、编写客户端 spring Ioc容器的关键点: * 必须将被管理的对象定义到spring配置文件中 * 必须定义构造函数或setter方法,让spring将对象注入过来
Platform: | Size: 8192 | Author: yanbing | Hits:

[JSP/Javaspring-framework-2.5.6.SEC01

Description: Spring2.5.6源代码,里面包含了实现spring架构的所有代码,可以使用之参考或调试使用spring架构组织的web应用程序-Spring2.5.6 source code, which contains the spring structure to achieve all of the code, you can use the reference to the use of spring framework or debugging of web applications that organizations
Platform: | Size: 3281920 | Author: andrewpetrovic | Hits:

[JSP/Javaspring-security-2.0.5

Description: Spring框架中涉及到安全配置所需要的包,分享一下-Spring\spring-security-2.0.5.zip Spring\spring-security-2.0.5.zip Spring\spring-security-2.0.5.zip
Platform: | Size: 14839808 | Author: caicop | Hits:

[JSP/JavaSSH2_BY_annotations

Description: SSH2工程模板 struts2.1.8 + Spring2.5+ Hibernate3.2  Spring 用注解方式-antlr-2.7.6.jar asm-2.2.3.jar asm-commons-2.2.3.jar asm-util-2.2.3.jar c3p0-0.9.1.2.jar cglib-nodep-2.1_3.jar common-annotations.jar commons-collections.jar commons-dbcp.jar commons-fileupload-1.2.1.jar commons-io-1.3.2.jar commons-logging-1.0.4.jar commons-logging-api-1.1.jar commons-pool.jar dom4j-1.6.1.jar ejb3-persistence.jar freemarker-2.3.15.jar hibernate-annotations.jar hibernate-commons-annotations.jar hibernate3.jar jta.jar log4j.jar msbase.jar mssqlserver.jar msutil.jar ognl-2.7.3.jar spring-beans.jar spring-context-2.5.6.jar spring-context.jar spring-core-2.5.6.jar spring-core.jar spring-orm.jar spring-tx.jar spring-web-2.5.6.jar spring-web.jar spring-webmvc-portlet.jar spring-webmvc-struts.jar spring-webmvc.jar spring.jar struts2-core-2.1.8.1.jar struts2-spring-plugin-2.1.8.1.jar xwork-core-2.1.6.jar 数据库ms sql database zqkdev table tb_user fields uid int username nvarchar password nvarchar
Platform: | Size: 34816 | Author: | Hits:

[JSP/Javastruts2.0spring2.0hibernate3.0

Description: 开发Java项目常用到的Jar包,包括Strut,Hibernate,Spring所需最基本Jar包-Develop Java project using the Jar package, including Strut, Hibernate, Spring Jar package required minimum
Platform: | Size: 44102656 | Author: 冯秋燕 | Hits:

[JSP/Javamybatis-spring

Description: 本程序仅实现了mybatis与spring整合后的一个查询功能,主要目的是测试mybatis与spring的正常整合。前台与后台的交互采用的DWR技术。数据库为Oracle,表信息不再提供,用户可自行创建,也可换成自己熟悉的数据库。数据仅2个字段,name和department,表名为txl。-This program implements only mybatis integration with the spring after a search function, the main purpose is to test mybatis integrated with the normal spring. Database for Oracle, the table is no longer available information, the user can create, can be replaced familiar database. Only two data fields, name and department, the table name txl.
Platform: | Size: 5886976 | Author: wujing | Hits:

[JSP/Javaspring-1.2.7

Description: 搭建struts 框架需要其中一个的jar包,希望能有作用-Build struts framework needs one jar package, hoping to have the role of
Platform: | Size: 1927168 | Author: 李芬芳 | Hits:

[JSP/Javaspring-security-3.2.0.RELEASE

Description: spring-security-3.2.0.RELEASE 的jar包,源码可以从git上下,但是jar只能maven,这个送给不想或者不会maven的人们-spring-security-3.2.0.RELEASE jar package, the source from git up and down, but the jar only maven, this gave people who do not want or do not maven
Platform: | Size: 1041408 | Author: 蔡霖 | Hits:

[JSP/Javac3p0-0.9.1.2

Description: C3P0是一个开源的JDBC连接池,它实现了数据源和JNDI绑定,支持JDBC3规范和JDBC2的标准扩展。目前使用它的开源项目有Hibernate,Spring等。(C3P0 is an open source JDBC connection pool that implements data sources and JNDI bindings, and supports JDBC3 specifications and standard extensions of JDBC2. The open source projects currently using it include Hibernate, Spring, and others.)
Platform: | Size: 557056 | Author: chenchangyong | Hits:
« 12 3 4 »

CodeBus www.codebus.net