Configure SpringROO + GWT

I want to create a GWT application that does not use a database. I was thinking of using Spring ROO to get the initial configurations for it. The created Spring ROO + GWT application has:

  • Communication with the client server based on RequestFactory
  • Applies MVP Pattern
  • Actions, places, browser history management.
  • [1] UIB is a UIB that uses * .ui.xml files to define a user interface.
  • [4] many generated actions in / client / managed / activity
  • [5] many generated user interfaces in / client / managed / ui - they all use UIBinder

  • Spring integration

  • [2] Spring MVC Integration
  • [3] Hibernation integration (or another JPA implementation)

I do not need the functions [1], [2], [3] from it.

Questions

  • [1], , UIBinder. ?
  • , / ? [4] [5], MVP? - Spring ROO , scaffold - . , bean, [4], [5]
+3
1

Roo , . , Roo, , Roo . GWT Expenses Roo-, .

, UiBinder , . XML-, , UiBinder. UIBinder-, .ui.xml - UiBinder.

+2

Source: https://habr.com/ru/post/1787728/


All Articles