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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you ship your XML with the applet, then you won’t need to sign it, as you’re not really reading files, but just loading additional resources.
Only you can answer where the XML should be, because we don’t know what it’s used for, how often it changes and if its the same for every user of your applet.