Search code examples
javaspringgwterrai

Integrating JBoss Errai and Spring?


Errai "rocks" web development using GWT. However I want to leverage on my Spring code base to be used in my web application back-end services.

Service like:

@Service
public class ProductServiceImpl implements ProductService {
 // ...
} 

Where I can call this service from the GWT UI side, what are the options when I am already using JBoss Errai?


Solution

  • here is the example of how to integrate errai services with spring