Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 4

DWR (Direct Web Remoting) is Easy Ajax for Java DWR enables Java code on the server and JavaScript code in a browser to interact and call each other as simply as possible, making it easy for developers to add data into web pages. DWR generates JavaScript to allow web browsers to securely call ... [More] into Java code almost as if it was running locally. It can marshall virtually any data including collections, POJOs, XML and binary data like images and PDF files. All that is required is a security policy defining allowed actions. With Reverse Ajax, DWR allows two-way interaction: browser calling server and server calling browser. DWR supports Comet, Polling and Piggyback as ways to publish to browsers. [Less]

4.41667
   
  0 reviews  |  39 users  |  165,646 lines of code  |  2 current contributors  |  Analyzed 7 days ago
 
 

The Hippo Site Toolkit 2 (HST2) is a set of tools that enables a developer to build websites by providing modular component based interaction and processing of any resources. URL mapping and link rewriting is handled for you. There is a clear separation between behavior (plain Java HstComponents) ... [More] , content (from Hippo Repository) and presentation (JSP, Velocity, Freemarker etc.) Also, by default, you'll have a preview and live environment of your website. HST2 provides a seamless portal integration and a SpringMVC bridge. Writing a Component for a website is the same as writing a component for a portlet. [Less]

5.0
 
  0 reviews  |  34 users  |  109,980 lines of code  |  20 current contributors  |  Analyzed 5 days ago
 
 

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. Sling graduated from the Apache Incubator on June 17th, 2009, and is now an Apache ... [More] top-level project. All of Sling's code is under the Apache License 2.0 (quite obvious for an Apache project, but there was some confusion about this at some point). [Less]

4.3
   
  0 reviews  |  18 users  |  228,315 lines of code  |  13 current contributors  |  Analyzed 4 days ago
 
 

JSON-lib is a java library for transforming beans, maps, collections, java arrays and XML to JSON and back again to beans and DynaBeans. It is based on the work by Douglas Crockford in http://www.json.org/java. Includes support for Groovy and JRuby as well.

4.71429
   
  0 reviews  |  16 users  |  34,204 lines of code  |  0 current contributors  |  Analyzed over 1 year ago
 
 

WSO2 Application Server (previously known as Tungsten, and then WSAS) is an integrated web services and web applications platform which offers a complete middleware solution. It is a lightweight, high performing platform for Service Oriented Architectures, enabling business logic and applications. ... [More] Bringing together a number of Apache web services projects, WSO2 Application Server provides a secure, transactional and reliable runtime for deploying and managing Web services. New Features In WSO2 Application Server * Data services support * Eclipse IDE integration * Clustering support * Full support for WS-Security, WS-Trust, WS-Policy and WS-Secure Conversation and XKMS * EJB service provider support * Axis1 backward compatibility [Less]

4.75
   
  1 review  |  16 users  |  110,663 lines of code  |  43 current contributors  |  Analyzed 13 days ago
 
 

Easy-to-use, visual web development platform. WaveMaker is an open and easy-to-use web development platform. With WaveMaker's visual, drag and drop tools, any developer can build Java applications with minimal learning curve. Creates standard Java apps with 98% less code, boosting developer ... [More] productivity and quality without compromising flexibility. WaveMaker apps are cloud-ready and can deploy to Amazon EC2 and Rackspace. WaveMaker is backed by a 15,000-strong developer community. [Less]

5.0
 
  1 review  |  7 users  |  742,301 lines of code  |  10 current contributors  |  Analyzed 5 months ago
 
 

This is a jquery datatable plugin.It's work on jQuery framework! This Plugin is tested on jQuery.1.2.6!Please See http://docs.jquery.com. This Package including jQuery.1.2.6! The current version is 1.0Beta! New features: 1,Support json and array dataSource; 2,Easy to setting , and ... [More] 's width,class and css; 3,Support no refresh data update; 3,Esay to localize by create a jquery.datatable-xx_XX.js file. and more come soon... [Less]

5.0
 
  0 reviews  |  4 users  |  0 current contributors  |  Analyzed 2 days ago
 
 

OverviewJSON.simple is a simple Java toolkit for JSON. You can use JSON.simple to encode or decode JSON text. FeaturesFull compliance with JSON specification (RFC4627) and reliable (see compliance testing) Provides multiple functionalities such as encode, decode/parse and escape JSON text while ... [More] keeping the library lightweight Flexible, simple and easy to use by reusing Map and List interfaces Supports streaming output of JSON text Stoppable SAX-like interface for streaming input of JSON text (learn more) Heap based parser High performance (see performance testing) No dependency on external libraries Both of the source code and the binary are JDK1.2 compatible Getting StartedNote: You need to put the latest json_simple-1.1.jar in your CLASSPATH before compiling and running the example codes. Encoding Examples Decoding Examples Escaping Examples JSP and AJAX Examples Mapping Between JSON and Java Entities JSON Java string java.lang.String number java.lang.Number true|false java.lang.Boolean null null array java.util.List object java.util.Map JSON.simple maps entities from the left side to the right side while decoding or parsing, and maps entities from the right to the left while encoding. While decoding, default concrete class of java.util.List is org.json.simple.JSONArray and default concrete class of java.util.Map is org.json.simple.JSONObject. While encoding, other classes that are not listed on the right side of the table need to implement JSONAware or JSONStreamAware (streaming only) to customize JSON outputs. In such cases, JSON.simple calls JSONAware.toJSONString() or JSONStreamAware.writeJSONString() to determine the resulting JSON text. Maven RepositoryJSON.simple in central maven repository Developer's GuideBuild With Ant Build With Eclipse The JSON Lexer JSON.simple in ProjectsVuze (Azureus) Apache Cassandra Apache Clerezza Apache MyFaces Apusic OperaMasks co-ode-owl-plugins google-caja GV Hula from Novell jmx4perl LabKey Server Mozilla Bespin MTS MUSCLE NuGram Platform PhyloWidget TopQuadrant TopBraid Suiteā„¢ XBrain ZK.forge JSON.simple in FedoraFedora 12, Fedora 11 and Fedora EPEL 5 JSON.simple in PublicationsO'Reilly - Ajax On Java Ajax development case study Tutorial from webucator A Review of 5 Java JSON Libraries (Rob@Rojotek) PeopleSoft PeopleTools Tips & Techniques by Jim J. Marion Tutorial: Using Ext JS, Servlets, JSON, MySQL and Tomcat on Fedora Next StepsAuto marshalling and unmarshalling utils for Java Beans LinksJSON.org Initial version of JSON.simple Special ThanksYourKit is kindly supporting open source projects with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products: YourKit Java Profiler and YourKit .NET Profiler. [Less]

0
 
  0 reviews  |  3 users  |  2,024 lines of code  |  1 current contributor  |  Analyzed 4 days ago
 
 

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

0
 
  0 reviews  |  1 user  |  421 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

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 implemented in Java. A set of generic interfaces is ... [More] provided along with implementations for JSON and Rails in this first release. [Less]

0
 
  0 reviews  |  1 user  |  366 lines of code  |  0 current contributors  |  Analyzed 12 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.