Errai is a GWT library that ,among other things, implements CDI.
Usuallly CDI API is implemented by an IOC container, Can you help to understand how a GWT library can implement it on client side, i.e. on the browser ?
I'm really having hard time making sense of it.