GWT with JPA

后端 未结 7 1158
暖寄归人
暖寄归人 2020-12-08 17:20

I\'m trying to build database application using GWT 1.5.3. I use JPA annotations with my objects. It seems in hosted mode GWT\'s RPC works fine. But when I try to compile

相关标签:
7条回答
  • 2020-12-08 18:20

    Rebounding on synergetic's comment, you now (from GWT 1.5) only need to add

    <source path='javax.persistence'/>
    

    to your Module.gwt.xml

    0 讨论(0)
提交回复
热议问题