Location:
Search - servlet json
Search list
Description: 一个基于ext的ajax小例子,包括从前台到后台的完整调用。
前台是jsp加上ext的框架。
后台是hibernate-annotations和spring以及dwr的组合。
顺便演示了一下用servlet来返回json数据给ext框架的方式。
在grid的演示部分,包括了分页的数据调用和如何处理来自于dwr的数据(dwr的部分和官方网站公布的方法一样)
以及grid的事件处理。
实例的源代码中没有包括jar包,如果需要运行,请根据jar.jpg所显示的jar包添加。
数据库部分请根据create.sql来生成。
Platform: |
Size: 495220 |
Author: 阿飞 |
Hits:
Description: 一个基于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.
Platform: |
Size: 494592 |
Author: 阿飞 |
Hits:
Description: 很好的json数据处理格式,java版本的;希望能对大家有帮助-Json good data-processing format, java version everybody has the hope that it can assist
Platform: |
Size: 54272 |
Author: slzhao |
Hits:
Description: ext+json异步加载树,ext的初级应用-ext+ json tree
Platform: |
Size: 1517568 |
Author: gulang |
Hits:
Description: Hibernate+Spring+Struts2+ExtJS开发CRUD功能-Hibernate+Spring+Struts2+ExtJS CRUD
Platform: |
Size: 217088 |
Author: 郭世伟 |
Hits:
Description: 实现了JSP+servlet中使用jquery,效果相当好,传值,返回JSON都很方便-JSP+ servlet implements the use of jquery, results have been very good, by value, return JSON very easy
Platform: |
Size: 78848 |
Author: candy |
Hits:
Description: 1.集合了日期、时间、在线预览和特殊字符插件,采用3.0皮肤;
2.将图片上传与管理的JSP页面改写成SERVLET,同时去除JSON包;
3.添加图片压缩功能,对超出的宽高压缩成指定的值;
4.添加上传附件功能;
5.添加图片、附件按日期文件夹分类管理的功能;
6.添加上传图片、附件的title属性,缺省为原文件名;
7.添加上传附件相关的初始属性
8.修改从word粘贴样式,减少样式。
-1. Set the date, time, online previews, and special character plug-in, using the 3.0 skin 2 upload pictures and management of JSP pages rewritten SERVLET, while removing JSON package 3 add picture compression, beyond the wide pressure shrunk the specified value 4 add upload attachments 5 to add images, attachments folder by date category management functions 6 add upload pictures, attachments title attribute, which defaults to the original file name 7 Add post attachments related to the initial properties of 8 Modify paste from word style, reducing the style.
Platform: |
Size: 1042432 |
Author: 得震 |
Hits:
Description: ajax+xml+servlet+json的操作xml的简单例子。jsp通过servlet调用xstream-1.3.1.jar来操作xml。-ajax+ xml+ servlet+ json xml a simple example of the operation. jsp servlet by calling xstream-1.3.1.jar to manipulate xml.
Platform: |
Size: 589824 |
Author: mengli |
Hits:
Description: 使用xml\json\ajax分别与servlet结合,简单的入门例子。-Use the xml \ json, \ ajax and servlet combination, a simple example of entry.
Platform: |
Size: 498688 |
Author: dyh |
Hits:
Description: servlet+json+ajax集成 代码实例
-servlet+json+ajax integration code examples
Platform: |
Size: 4087808 |
Author: 898 |
Hits:
Description: 通过java中的servlet获取另一个服务器使用http post过来的json数据-Java servlet access to another server using http post over JSON data
Platform: |
Size: 8344576 |
Author: Ximing Wang |
Hits:
Description: android端和servlet端使用JSON交换数据信息的简单小例子,部分代码在JSP环境下实现,搞过Java WEB开发(JSP)的程序员,应该对Servlet不陌生,Json目前也是流行技术,所以说这个例子将Android、Json、Servlet三者结合起来,还是有一定参考价值的。
注意:服务器的IP,不要写成localhost了,即使在本机测试也要写上本机的IP地址,localhost会被当成模拟器自身的-android client and servlet end exchange data using JSON simple small example, part of the code in a JSP environment to achieve, engaged Java WEB Development (JSP) programmers, should be no stranger to the Servlet, Json is currently the popular technology, so that this examples of the Android, Json, Servlet three together, or have some reference value.
Note: The server s IP, instead of writing localhost, even in this test also write on the IP address of the machine, localhost will be used as the simulator itself
Platform: |
Size: 2331648 |
Author: rpudn56 |
Hits:
Description: Java看的HTTP网络编程,网络通信编程实例,适用于Android网络编程。在测试代码中服务端我使用三种方式:S2SH、只用Struts2、Servlet。客户端就一种,只不过换个请求的URL。服务端和客户端交互使用了两种方式:XML、JSON,目前开放平台返回的数据都是支持这两种数据格式的。所以我也实现了这两种数据格式。其实还有一种格式,就是google的protocal buffer,这种形式在国内用的人比较少,我也没弄,感兴趣的同学看我提供的文档,自己研究吧。注意把里面的IP换成自己电脑的IP地址。
在使用Servlet的服务端,可以通过下面这种方式设置返回类型,但是其实没用,你设置了,它也不返回。你只能自己封装XML文件或者JSON字符串,然后返回-Java HTTP watch network programming, network communications programming examples for Android network programming. In the test code in the server I use three ways: S2SH, only Struts2, Servlet. On a client, but another URL request. Service and client interaction used in two ways: XML, JSON, the current data returned is an open platform supports both data formats. So I have realized these two data formats. In fact, there is a format that is google' s protocal buffer, this form in the country with relatively few people, I did not get the students interested to see documents I provide, own research. Note that the inside of the IP address of their computer' s IP replaced. In using the Servlet server, you can set up this way by following the return type, but in fact useless, you set up, it does not return. You can only own package XML file or JSON string, and then return
Platform: |
Size: 150528 |
Author: rpudn92 |
Hits:
Description: 本demo实现了通过wifi获取服务器端的json数据,(服务器端是servlet)。-The demo implementation of the JSON data acquisition server by WiFi, (server servlet).
Platform: |
Size: 362496 |
Author: cbew |
Hits:
Description: ExtJS4 + Accordion + SERVLET / STRUTS2 + JSON + Ext.tree.Panel examples-ExtJS4+ Accordion+ SERVLET/STRUTS2+ JSON+ Ext.tree.Panel examples
Platform: |
Size: 2533376 |
Author: 张太衡 |
Hits:
Description: Source code for a simple servlet based request server with proprietery MVC framework. Handles JSON requests.
Platform: |
Size: 5120 |
Author: sanket |
Hits:
Description: 第19章 电子拍卖系统
19.1 系统功能简介和架构设计
19.1.1 系统功能简介
19.1.2 系统架构设计
19.2 JSON简介
19.2.1 使用JSON语法创建对象
19.2.2 使用JSON语法创建数组
19.2.3 Java的JSON支持
19.3 发送请求的工具类
19.4 用户登录
19.4.1 处理登录的Servlet
19.4.2 用户登录
19.5 查看流拍物品
19.5.1 查看流拍物品的Servlet
19.5.2 查看流拍物品
19.6 管理物品种类
19.6.1 浏览物品种类的Servlet
19.6.2 查看物品种类
19.6.3 添加种类的Servlet
19.6.4 添加物品种类
19.7 管理拍卖物品
19.7.1 查看自己的拍卖物品的Servlet
19.7.2 查看自己的拍卖物品
19.7.3 添加拍卖物品的Servlet
19.7.4 添加拍卖物品
19.8 参与竞拍
19.8.1 选择物品种类
19.8.2 根据种类浏览物品的Servlet
19.8.3 根据种类浏览物品
19.8.4 参与竞价的Servlet
19.8.5 参与竞价
19.9 权限控制-The nineteenth chapter electronic auction system
19.1 system function introduction and architecture design
Introduction of 19.1.1 system function
19.1.2 system architecture design
19.2 JSON profile
19.2.1 uses JSON syntax to create objects
19.2.2 uses the JSON syntax to create an array
Java JSON 19.2.3 support
19.3 send the requested tool class
19.4 user login
19.4.1 handle login Servlet
19.4.2 user login
19.5 view streaming
19.5.1 view streaming Servlet
19.5.2 view streaming
19.6 types of management items
19.6.1 browse the item type Servlet
19.6.2 view item type
19.6.3 to add a variety of Servlet
19.6.4 add item type
19.7 manage auction items
19.7.1 view their own auction items Servlet
19.7.2 view their own auction items
19.7.3 add auction items Servlet
19.7.4 add auction items
19.8 participate in the auction
19.8.1 item type
Servlet according to the type of browse items 19.8.2
19.8.3 browse items according to the type
19.8.4 participate in bidding Servle
Platform: |
Size: 25853952 |
Author: 伍 |
Hits:
Description: Servlet+Json,using this code with mysql ,you can load your data in desktop.-Servlet with json.
Platform: |
Size: 2808832 |
Author: 杨波 |
Hits:
Description: 里面包含联网取天气预报信息简单版,手机客户端访问Web端Servlet程序,JSON数据解析示例等-Which contains the network to take weather forecast information simple version, mobile client access Web side Servlet program, JSON data analysis example
Platform: |
Size: 6785024 |
Author: 吴小 |
Hits:
Description: 用Servlet服务器和ajax编写的一个比较完美的聊天室,有什么bug希望指出来,附带Mysql数据(Servlet server and Ajax prepared by a more perfect chat room, what bug want to point out, accompanied by Mysql data)
Platform: |
Size: 3229696 |
Author: Accompany
|
Hits: