0 Replies Latest reply on Apr 6, 2017 3:58 AM by saso5

    Merging client and server data

    saso5

      In our application when creating a new entity and persisting it to the server, there are properties that are set only on the server side (id sequence, calculations,....).

       

      Currently, we manually transfer these properties back to client entity which is cumbersome. But if the RPC call would return the whole entity, does Errai offer any mechanism to merge these two entities?

       

      Are there any best practices that you recommend?