hi, i have to develop a tool based on GWT using the same mechanism that you have already mention (serialize/deserialize) GWT objects from/ to XML file: briefly, the tool will be able to serialize a GUI written in GWT (in input) into XML/JSON (preferably XML) file , and perform the reverse: read the created XML file (template) and reconstruct the GUI. I'm newbie with GWT , so any idea will be welcome concerning the type of tool i can develop and tools, tutorials, library.... that seem useful
Thanks On 17 août, 13:30, Ciarán <[email protected]> wrote: > Hi, I am currently working on a GWT app that requires me to > serializes an object client side into maybeXML/JSON or anything > really. Then save that serialized object as axml/json/.ser file. Then > at a later date read that file and reconstruct my object from it. > > I have been searching for days for an answer to this, used several > external library, read tutorials, GWT documentation and I still not > closer to a solution. Am I totally missing something here? It was very > easy to do this in plan Java, but GWT I just can seem to get it > working. > > Thanks -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
