22 projects tagged "Apache 2.0"
GWT Components (GWTCOMP) is a set of reusable graphical components for developing rich Web applications. GWTCOMP is developed using the Google Web Toolkit (GWT) framework and it supplements the features and services provided by GWT and other widget libraries. GWT is a popular framework from Google for developing AJAX applications using the Java programming language instead of HTML, JavaScript, and other scripting languages. Whereas the GWT framework provide low-level graphical objects for handling basic functions like buttons, images, and text boxes, GWTCOMP provides more complex graphical objects that are needed by real-life applications. An example of such an object is the Live Data Panel, which enables applications to display and update charts in real-time using a data source that resides in the server.
Google Gadgets for Linux provides a platform for running Google Gadgets under Linux, catering to the unique needs of Linux users. It's compatible with the gadgets written for Google Desktop for Windows as well as the Universal Gadgets on iGoogle. There are two main components to the application: one is a common gadget library responsible for running and presenting a gadget, and the other is a host program that allows the user to choose gadgets and run them on the desktop. Currently it has hosts written for GTK+ and Qt, with the GTK+ host offering a sidebar similiar to that of Google Desktop for Windows.
IT Mill Toolkit is a server-side RIA (Rich Internet Application) library that provides a versatile set of AJAX widgets for Java programmers. Applications are programmed in Java and executed server-side. At the client-side (i.e. in the browser), enhanced GWT widgets are used for presentation.
JewelCLI provides an API to parse command line arguments. It uses Java annotations to present a very simple but powerful interface. Options are defined using an annotated Java interface definition. This allow a declarative style which can be much clearer than the procedural style used by some other Java CLI libraries.