Projects tagged ‘java’, ‘javascript’, and ‘json’


[6 total ]

9USERS
 

Apache Sling is a Web application framework based on REST principles that provides easy development of content-oriented applications. Sling uses a JCR repository, such as Apache Jackrabbit, as its data store. Apache Sling is an effort undergoing ... [More] incubation at The Apache Software Foundation (ASF), sponsored by the Apache Jackrabbit PMC. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. [Less]

1USERS

GWT on Rails is a Rails plugin that integrates GWT client side compiled JavaScript with Rails REST web services.

1USERS

GWT-REST is an asynchronous RESTful client implementation for GWT. GWT-REST can be used alongside GWT-RPC or as a replacement for it. The intent is to provide a drop-in solution for communicating with REST web services that may or may not be ... [More] implemented in Java. A set of generic interfaces is provided along with implementations for JSON and Rails in this first release. [Less]

1USERS
   

A core java API for converting java classes to JSON. Javascript utilities for requesting a java object from a server as JSON.

0USERS

See project pages: Home Page (All Pages) | 'Hello World' | Code Examples | Handle Gallery | To-Do List The Last Mile - CrossTech, Oct 1, '08 del.icio.us [ AppleScript | C | C# | Erlang | F# | Haskell | Java | JavaScript | Lisp | Logo | ... [More] Perl | PHP | Prolog | Python | Ruby | Smalltalk | XSLT ] Oct 4, '08 ... added JavaScript modules openhandle-0.2.1.js and openhandle-utils-0.2.1.js (together with minified versions) ... OpenHandle is an open-source community project to expose Handle Values in common text-based serializations to make the data stored within the records more accessible to Web applications. OpenHandle is not a replacement for the Handle System, but rather an alternate means to access Handle. See a simple test client (sources: html, js). Specifically, OpenHandle is implemented as a Java servlet front-end to the Handle System which exposes records in structured form (see XML and JSON examples) and as such makes Handle records readable via a simple web service. See also: Home Page (All Pages) 'Hello World' document Code Examples for accessing OpenHandle from various programming languages Handle Gallery of Handles 'in the wild' as serialized by OpenHandle To-Do List XML: 'Compact' form (Link) JSON: 'Compact' form (Link) XML: 'Full' form (Link) JSON: 'Full' form (Link) [Less]

0USERS

相关链接继《JavaScript高级应用与实践》之后推出的开源代码——json-rpc-for-java light AJAX framework: 作者csdn博客 作者新浪600多万次点击博客 作者网站 ... [More] 支持的浏览器IE4、IE5、IE6、IE7、IE8、FireFox 2.0.16、FireFox 3.01、Opera 9.5、Safari 3.0.3等等 异步调用支持传入复合对象作为异步方法的参数 工程svn下载地址http://json-rpc-for-java.googlecode.com/svn/trunk/ 示例工程下载地址测试环境:MyEclipse、Jre1.4、tomcat 5.0 如果你要测试,可以采用相应的环境,不一定要那么高版本的环境 http://json-rpc-for-java.googlecode.com/files/JsonRpcExample2008-08-05.rar 概述json-rpc-for-java,是仅仅不到100行的javascript代码和不到10个java文件实现的超级轻量级的通过 javaScript快速调用java对象并返回任意对象的轻量级框架,并且支持级联调用,也就是说不需要额外 的JavaScript编程,就可以通过javascript调用被注册的java对象并返回java对象,如果被返回的对象 还有方法,这个在javascript中返回的java对象的变量,你还可以继续调用它的方法.....这就是这个轻 量级json-rpc-for-java的神奇之处。 当返回的是java对象List的时候,在javascript中体现为ArrayList,如果是Map,着体现为js中的 Object,其他的和java中的调用基本相同。 特殊的地方是,通过JS调用java对象方法的时候只能传入简单类型的参数,比 如:String,int,float,long等。 json rpc for java的使用请从http://code.google.com/p/json-rpc-for-java/downloads/list 下载 [Less]