gwt-boot-modules icon indicating copy to clipboard operation
gwt-boot-modules copied to clipboard

GWT Boot: BOMs and POMs, Starters, Dependencies and Parent

Results 4 gwt-boot-modules issues
Sort by recently updated
recently updated
newest added

The old GWTBootstrap3 seems not be maintained anymore so we need to move to this newer GWTBootstrap3: https://github.com/treblereel/gwtbootstrap3

We need to integrate a starter for Nalu routing: https://github.com/NaluKit/nalu Also an example for gwt-boot-samples.

We need a webapp to create the starter projects, just like Spring Initializer. We could build it based on https://github.com/NaluKit/gwt-boot-starter-nalu

All compiler options: http://www.gwtproject.org/doc/latest/DevGuideCompilingAndDebugging.html Following compiler values should be implemented with two profiles: - development -XmethodNameDisplayMode FULL - production -XdisableCastChecking - These options should not be turned on automatically, depends...

enhancement