Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 875 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 875 Bytes

The gewt project

This project contains the GEWT library which provides a generic user interface abstraction that wraps the open source Google Web Toolkit (GWT) for the actual user interface implementation. GEWT has the same API as EWT, a Java desktop user interface framework. GEWT makes it possible to build platform-independent user interfaces. Another important aspect of (G)EWT is that it provides a very simple and unified API for user interface implementations, freeing the developer from the need to handle the similar but differently implemented concepts of the UI toolkits.

For more information please see the Javadoc.

License

This project is licensed under the Apache 2.0 license (see LICENSE file for details).