Projects tagged ‘ajax’, ‘mvc’, and ‘spring’


Jump to tag:

Projects tagged ‘ajax’, ‘mvc’, and ‘spring’

Filtered by Project Tags ajax mvc spring

Refine results Project Tags java (7) web (4) javascript (4) j2ee (4) framework (3) jsf (2) portal (2) apache (2) jquery (2) development (2) xml (2) hibernate (2)

[7 total ]

40 Users
   

Apache Cocoon is a web development framework built around the concepts of separation of concerns and component-based web development. Cocoon is "web glue for your web application development needs". ... [More] It is a glue that keeps concerns separate and allows parallel evolution of all aspects of a web application, improving development pace and reducing the chance of conflicts. [Less]
Created over 3 years ago.

14 Users
   

AppFuse is an open source project and application that uses open source tools built on the Java platform to help you develop Web applications quickly and efficiently. It was originally developed to ... [More] eliminate the ramp-up time found when building new web applications for customers. At its core, AppFuse is a project skeleton, similar to the one that's created by your IDE when you click through a wizard to create a new web project. AppFuse 1.x uses Ant to create your project, as well as build/test/deploy it. AppFuse 2.x uses Maven 2 to create your project as well as build/test/deploy it. IDE support is much better in 2.x because you can generate the IDE project files with Maven plugins. AppFuse 1.x uses XDoclet and JDK 1.4+. AppFuse 2.x uses annotations and JDK 5+. [Less]
Created over 3 years ago.

6 Users
   

Jetspeed is an Open Source implementation of an Enterprise Information Portal, written in Java and XML. Within a Jetspeed portal, individual portlets can be aggregated to create a page. Each portlet ... [More] is an independent application with Jetspeed acting as the central hub making information from multiple sources available in an easy to use manner. [Less]
Created over 3 years ago.

0 Users

Remote Objects FrameworkThe ROF consists of 5 projects: rof-script is an ECMA Script (JavaScript) implementation with some additional features for object oriented JavaScript dynamic JavaScript ... [More] generation and browser independent scripting rof-core is a Java- and JavaScript library based on rof-script. rof-spring provides Spring WebMVC support with abstract views and view resolvers. rof-xml-parser is an XML parser and JavaScript generator for the ROF templates. rof-browsers is a set of browser plugins. [Less]
Created 4 months ago.

0 Users

Grails web backend and frontend for the "Checkbook" web application. Contains the beans, controllers, and servlets collectively known as the "model", "view" and "controller" or domain and presentation layers of the checkbook application.
Created 10 months ago.

0 Users

Updating small parts of an html page is a time consuming development effort for a Java web application. While Ruby on Rails handles this effortlessly, the standard Java solutions (Tiles and DWR) ... [More] require new Xml configuration for each html page, and the results are still somewhat unsatisfying. The obvious solution is for a webapp to create a JSON object packed with the contents of several rendered jsps. Each rendering corresponds to the Rails notion of a partial. JavaScript waits on the browser to place the n partials into n divs whose ids are represented by the JSON object's property names. To add flexibility, some property names are treated as special. For example 'popup', 'redirect', and 'customJavaScript' generate the obvious actions. This is the idea behind the jp4j (JSON partials for java) project. We focus on the Java part of the equation, and currently implement the necessary tricks in Spring MVC. (We may consider a Struts implementation in the future.) Although Java is our focus, we also propose a jQuery implementation of the client-side code, using Dojo widgets for popups. [Less]
Created 4 months ago.

0 Users

duduwolf's project
Created about 1 year ago.