Hi!
My name is Andreas Ek and I'm about to do a Java-application that reads a XML document and displays the contents. This content is supposed to be in form, with blank forms to be filled in. After filling them in the application should genetate a new XML-document including the changes.
The application is supposed to read a XML in various length and structure. To do this can I use SAX only or do I have to use JDOM or JATO or something else? Im not a pro programmer and not wery familiar with XML but I can handle it. I'd like the application to be rather fast, because it supposed to run on PocketPC, so maybe JDOM and JATO takes too much resources?! Is it really professional to use JATO and JDOM? Please give me advise about some of these and maybe some other techniques.
My name is Andreas Ek and I'm about to do a Java-application that reads a XML document and displays the contents. This content is supposed to be in form, with blank forms to be filled in. After filling them in the application should genetate a new XML-document including the changes.
The application is supposed to read a XML in various length and structure. To do this can I use SAX only or do I have to use JDOM or JATO or something else? Im not a pro programmer and not wery familiar with XML but I can handle it. I'd like the application to be rather fast, because it supposed to run on PocketPC, so maybe JDOM and JATO takes too much resources?! Is it really professional to use JATO and JDOM? Please give me advise about some of these and maybe some other techniques.