Re: SV: What is Cocoon good for???

2001-11-20 Thread jsexton
Torsten Curdt says: Regarding this problem in general... I was unable to get Cocoon to make an SQL request using JConnect (Sybase JDBC). There's an issue in the way the connection setup is attempted. However I use this JDBC driver in servlets all the time, so I just made a servlet

Re: SV: What is Cocoon good for???

2001-11-19 Thread jsexton
working perfectly. -Oprindelig meddelelse- Fra: Soren Neigaard [mailto:[EMAIL PROTECTED]] Sendt: 13. november 2001 15:52 Til: [EMAIL PROTECTED] Emne: SV: What is Cocoon good for??? Theres no doubt that you are right, and I could easily see that I was using Cocoon in a way

RE: SV: What is Cocoon good for???

2001-11-19 Thread Torsten Curdt
Regarding this problem in general... I was unable to get Cocoon to make an SQL request using JConnect (Sybase JDBC). There's an issue in the way the connection setup is attempted. However I use this JDBC driver in servlets all the time, so I just made a servlet output an XML document (be

Re: SV: What is Cocoon good for???

2001-11-19 Thread jsexton
Torsten Curdt says: Regarding this problem in general... I was unable to get Cocoon to make an SQL request using JConnect (Sybase JDBC). There's an issue in the way the connection setup is attempted. However I use this JDBC driver in servlets all the time, so I just made a servlet

Re: Generators.. was: Re: SV: What is Cocoon good for???

2001-11-15 Thread aaldridg
Piroumian, Konstantin [EMAIL PROTECTED] on 14/11/2001 14:39:11 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: Generators.. was: Re: SV: What is Cocoon good for??? This can be implemented as a logicsheet and you'll forget about pure Java in your XSPs and have much

Re: Generators.. was: Re: SV: What is Cocoon good for???

2001-11-14 Thread Tomas Espeleta
On Tuesday 13 November 2001 02:53 pm, you wrote: having code within your XSP page that reads XML from some external source (outside the page) and outputting it Seems to me like that type of code is best done as a separate generator of its own. Others agree? disagree? I agree.

Re: Generators.. was: Re: SV: What is Cocoon good for???

2001-11-14 Thread aaldridg
] on 13/11/2001 20:04:37 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: Generators.. was: Re: SV: What is Cocoon good for??? On Tuesday 13 November 2001 02:53 pm, you wrote: having code within your XSP page that reads XML from some external source (outside the page

RE: Generators.. was: Re: SV: What is Cocoon good for???

2001-11-14 Thread Karl Oie
I'm happy to share some code with you if you need it. Regards, Anthony Aldridge Lead Application developer please do, as i find working examples a great way to learn! :-) mvh karl oie - Please check that your question has

RE: Generators.. was: Re: SV: What is Cocoon good for???

2001-11-14 Thread Karl Oie
(); } instance.toSAX(handler); //System.out.println(Finished converting to DOM); } Karl Oie [EMAIL PROTECTED] on 14/11/2001 12:57:36 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: RE: Generators.. was: Re: SV: What is Cocoon good for??? I'm happy

Re: Generators.. was: Re: SV: What is Cocoon good for???

2001-11-14 Thread Piroumian, Konstantin
(); } instance.toSAX(handler); //System.out.println(Finished converting to DOM); } Karl Oie [EMAIL PROTECTED] on 14/11/2001 12:57:36 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: RE: Generators.. was: Re: SV: What is Cocoon good

Re: Generators.. was: Re: What is Cocoon good for???

2001-11-14 Thread Soren Neigaard
know which solution performs better? /Soren -Oprindelig meddelelse- Fra: Karl Oie [mailto:[EMAIL PROTECTED]] Sendt: 14. november 2001 06:07 Til: [EMAIL PROTECTED] Emne: RE: Generators.. was: Re: SV: What is Cocoon good for??? thank you, very enlighting! :-D i think this is the answer

Re: Generators.. was: Re: What is Cocoon good for???

2001-11-14 Thread David Rosenstrauch
better? /Soren -Oprindelig meddelelse- Fra: Karl Oie [mailto:[EMAIL PROTECTED]] Sendt: 14. november 2001 06:07 Til: [EMAIL PROTECTED] Emne: RE: Generators.. was: Re: SV: What is Cocoon good for??? thank you, very enlighting! :-D i think this is the answer to Soren Neigards problems with SAX

Re: Generators.. was: Re: SV: What is Cocoon good for???

2001-11-14 Thread Peter Royal
On Wednesday 14 November 2001 03:47 am, you wrote: For data from other sources, I've been moving towards making java objects that are XMLizable, and having a generator that just calls .toSAX on them. -pete Maybe a stupid question... but: why? Do you really gain in performance, or in

SV: What is Cocoon good for???

2001-11-13 Thread Soren Neigaard
: SV: What is Cocoon good for??? Theres no doubt that you are right, and I could easily see that I was using Cocoon in a way it wasn't intended to used in, but I couldn't see what I should do :) I will look into Generators right away! /Soren -Oprindelig meddelelse- Fra: David Rosenstrauch

RE: What is Cocoon good for???

2001-11-13 Thread Karl Oie
Rosenstrauch is right, you should really do a generator instead :-) mvh karl oie -Original Message- From: Soren Neigaard [mailto:[EMAIL PROTECTED]] Sent: 14. november 2001 01:02 To: [EMAIL PROTECTED] Subject: SV: What is Cocoon good for??? Eeeh... Where do I find info on how to write

Re: What is Cocoon good for???

2001-11-13 Thread aaldridg
Søren Neigaard [EMAIL PROTECTED] on 13/11/2001 23:33:29 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: What is Cocoon good for??? Ok I'm a bit frustrated right now, but nothing I do works :( I have tried to deliver XML from my Java method to C2 as a stream

Re: SV: What is Cocoon good for???

2001-11-13 Thread David Rosenstrauch
- Fra: Soren Neigaard [mailto:[EMAIL PROTECTED]] Sendt: 13. november 2001 15:52 Til: [EMAIL PROTECTED] Emne: SV: What is Cocoon good for??? Theres no doubt that you are right, and I could easily see that I was using Cocoon in a way it wasn't intended to used in, but I couldn't see what I

SV: What is Cocoon good for???

2001-11-13 Thread Søren Neigaard
Nice to see I'm not totally alone :) -Oprindelig meddelelse- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sendt: 13. november 2001 06:58 Til: [EMAIL PROTECTED] Emne: Re: What is Cocoon good for??? I too wonder why org.apache.cocoon.environment.Request mimics but doesn't extend

Re: What is Cocoon good for???

2001-11-13 Thread Piroumian, Konstantin
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 13, 2001 5:58 PM Subject: Re: What is Cocoon good for??? I too wonder why org.apache.cocoon.environment.Request mimics but doesn't extend javax.servlet.http.HttpServletRequest. Isn't that what objects

Re: What is Cocoon good for???

2001-11-13 Thread Giacomo Pati
Quoting Søren Neigaard [EMAIL PROTECTED]: Ok I'm a bit frustrated right now, but nothing I do works :( I have tried to deliver XML from my Java method to C2 as a stream of ASCII XML, as a string of ASCII XML, as a SAXSource and as a DOMSource. But to no avail. Yes I know that I probably

Re: What is Cocoon good for???

2001-11-13 Thread aaldridg
Lead Application developer Managed Intranet Hosting CSC JPMorganChase Personal GDP: 325-8338 MIH Hotline: 876-1300 Piroumian, Konstantin [EMAIL PROTECTED] on 13/11/2001 15:19:28 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: What is Cocoon good

Re: Generators.. was: Re: SV: What is Cocoon good for???

2001-11-13 Thread David Rosenstrauch
I don't know if that's the official right way to do it. It was just MHO that the most appropriate place to feed in XML was via a generator. Maybe some other people (including some of the Cocoon developers) can shed some additional light on this. DR At 07:01 PM 11/13/01 +0100, you wrote:

RE: Generators.. was: Re: SV: What is Cocoon good for???

2001-11-13 Thread David Rosenstrauch
At 11:36 AM 11/13/01 -0800, you wrote: I think I need some clarity here. Don't XSP pages compile into generators? What can be done from a hand coded Generator that can't be done (dynamically) from XSP? I have been thinking about hand code generaters as 'special case' generators that don't

Re: Generators.. was: Re: SV: What is Cocoon good for???

2001-11-13 Thread Peter Royal
On Tuesday 13 November 2001 02:53 pm, you wrote: having code within your XSP page that reads XML from some external source (outside the page) and outputting it Seems to me like that type of code is best done as a separate generator of its own. Others agree? disagree? I agree. I only use