org.fujion:fujion-angular-core

Fujion Framework Parent POM


License
Apache-2.0

Documentation

Fujion Web Framework

This is an open-source web framework that builds on a number of open source technologies (e.g., Spring Framework, Spring MVC, Spring Web Sockets on the server; JQuery, JQuery-UI, SystemJS, Bootstrap on the client). It employs a server-centric, single page design. The UI is constructed using a Java-based component model on the server which mirrors a Javascript widget model on the client. Synchronization between server-side components and client-side widgets occurs via a web socket connection. Javascript resources are stored on the server as web jars and deployed on demand to the client using SystemJS. The component model is fully extensible allowing new components to be easily created.