Deep Cloning an object on the client side (GWT + Javascript) ? -
i know of deep cloning library in java, use in server side code.
however, right need "deep clone" object on client side code. believe there's javascript framework thing yui3, not sure how use gwt code.
you use jsni use yui3 code gwt code, have include whole yui3 source in gwt app might litle bit inefficient if need deep cloning functionality.
if have the source code deep cloning library java backend might use on gwt client if there no external dependencies.
can check out these resources more info:
how can deep copy arbitrary object in gwt?
gwt overlay deep copy
Comments
Post a Comment