资 源 简 介
Summary
Organize client data as json, send them to server via POST method, process data with multithreads, send back results as json to browser.
Features
Natural-born batch mode, process more actions in one HttpRequest.
Concurrent method call processing, process faster through multithread.
JSON standard.
Flexible, extend functions conveniently.
Requirements
JDK1.5
Jackson JSON Processor
jQuery
Spring framework (NOT mandatory, but recommended)
Getting Started or View Document
文 件 列 表
4b2268a4.png
.classpath
etc
postjson-bean.xml
.project
web
demo.html
WEB-INF
json2.js
jquery-1.4.2.min.js
META-INF
postjson.js
build.xml
src
com
build
com.itealabs.postjson-0.9.3.jar
postjson.js
lib
com.springsource.org.apache.commons.logging-1.1.1.jar
org.springframework.beans-3.0.2.RELEASE.jar
servlet-api.jar
org.springframework.expression-3.0.2.RELEASE.jar
org.springframework.web-3.0.2.RELEASE.jar
org.springframework.context-3.0.2.RELEASE.jar
jackson-mapper-asl-1.5.1.jar
jackson-core-asl-1.5.1.jar
org.springframework.asm-3.0.2.RELEASE.jar
bnd-0.0.384.jar
json2.js
org.springframework.core-3.0.2.RELEASE.jar
annotations-api.jar
build.properties
META-INF
postjson.bnd
test
com