Use rpc call.
You have two choices:
1) client makes rpc call and get xml file back, then parse xml in
client side (GWT).
2) client makes rpc call and server parses the xml files, then return
object back to client.

The option 2) gives your chance to cache the xml parsing result it in
server side.


On Aug 3, 10:00 am, Rahul <coolrahul18...@gmail.com> wrote:
> Hi,
> I am new to gwt and I have a question.
>
> I am working with HL7 files, Health Level 7. Each HL7 files has a
> metadata information in an XML file. I want that each of the HL7
> fields are converted into an textbox and label in form of a UI in
> gwt.
>
> Is this possible to do ? How should I start with it ?
>
> Sincerely,
> Rahul
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to