Friday, February 10, 2012

Using GWT"s "shared” folder for storing EJB beans


It is possible to use GWT's "shared" folder for storing beans, that will be used by EJB, GWT servlet and gwt client(javascript) side?


1 comment:

  1. Yes you can, but it will really limit what you can put inside those beans (not everything is supported in GWT). It is better to create a DTO layer or use RequestFactory.

    ReplyDelete