Errai rock web development using GWT. However, I want to use the Spring code base for use in my internal web application services.
Service as:
@Service public class ProductServiceImpl implements ProductService {
Where can I call this service from the side of the GWT interface, what are the parameters when I already use JBoss Errai?
source share