You can.
The question is - how.
One easy approach is to use GET or POST like this one for HTTP GET:
URL url = new URL ("/myproducer?xml="+URLEncoder.encode (myxmlstring));
 
You can map /myproducer to a xsp file or your own producer.
 
If you do have further questions feel free to contact me directly.
 
JOERN_HEID
-----Ursprüngliche Nachricht-----
Von: Gustavo Fernandes [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 29. Oktober 2001 11:58
An: [EMAIL PROTECTED]
Betreff: Another applet question

Hi all,
 
I´m currently developing an applet who must insert data in a database thru cocoon2.How can this be possible done ? Is it possible to send an XML to C2 and put a pipeline that transform this into database queries ?
 
 
 

Gustavo Nalle Fernandes
[EMAIL PROTECTED]
www.eccentia.com
Rua Luigi Galvani, 42 cj. 61
Tel [FAX] 55 11 5506.0444
Cel: (11) 9229-2193
São Paulo - BRASIL

 

Reply via email to