Re: Using Struts with XML-RPC (or JAXB?) [Scanned for known viruses]

2002-10-21 Thread Kevin . Bedell
Karen - Following is a re-post from a similar thread about a week ago where I laid out one potential solution for this problem - assuming I understand your issue correctly. Following is a description and some code I used for setting up communications between Struts and Axis for SOAP communicat

Re: Using Struts with XML ?

2001-10-03 Thread Michael Baldwin
ng a Filter servlet to > transform the XML to HTML and decouple it from the main application. But for > that we need to move to WebLogic 6.1 to get the servlet API 2.3. > > That's what we have now... > > Denis. > > -Original Message- > From: Michael Baldw

Re: Using Struts with XML ?

2001-10-02 Thread Ted Husted
Ravi had some notes about this here: http://www.mail-archive.com/struts-user@jakarta.apache.org/msg15849.html At Jakarta, we use Ant to build our HTML pages from XML and XSL. See the Struts source distribution for an example. I haven't tried it, but I keep thinking it would be interesting to

RE: Using Struts with XML ?

2001-10-02 Thread Denis Goeury
L PROTECTED] Subject: Re: Using Struts with XML ? Denis, I'm looking at the a similar problem for a new system. I'd very much like to apply XSLT to the result. I'm considering using struts Actions to interact with an EJB layer that will produce value objects. I'm thinking t

Re: Using Struts with XML ?

2001-10-02 Thread Michael Baldwin
Denis, I'm looking at the a similar problem for a new system. I'd very much like to apply XSLT to the result. I'm considering using struts Actions to interact with an EJB layer that will produce value objects. I'm thinking then about forwarding on the request to a JSP that understands how to tran