hi, for the second part of the project (xml-->GWT GUI) i found some solutions (your solution included), but i have no idea how to start with the first part: (GWT GUI-->xml) in the hope that you have a solution to my problem Thanks
On 20 oct, 16:44, David Chandler <[email protected]> wrote: > Hi MAM, > > You can use GWT's UiBinder capability to create a view from an XML > template; however, there is no way I know of to do this at runtime > because GWT generates the corresponding Javascript at compile time. > > HTH, > > > > > > On Wed, Oct 20, 2010 at 11:09 AM, MAM <[email protected]> wrote: > > Please, i need some ideas , don't know how to start my project > > > On 19 oct, 16:46, MAM <[email protected]> wrote: > >> Hi, 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 > >> need help for the first stage of the project: generating an xml > >> template from GUI written in GWT > >> 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 > > athttp://groups.google.com/group/google-web-toolkit?hl=en. > > -- > David Chandler > Developer Programs Engineer, Google Web > Toolkithttp://googlewebtoolkit.blogspot.com/ -- 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.
