Search code examples
mysqlgwtpojo

GWT: sharing POJOs with MySQL


I have a client who wants to use GWT with MySQL. What's the best way to share POJOs between the GWT front-end and the SQL back-end? Is Gilead up to the task? Is there something better?


Solution

  • You can check RequestFactory . Here is the discussion about them ; Gilead vs RequestFactory