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 wrote:
> Hi MAM,
>
> You can use
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 wrote:
> Please, i need some ideas , don't
Please, i need some ideas , don't know how to start my project
On 19 oct, 16:46, MAM 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 t
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 a