CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - ext dwr spring
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - ext dwr spring - List
[
Other resource
]
ExtTest
DL : 0
一个基于ext的ajax小例子,包括从前台到后台的完整调用。 前台是jsp加上ext的框架。 后台是hibernate-annotations和spring以及dwr的组合。 顺便演示了一下用servlet来返回json数据给ext框架的方式。 在grid的演示部分,包括了分页的数据调用和如何处理来自于dwr的数据(dwr的部分和官方网站公布的方法一样) 以及grid的事件处理。 实例的源代码中没有包括jar包,如果需要运行,请根据jar.jpg所显示的jar包添加。 数据库部分请根据create.sql来生成。
Update
: 2008-10-13
Size
: 483.61kb
Publisher
:
阿飞
[
Other resource
]
ext-2.0
DL : 0
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
Update
: 2008-10-13
Size
: 4.03mb
Publisher
:
zxx
[
WEB Code
]
spring+ext+dwr
DL : 1
用到的技术包括Spring,ext,dwr等,数据库是mysql5.0。包含简单的三个Case:人事管理,机构管理,用户管理,适合初学者熟悉spring ext dwr.
Update
: 2008-10-13
Size
: 12.32mb
Publisher
:
wuguofang
[
Other Web Code
]
ExtTest
DL : 0
一个基于ext的ajax小例子,包括从前台到后台的完整调用。 前台是jsp加上ext的框架。 后台是hibernate-annotations和spring以及dwr的组合。 顺便演示了一下用servlet来返回json数据给ext框架的方式。 在grid的演示部分,包括了分页的数据调用和如何处理来自于dwr的数据(dwr的部分和官方网站公布的方法一样) 以及grid的事件处理。 实例的源代码中没有包括jar包,如果需要运行,请根据jar.jpg所显示的jar包添加。 数据库部分请根据create.sql来生成。-Ext based on the ajax small example, including from the front desk to call a complete background. Jsp front is coupled with the framework ext. The background is the hibernate-annotations and a combination of spring and the DWR. Demonstrated the way you use servlet to return json data to the ext framework approach. In the grid demo, including the paging data call and how to deal with data from DWR (dwr part, and the official website announced the same way), as well as grid deal with the incident. Examples of the source code does not include jar package, if you need to run, please jar.jpg shown under the package to add jar. Database requested in accordance with create.sql to generate.
Update
: 2025-02-17
Size
: 483kb
Publisher
:
阿飞
[
JSP/Java
]
ext-2.0
DL : 0
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
Update
: 2025-02-17
Size
: 4.08mb
Publisher
:
zxx
[
WEB Code
]
spring+ext+dwr
DL : 0
用到的技术包括Spring,ext,dwr等,数据库是mysql5.0。包含简单的三个Case:人事管理,机构管理,用户管理,适合初学者熟悉spring ext dwr.-Used technologies, including Spring, ext, dwr, etc., the database is mysql5.0. Contains a simple three Case: personnel management, institutional management, user management, suitable for beginners and familiar with the spring ext dwr.
Update
: 2025-02-17
Size
: 12.32mb
Publisher
:
wuguofang
[
Other Web Code
]
ext2.0+Hibernate+dwr+spring
DL : 0
ext2.0+Hibernate+dwr+spring列子-ext2.0+ Hibernate+ dwr+ spring Liezi
Update
: 2025-02-17
Size
: 8.91mb
Publisher
:
[
JSP/Java
]
ext2+spring+hibernate+dwr
DL : 0
ext2+spring+hibernate+dwr做的小系统,很好的一个研究例子。-ext2+ spring+ hibernate+ dwr do small systems, a very good example of a study.
Update
: 2025-02-17
Size
: 8.76mb
Publisher
:
3333
[
JSP/Java
]
springExt
DL : 0
基于SPRING+DWR+EXT 技术的一个小项目(附源码和数据库脚本)
Update
: 2025-02-17
Size
: 10.39mb
Publisher
:
bird
[
Other Web Code
]
TaskManage
DL : 0
xt+spring+hibernate+dwr做的任务管理系统 涉及AJAX,EXT,spring,hibernate,dwr等技术。 包含数据库建表语句和表中的记录。 涉及表格分页,混合查询,权限等等。-xt+ spring+ hibernate+ dwr to do task management system is involved in AJAX, EXT, spring, hibernate, dwr technologies. Build a database table that contains statements and records in the table. Related to the form page, hybrid queries, permissions and so on.
Update
: 2025-02-17
Size
: 25.97mb
Publisher
:
TL
[
Documents
]
Java_Resources
DL : 0
Java开发相关资源汇总 包括 一、基础知识 J2EE、JSP、Servlet、JDBC等基础知识介绍 二、相关技术 Spring、AJAX、Hibernate、Ext、DWR等相关技术介绍-Java Developer Resources summary, including a basic knowledge of J2EE, JSP, Servlet, JDBC and other basic knowledge and introduce two, related technology, Spring, AJAX, Hibernate, Ext, DWR and other related Technology
Update
: 2025-02-17
Size
: 2mb
Publisher
:
neo
[
JSP/Java
]
graduationPrj
DL : 0
实现了实时的群聊,实时更新在线用户。 ext + ibatis + spring + struts2 + dwr实现,数据库自己建一个,改spring的配置文件就行,表名:users,字段只有三个:id(int),name,password -i don t discrible for this
Update
: 2025-02-17
Size
: 11.58mb
Publisher
:
汪朝
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.