My scenario:
We currently use Vignette StoryServer to call servlets. These servlets then pass their response back through JSPs which create XML. The XML is parsed via StoryServer tools.
We'd like to change to the following: StoryServer calls a new JSP. The JSP calls the same servlet (mentioned previously) which passes response back through the same JSP (mentioned previously) to create XML. This XML is passed back to the first JSP, which would parse the XML to pass back to StoryServer.
Any comments on whether this can be done? Any suggested parsing tools for Java/XML/JSP? We are currently using VA/Java and Websphere AppServer.
We currently use Vignette StoryServer to call servlets. These servlets then pass their response back through JSPs which create XML. The XML is parsed via StoryServer tools.
We'd like to change to the following: StoryServer calls a new JSP. The JSP calls the same servlet (mentioned previously) which passes response back through the same JSP (mentioned previously) to create XML. This XML is passed back to the first JSP, which would parse the XML to pass back to StoryServer.
Any comments on whether this can be done? Any suggested parsing tools for Java/XML/JSP? We are currently using VA/Java and Websphere AppServer.