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

Popular posts from this blog

delphi - How to convert bitmaps to video? -

jasper reports - Fixed header in Excel using JasperReports -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -