What is your favorite GWT Spring integration system?

This is a question following mine. What is your favorite GWT MVP Framework? . There is no problem using only the GWT MVP Framework to create applications with simple to medium complexity. However, features like security, AOP, transactions, etc. are important. There are a number of guides on how to use both Spring Security and GWT for authentication, as well as other Spring features. However, I would like to use ready-made structures for using Spring functions such as security, AOP, ORM, and transaction (IoC / DI is a lower priority since Guice / GIN seems to work fine with GWT. MVC is not required since GWT has a number of MVP frameworks). The following is a list of GWT + Spring Framework. Please indicate the reason for your choice, as well as those Spring functions that you used?

Thanks.

+7
spring spring-security frameworks gwt integration
source share
1 answer

The GWT Server Library ( GWT-SL ) and GWT-Dispatch look good.

+1
source share

All Articles