> I need to parse an xml file ansd display it in a jsp file. The first thing i did was to make a class that run the parsing process, and then import it in the jsp file and call the methods.
> Then i realize that i could use a different way, that is to create another jsp file which runs the parsing proces, and include it in the other jsp file.
> Which of these to methods give me the best performance???
> please i need to know.
> thanks in advance, excuse my english
> Then i realize that i could use a different way, that is to create another jsp file which runs the parsing proces, and include it in the other jsp file.
> Which of these to methods give me the best performance???
> please i need to know.
> thanks in advance, excuse my english