Re: Stream generator XMLForms

2002-07-13 Thread Leszek Gawron
On Fri, Jul 12, 2002 at 08:55:23PM -0500, Ivelin Ivanov wrote: Maybe you should be looking at Axis instead of Cocoon for this kind of task. http://xml.apache.org/axis/ the problem is my client is Pocket PC 2002 and I do not have any SOAP client libraries for it. if I had SOAP I would use

Cocoon as an application server

2002-07-13 Thread Leszek Gawron
Still being lame to cocoon that is why next questions come (among of which the main is: how to do it ?) 0. I'd like to use cocoon as application server 1. The Pocket PC application needs to send some data to cocoon sever. This is quite structured and complex data. 2. Using XHTTPRequest

Re: Feedback form for release comments

2002-07-13 Thread Josema Alonso
Thanks to Konstantin Piroumian, we now have a form for release comments on the web site. You can access it via: http://xml.apache.org/cocoon/feedback.html It seems the form doesn't work properly. It seems it is using a mailto action to an unknown address. Error message I've just

RE: Cocoon as an application server

2002-07-13 Thread Koen Pellegrims
Yes, Cocoon can do all this (and a lot more)! If I were you I would take a closer look at XForms, the will provide you with extensive form-handling capabilities, including complex validation support. For the database part, you can use either XSPs or the DatabaseActions. I would suggest you take

Re: HSSFSerializer

2002-07-13 Thread Sven Kuenzler
[EMAIL PROTECTED] wrote: i want to use the HSSFSerializer which if i have understood correctly serializes an gnumeric (xml) - document into a excel-file. the problem is that i solely want to use this class without all the other cocoon-stuff. is that possible? I have done this. If you can

RE: Stream generator XMLForms

2002-07-13 Thread William Brogden
-Original Message- From: Leszek Gawron [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 13, 2002 3:08 AM To: [EMAIL PROTECTED] Subject: Re: Stream generator XMLForms On Fri, Jul 12, 2002 at 08:55:23PM -0500, Ivelin Ivanov wrote: Maybe you should be looking at Axis

RE: Cocoon as an application server

2002-07-13 Thread Vadim Gritsenko
From: Koen Pellegrims [mailto:[EMAIL PROTECTED]] Yes, Cocoon can do all this (and a lot more)! If I were you I would take a closer look at XForms, the will provide you with extensive form-handling capabilities, including complex validation support. For the database part, you can use

Re: Stream generator XMLForms

2002-07-13 Thread Jorge Bello
From: Leszek Gawron [EMAIL PROTECTED] What I would like to do is to send xml data to server (prepared by client), do some businness processing and send response to client. Perhaps with SOAP ? Cheers - Please check that

Re: HSSFSerializer

2002-07-13 Thread robert_kuzelj
hi sven, I have done this. If you can wait until tuesday, I could post a code snippet. Otherwise, search the dev-list for the away mission thread ;-) i looked for that thread but it was not very enlightning since i dont have any expirience with cocoon. so i'll have to wait till tuesday sigh

Re: Stream generator XMLForms

2002-07-13 Thread Leszek Gawron
On Sat, Jul 13, 2002 at 09:02:40AM -0500, Jorge Bello wrote: From: Leszek Gawron [EMAIL PROTECTED] What I would like to do is to send xml data to server (prepared by client), do some businness processing and send response to client. Perhaps with SOAP ? AS I said before I do not have

Re: Cocoon as an application server

2002-07-13 Thread Leszek Gawron
On Sat, Jul 13, 2002 at 02:43:41PM +0200, Koen Pellegrims wrote: Don't cling too much to the fact that you are using a PocketPC. If your application sends data as an HTTP request, your server can handle it easily; you could develop the entire server-side application using a normal browser as

[OT] SOAP/ XML on PocketPC (was: Re: Cocoon as an application server)

2002-07-13 Thread Sven Kuenzler
Leszek Gawron wrote: 2. Using XHTTPRequest component from MSXML library I'm sending this data to cocoon server. [...] I am not able to use SOAP because Pocket PC platform does not have a good one ( .NET Compact Framework is still beta and PocketSOAP won't even run on Emulator - I think

Re: [OT] SOAP/ XML on PocketPC (was: Re: Cocoon as an application server)

2002-07-13 Thread Leszek Gawron
On Sat, Jul 13, 2002 at 05:09:30PM +0200, Sven Kuenzler wrote: Leszek Gawron wrote: 2. Using XHTTPRequest component from MSXML library I'm sending this data to cocoon server. [...] I am not able to use SOAP because Pocket PC platform does not have a good one ( .NET Compact Framework

RE: Cocoon as an application server

2002-07-13 Thread Koen Pellegrims
-Oorspronkelijk bericht- Van: Leszek Gawron [mailto:[EMAIL PROTECTED]] Verzonden: zaterdag 13 juli 2002 16:20 Aan: [EMAIL PROTECTED] Onderwerp: Re: Cocoon as an application server On Sat, Jul 13, 2002 at 02:43:41PM +0200, Koen Pellegrims wrote: Don't cling too much to the fact

Re: Stream generator XMLForms

2002-07-13 Thread Ivelin Ivanov
Tell us more about the problem you're trying to solve. What type of content you want to send in and return back. Can you you consider using HTTP GET parameters to submit to Cocoon, instead of XML? This will allow you to use XMLForm, etc. Otherwise you can use StreamGenerator. It will read your

Re: Stream generator XMLForms

2002-07-13 Thread Leszek Gawron
On Sat, Jul 13, 2002 at 11:23:56AM -0500, Ivelin Ivanov wrote: Tell us more about the problem you're trying to solve. What type of content you want to send in and return back. Can you you consider using HTTP GET parameters to submit to Cocoon, instead of XML? This will allow you to use

RE: Stream generator XMLForms

2002-07-13 Thread Koen Pellegrims
Maybe off-topic, but are you sure you are taking the right approach with this? If the communication is wireless, how will you add transaction support? You have to make sure that each invoice is sent and that it is sent only once! I have a lot of expierence in this area and I can tell you that

Re: Monday Night: Free POI, lots of Pizza, And all the info you c an take in one night about POI and the Cocoon HSSF Serializer!

2002-07-13 Thread Peter Royal
On Friday 12 July 2002 10:55 pm, Argyn Kuketayev wrote: I wonder how many ppl do Cocoon on East Coast? If more than 3 then it's enough to have a sort of workshop on Outer Banks some time :) I'm in Jacksonville, FL. -pete -- peter royal - [EMAIL PROTECTED]

requesting a form text block as xml

2002-07-13 Thread Colm O'Riordan
Hi All, I want to send a block of XML from a form to a new XML page which will render it. Does anyone know how can I use XSP to get the block and treat it as XML (like xsl:copy-of) ? It may be a simple one but I cant find any reference to it. It is for Cocoon 1.8 (last project on this platform

Problem Running JSPs under C2 wich is installed under WLS6.1

2002-07-13 Thread MOODAD Shadi (LB Soft)
Hi, I'm trying to run jsp files under cocoon 2 wich is installed under WLS6.1 but when i try to include another jsp files using the RequestDispatcher.include method i get the folowing error: Original request not available I tracked the cause of the error so I found that the request under C2 are

Re: Looking for help in the upcomming release

2002-07-13 Thread Ryan Hoegg
Hi John, Thanks fior the reply. I downloaded the HEAD through CVS as instructed in the Installation Guide. I used the build.sh command as in the email from Carsten: # build.sh -Dinclude.webapp.libs=true webapp Thanks for the help, Ryan Hoegg ISIS Networks John Morrison wrote: Was this a

Re: Monday Night: Free POI, lots of Pizza, And all the info you can take in one night about POI and the Cocoon HSSF Serializer!

2002-07-13 Thread Andrew C. Oliver
Well if all you east coasters want to do something up here, I could possibly see if the Trijug could sponsor (by way of having access to a decent size auditorium) a Cocoonapalooza. While this may seem somewhat self-serving (since I'd go no where ;-) ). The advantage of NC is that its nearly

RE: Stream generator XMLForms

2002-07-13 Thread Argyn Kuketayev
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 13, 2002 1:08 PM To: [EMAIL PROTECTED] Subject: Re: Stream generator XMLForms On Sat, Jul 13, 2002 at 11:23:56AM -0500, Ivelin Ivanov wrote: Tell us more about the problem you're

Re: Stream generator XMLForms

2002-07-13 Thread Leszek Gawron
On Sat, Jul 13, 2002 at 07:35:32PM +0200, Koen Pellegrims wrote: Maybe off-topic, but are you sure you are taking the right approach with this? If the communication is wireless, how will you add transaction support? You have to make sure that each invoice is sent and that it is sent only

Re: Stream generator XMLForms

2002-07-13 Thread Ivelin Ivanov
That's correct. IE's limit is a concern only if you're using IE to GET, which I don't think you'd do. -=Ivelin=- - Original Message - From: Argyn Kuketayev [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, July 13, 2002 4:31 PM Subject: RE: Stream generator XMLForms