- Licenses : GPLv2
- Operating Systems : OS Independent
- Implementation : Java, AJAX, HTML, JavaScript
Showing posts with label Web Application development. Show all posts
Showing posts with label Web Application development. Show all posts
Wednesday, December 30, 2009
JWt : A library for developing accessible & interactive Web applications with an API that is widget-centric & inspired by desktop GUI APIs
JWt (Java Web Toolkit) is a library for developing accessible and interactive Web applications with an API that is widget-centric and inspired by desktop GUI APIs. To the developer, it offers complete abstraction of any Web-specific implementation details, including graceful degradation. Under the hood, the library uses the latest techniques when available to handle events and update the user interface.
Labels:
Java,
Web 2.0,
Web Application development,
Web Framework
Thursday, October 01, 2009
Jenner : A Web page templating system with a twist: it runs completely within a Web browser
Jenner is a Web page templating system with a twist: it runs completely within a Web browser. Templates are just normal Web pages with special syntax inside text nodes, attributes, or comments. Unlike other in-browser templating systems, Jenner does not require overloading of "class" attributes or invalid HTML; all Jenner templates are valid Web pages and the template expressions flow in a very natural way. Having the template engine in the Web browser instead of on the server takes a lot of load off of the server, and makes for a clean separation of presentation and content. Jenner is very powerful: it has the full power of the Esel expression language at its disposal. Templates can be rendered from JSON data, and can be re-rendered without a browser-to-server round trip.
- Licenses : LGPL
- Operating Systems : OS Indepedent
- Implementation : HTML, JavaScript
Saturday, August 22, 2009
Jenner : A Web page templating system with a twist: it runs completely within a Web browser
Jenner is a Web page templating system with a twist: it runs completely within a Web browser. Templates are just normal Web pages with special syntax inside text nodes, attributes, or comments. Unlike other in-browser templating systems, Jenner does not require overloading of "class" attributes or invalid HTML; all Jenner templates are valid Web pages and the template expressions flow in a very natural way. Having the template engine in the Web browser instead of on the server takes a lot of load off of the server, and makes for a clean separation of presentation and content. Jenner is very powerful: it has the full power of the Esel expression language at its disposal. Templates can be rendered from JSON data, and can be re-rendered without a browser-to-server round trip.
- Licenses : LGPL
- Operating Systems : OS Indepedent
- Implementation : HTML, JavaScript
Saturday, July 11, 2009
Vaadin : A Web application framework for Rich Internet Applications (RIA)
Vaadin is a Web application framework for Rich Internet Applications (RIA). In contrast to Javascript libraries and browser-plugin based solutions it features a server-side architecture, which means that the majority of the logic runs on the servers. AJAX technology is used on the browser side to ensure a rich and interactive user experience. Vaadin is a big collection of UI components. There are server-side components like Button, Table, and Tree that you use to compose the application user interface. The components use events, listeners, and data binding to communicate with each other and the business logic. Vaadin is a robust architecture for rapid application development. The component-based architecture together with the data binding features help you to build applications that are easily modularized and refactored as needed.
- Licenses : Apache 2.0
- Operating Systems : Windows, Linux, Unix, Mac OS X, Java
- Implementation : Java, GWT, AJAX
Subscribe to:
Posts (Atom)