GWT with JPA

后端 未结 7 1161
暖寄归人
暖寄归人 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:16

    I am also working with JPA <--> GWT data transformation etc.

    In an effort to eliminate the DTO layer I used Gilead too.

    My objection here is about translating javax.persistence. To avoid this I used XML JPA mapping declarations (orm.xml)

提交回复
热议问题