5

Is there still any benefit to using GWT-RPC to do my client-side calls if I have JBoss Errai (which I downloaded in order to do server push)? Or would I lose nothing if I just used Errai calls for everything, client and server side? Can it send all the same data types, and does it perform as well, as GWT-RPC for client-originated calls?

Jama A.
  • 15,680
  • 10
  • 55
  • 88
Navigateur
  • 1,852
  • 3
  • 23
  • 39

1 Answers1

0

JBoss Errai can substitute the GWT-RPC mechanism, the difference is the boilerplate code that you won't write; and you can inject dependencies through CDI in both client-server sides.

n3k0
  • 577
  • 14
  • 40