资 源 简 介
Gneat is a framework for simplifying and accelerate the development of browser based application. It builds on top of GWT, is deeply inspired by JQuery and aims to facilitate and promote automated unit testing.
In Gneat like in GWT, you write Java and get JavaScript; what essentially Gneat provides is an alternative way to build your client side code, incrementing its quality and boosting productivity, without losing the greatest features provided by the wonderful GWT transpiler, such as cross-browser compilation and js optimization/minification.
At its core is an implementation of the Model View Presenter (MVP) pattern and is designed to dramatically minimize the boilerplate code, maximize the code coverage and allow writing lightweight (and fast) JRE tests.
Although Gneat borns with testing in mind and has been designed mainly around and for this, thanks to it"s intuitive API (almost completely stolen to JQuery) it still remains a good choice to just speed-