Nuxeo uses several UI frameworks beside the JSF technology and the Web Components-based Web UI.
GWT Integration
GWT is a web toolkit to build rich clients in Java programming language. The Java code is transcoded in JavaScript at build time so the build process generates a fully HTML+JavaScript application ready to be deployed on an HTTP server.
Learn more
Extending The Shell
This section is intended for developers who wants to provide new Shell commands, namespaces or Shell Features.
Learn more