10 projects tagged "Apache 2.0"
JSON-lib is a Java library for transforming beans, maps, and XML to JSON and back to beans and DynaBeans. The main motivation for this library is to provide the means to transform data between a server and an AJAX enabled application using JSON (JavaScript Object Notation), a lightweight data-interchange format that is easy for both humans and machines to read and write.
RAJAX is an approach to remove the repetitive code that coders need to add for simple AJAX applications. AJAX code is generated from POJOs with annotations (and with no configuration files). A simple MVC framework is available totally based on the client side using XSLT to transform either XML or JavaScript objects.
Rhino in Spring is an integration of the Mozilla Rhino JavaScript interpreter for Java and the Spring framework. It includes a controller component for the Spring Web MVC that allows you to express complex multipage flows in your Web applications as server-side JavaScript programs. You can use all the amenities of a full-blown imperative programming language while designing flows.
SwiXAT is a Swing-based authoring tool for the quick and easy development of GUI Java applications. It implements a true MVC framework and uses XML to define the view (SwiXML is used as the XUL engine), BeanShell as a scripting language for the controller, and JXPath as the binding mechanism between the view and model. It provides a complete environment in which it is possible to almost write an entire Java Swing application without writing Java compiled code. The use of XPath makes it very simple to traverse the object tree of the application's business model.
Wicket is a Java Web application framework implementing simplicity, separation of concerns, and ease of development. Wicket pages can be mocked up, previewed, and later revised using standard WYSIWYG HTML design tools. Dynamic content processing and form handling is all handled in Java code using a component model backed by POJO data beans that can easily be persisted using your favourite technology.
A game that is a bit like the well known board game of Risk.