grab xml files in a Java application

Asked

Viewed 55 times

0

Hi, I’m new to programming, I’m interning at an IT company and I need to make a java application that takes files. xml generated in a php system of medical consultations and make them available in a list that is always up to date with each registered query. I don’t know where to start. Someone can help me I would appreciate it. This can guarantee me a job at the company in the future.

  • First you should know how to work with XML in Java, probably you use Java web, where you will read the XML content and list all the data. I suggest you take a look at these links: http://www.caelum.com.br/apostila-java-testes-xml-design-patterns/trabando-com-xml/#4-4-Xstream | http://www.devmedia.com.br/manipulando-arquivos-xml-em-java/3245

  • Thanks, I’ll study a little. (y)

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.