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
– Igor Silva
Thanks, I’ll study a little. (y)
– Adriano Oliveira