Re: RE: RE: Struts - XML/XSL

2002-12-30 Thread Puneet Agarwal
:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 7:27 AM To: [EMAIL PROTECTED] Subject: Re: RE: Struts - XML/XSL Jeff, This looks good, but this may not suit us as well as struts does. We had tough time convincing our mgmt/client to accept struts, no way they can accept another opensource, they are

RE: RE: Struts - XML/XSL

2002-12-30 Thread Jacob Hookom
Has anyone successfully developed an XSLT filter that could be used with MVC frameworks yet? -Original Message- From: Puneet Agarwal [mailto:[EMAIL PROTECTED]] Sent: Monday, December 30, 2002 7:27 AM To: [EMAIL PROTECTED] Subject: Re: RE: Struts - XML/XSL Jeff, This looks good, but this

Re: RE: Struts - XML/XSL

2002-12-30 Thread Puneet Agarwal
Jeff, This looks good, but this may not suit us as well as struts does. We had tough time convincing our mgmt/client to accept struts, no way they can accept another opensource, they are convinced of apache/jakarta projects now. moreover 90% of our screens have to be in HTML. There are few (one

Re: Re: Struts XML - XSL

2002-12-27 Thread Puneet Agarwal
I am trying to explain as to what exactly do I want to achieve: We are developing an HTML front-end application. But some of our screens require to interact with certain electronic devices. We shall achieve that with the help Java Swing at the Client side. This leads to the fact that some scree

Re: Struts XML - XSL

2002-12-27 Thread Taylor Cowan
There was an article on JavaWorld regarding struts/XML/XSLT, however, it wasn't clear to me what you are trying to do. If you're using struts you'd most likely use HTTP, not simple sockets. In that case the action perform would return null after setting the response type to text/xml, and writing

Re: Struts & XML

2002-10-23 Thread Omar Tazi
use it for what I wanted. (Reading some config data and creating objects from it) Very cool :-) I Like! -Original Message- From: Joe Germuska [mailto:Joe@;Germuska.com] Sent: Thursday, October 24, 2002 01:18 To: Struts Users Mailing List Subject: Re: Struts & XML Of course,

RE: Struts & XML

2002-10-23 Thread Andrew Hill
[mailto:Joe@;Germuska.com] Sent: Thursday, October 24, 2002 01:18 To: Struts Users Mailing List Subject: Re: Struts & XML Of course, the suggestions to check out STXX or the JSTL to use XSLT to style your XML are perfectly good... and maybe that's why you decided to change your subroutine

Re: Struts & XML

2002-10-23 Thread Joe Germuska
Of course, the suggestions to check out STXX or the JSTL to use XSLT to style your XML are perfectly good... and maybe that's why you decided to change your subroutine to return XML... but if you want to get things back into familiar object-land, you could pass the XML to some routine which c

RE: Struts & XML

2002-10-23 Thread Nail, Evan Burke
Another option is the Jakarta xsl taglib if that interests you. They have a variety of ways to point to your xml and xsl, I am pretty sure one allows you to pull the xml string from the session and give a url to the style sheet and it will transform for you. I'm certain that it allows you to

Re: Struts & XML

2002-10-23 Thread V. Cekvenich
JSTL (in jakarta tag libs) X:transform tag will take a XML and XSLT it. .V Wendy Smoak wrote: Currently I'm calling a database subroutine (in an Action) that returns a list of keys, and then using a DAO in a loop to build up a List of Java objects that contain the data I need to display. That Li

RE: Struts & XML

2002-10-23 Thread Jacob Hookom
Check out Stxx - http://www.oroad.com/opencode/stxx/ | -Original Message- | From: Wendy Smoak [mailto:Wendy.Smoak@;asu.edu] | Sent: Wednesday, October 23, 2002 11:18 AM | To: 'Struts Users Mailing List' | Subject: Struts & XML | | | Currently I'm calling a database subroutine (in an Acti

re: Struts - XML - XSL

2001-09-24 Thread Alex Colic
Hi, I don't know if this is what you are looking for but I just purchased a book from Orielly press that deals with Java and XSLT: http://www.oreilly.com/catalog/javaxslt/ I don't know how I can implement this with Struts. Hope this is helpful. Alex

RE: Struts - XML - XSL

2001-09-24 Thread Ravindran Ramaiah
2001 11:33 AM To: [EMAIL PROTECTED] Subject: Re: Struts - XML - XSL 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 do the same with JSPs. This would give

Re: Struts - XML - XSL

2001-09-24 Thread Ted Husted
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 do the same with JSPs. This would gives you the flexibility of XML,XLS without changing how you write your appli

RE: Struts - XML - XSL

2001-09-24 Thread mattes balser
Hello Frédéric, > but i don't know how to call the transformation of the XML data with a XSL file to build my final html layout. one option is to use the xsl-taglib (http://jakarta.apache.org/taglibs/doc/xsl-doc/intro.html). I haven't seen any problems with struts. ciao mattes

RE: Struts & XML/XSL

2001-04-03 Thread Greg Reddin
Yes, We are using XSL as our output format instead of JSP. Here's what we've done: 1) We created a "Message" object that is an ActionForm. All of our ActionForms inherit from this object. This way we enforce that the "Message" object is present for each action and is either in session or req