Issue 4: Add mapping functionality similar to dozer, but with generated code
Status:  Reopened
Owner:
Project Member Reported by wmly...@gmail.com, Apr 9, 2009
1. Simply change current <mapping> to <binding>.

2. Let <mapping> define a mapping between classes.

3. Rename binding factory to GwtBeans.

4. Rename createBinding to createBindingGroup

5. Add method called map(Object o, Class c) returning a deep copy of the object

Apr 9, 2009
Project Member #3 wmly...@gmail.com
functionality similar to dozer map function

obj2 = dozer.map(obj1,Obj2.class)

can be achieved by using copy function

obj2 = BindingFactory.copy(obj1, new Obj2())

so closing this issue for the moment
Status: WontFix
Apr 9, 2009
Project Member #5 wmly...@gmail.com
We need to implement dozer-like functions to soleve the problem of deep copying
of ARRAYS

Apr 9, 2009
Project Member #6 wmly...@gmail.com
We need to implement dozer-like functions to solve the problem of deep copying
of ARRAYS.

Deep copy of arrays requires to investigate the type of object stored there at runtime