give me some links, that will give me a clue what XML documents are responsible for in my project. All programing books I found are about syntax and OOP stuff, but i have no idea what to do in software development environment.
Thanks!
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.
Just create a new Java project in Eclipse:
public static void mainand say finishNow you have an XML and a Java class to read it with. Put whatever you want in that XML and then write some Java code in that XmlReader to read it.
Edit: Make sure you have “Eclipse IDE for Java EE Developers” from http://eclipse.org/downloads/ so that you have the XML tools.