Using Struts with XML-RPC (or JAXB?)

2002-10-21 Thread Karen Choi
I am stuck on a rather vexing Struts problem... It sounds simple enough. I need to read some values from a form bean, then parse those values into a valid xml document (must conform to schema I've been provided with) then send that document to a defined service endpoint (another servlet). I

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

2002-10-21 Thread Kevin . Bedell
[EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: (bcc: Kevin Bedell/Systems/USHO/SunLife) Subject:Using Struts with XML-RPC (or JAXB?) I am stuck on a rather vexing Struts problem... It sounds simple enough. I need to read some values from a form bean, then parse those values into a valid

Re: Using Struts with XML ?

2001-10-03 Thread Michael Baldwin
to move to WebLogic 6.1 to get the servlet API 2.3. That's what we have now... Denis. -Original Message- From: Michael Baldwin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 12:24 PM To: [EMAIL PROTECTED] Subject: Re: Using Struts with XML ? Denis, I'm looking

Using Struts with XML ?

2001-10-02 Thread Denis Goeury
Hi, I am currently in the process of evaluating Struts to rewrite our presentation layer. For now, I think it provides almost all the support we need (except for multipage forms) but its JSP oriented model is a kind of limitation for us. That's because our current presentation layer is done by

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

RE: Using Struts with XML ?

2001-10-02 Thread Denis Goeury
: 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 then about forwarding on the request to a JSP

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