Results 14 issues of Dr. Jawa

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

We need to improve the logging output in case of errors. Something like: - What Element? - What Element above it?

enhancement

At the moment the UML model is dumb. The cartridge like simple-java just take the UML content and try to generate something out of it. We need such a "model-beautifier"...

enhancement
feature

We need to be able to mark associations to be non-generated with a stereotype called "NotGenerated".

enhancement
feature

We need to be able to create DTO with stereotype "Transport Object".

enhancement
feature

We need to have a new Cartridge for JPA with Hibernate.

enhancement
feature

We need to support SpringFramework 3.x with KissMDA cartridge. For this purpose we need to do following: - We should use the UML profile from AndroMDA 3.x (SpringFramework cartridge) or...

enhancement
feature