» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with License:ASF2.0 + Ajax

MenuPilot

Fine DHTML context menu with layout of Action Lists/Smart Tags (known from Visual Studio 2005). hi

Spring-Dashboard

Spring-dashboard provides a real-time statistics and flow monitoring view of any spring-framework web application.

Status

Release 1.0 contains a framework for gathering statistical runtime information on a Spring Web application, a configurable dashboard view with a default AJAX implementation, and an example application that demonstrates Spring-Dashboard’s basic abilities.

ROMA

ROMA is a web application framework for building Ajax powered web applications from simple POJOs.

ROMA is based on an Object Oriented MVC architecture, encouraging the Domain Driven development model. The use of POJOs as the basic programming elements allows ROMA applications to be portable across Java frameworks.

ROMA utilizes inversion of control through the Spring Framework IoC container, other IoC containers such as Picocontainer may be used as well.

Taconite

Taconite is a framework that simplifies the creation of Ajax enabled Web applications. It’s a very lightweight framework that automates the tedious tasks related to Ajax development, such as the creation and management of the XMLHttpRequest object and the creation of dynamic content.

Unlike many Ajax frameworks, Taconite completely avoids the use of innerHTML.

jWic

jWic is a java-based development framework for developing dynamic web applications with the convenience and familiarity of ‘rich client’ style programming. The component-based, event-driven programming model makes it easy for developers to quickly create flexible and robust web applications.

The collection of standard jWic controls has built-in Ajax functionality to enhance the end-user experience. Developers can also implement their own jWic controls and combine and incorporate them into their web applications.

AjaxAnywhere

AjaxAnywhere is designed to turn any set of existing JSP components into Ajax aware components without complex JavaScript coding.

TrimPath Junction

TrimPath Junction is a clone of the Ruby on Rails web MVC framework into JavaScript.

Direct Web Remoting

DWR aims to make using Ajax with Java easy.

DWR gets rid of almost all the boiler plate code between the web browser and Java code, making it really easy to call XMLHttpRequest and get results from the a Java servlet.

DWR does code generation to generate javascript based on a Java class. The web developer writes Java to run on the client, as if they were located on the server, and the code generation stiches things up with XMLHttpRequest to make this possible. Because of this model’s security implications, the server must be configured to only allow specific ‘safe’ Java classes that are to be used with DWR.

XMLHttpRequest, unlike a standard Java call, is not executed synchronously, so to resolve this difference, DWR exposes the ability for the web developer to specify callback functions they wish to use to be called when the results of code execution are returned to the client.

External Links