Hello Team,
I have one very intresting Q for all the model Expert. I have two
model, model A which is really big and model B which is pretty small.
To the user , I always show model B , which is pretty easy to
understand. Now in the tool I always have to do a mapping from A to B
when user loads the data and mapping from B to A when he serializes
the data.
Now the challenge is , synch B and A. I have a some java lists which
will keep track of what happend for B, and i am using this list when
user serializes it.
do we have better method to synch two models ?
FYI -> this model elements are totaly diff in name.
Thank you