» tagged pages
» logout

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

MenuPilot

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

Rhino in Spring

Rhino in Spring is a project that integrates the Java JavaScript interpreter from Mozilla with the Spring Framework.

This allows for javascript server development on a lightweight framework.

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.

AjaxAnywhere

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

selenium

Selenium is a test tool for web applications. Selenium drives a real web-browser via JavaScript, enabling your tests to run in multiple browsers (Internet Explorer, Mozilla and Firefox) on multiple platforms (Windows, Linux and Macintosh).

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