Reading XML in Java Applet

Posted by Midday on Stack Overflow See other posts from Stack Overflow or by Midday
Published on 2010-04-07T08:00:47Z Indexed on 2010/04/07 8:03 UTC
Read the original article Hit count: 376

Filed under:
|
|

I know:

  • I have to sign the applet so it can read files
  • How to parse XML files

My Questions would be:

  • Should I keep the XML file in the .jar or separate?
  • Are there some best practices tutorials? if so please link me

© Stack Overflow or respective owner

Related posts about Xml

Related posts about java