URGENT CHAINING

2002-07-18 Thread Othman Haddad





hi cocooners,
i've been using cocoon right now not for a long time and i'm bit satisfied 
with it..
now i've a big problem and i wonder if this chain is possible ,if yes what 
do i need to implement and code to do it with cocoon? :

1) after a FileGenrator and an XalanTransformer, i want a transformer 
component SourceCode Genrator of castor-like or jaxme-like "to generate java 
beans" and another component which can reverse the process: from existing 
javabeans i want to have sax events (i think the CastorTransformer and the 
JaxMeTransformer already do?!) 
2) i want to stor my xml file and not displaying it anywhere.
3)i don't want to use cocoon as a servlet, can i call itfrom a java 
program for instance?

thank you very much for your help ,i really need 
it


Réf. : RE: a serious xml-java chaining...

2002-07-18 Thread Othman Haddad








  thank you,i'll take a look at it :)
  
  ---Message original---
  
  
  De : [EMAIL PROTECTED]
  Date : jeudi 18 juillet 
  2002 15:48:23
  A : [EMAIL PROTECTED]; 
  'Othman Haddad'
  Sujet : RE: a serious 
  xml-java chaining...
  Othman, 2) i want to stor my xml file and not 
  displaying it anywhere.See SourceWritingTransformer and 
  slash-edit/ demo. 3)i don't want to use cocoon as 
  a servlet, can i call it from a java program for 
  instance?Other guy recently asked same question. You can take a 
  look at Main.javaand/or CocoonServlet.java to see how to work with 
  Cocoonprogrammatically.Vadim-Original 
  Message-From: Othman Haddad [mailto:[EMAIL PROTECTED]] 
  Sent: Wednesday, July 17, 2002 11:15 AMTo: cocoon user 
  listSubject: a serious xml-java chaining...hi 
  cocooners,i've been using cocoon right now not for a long time and i'm 
  bitsatisfied with it..now i've a big problem and i wonder if this 
  chain is possible ,if yeswhat do i need to implement and code to do it 
  with cocoon? :1) after a FileGenrator and an 
  XalanTransformer, i want a transformercomponent SourceCode Genrator of 
  castor-like or jaxme-like "to generatejava beans" and another 
  component which can reverse the process: fromexisting javabeans i want 
  to have sax events (i think theCastorTransformer and the 
  JaxMeTransformer already do?!) 2) i want to stor my xml file and not 
  displaying it anywhere.3)i don't want to use cocoon as a servlet, can 
  i call itfrom a javaprogram for instance?thank you 
  very much for your help ,i really need 
  it 
  IncrediMail - La messagerie électronique a enfin évolué - Cliquer ici 
  -Please 
  check that your question has not already been answered in theFAQ 
  before posting. http://xml.apache.org/cocoon/faq/index.htmlTo 
  unsubscribe, e-mail: [EMAIL PROTECTED]For 
  additional commands, e-mail: [EMAIL PROTECTED].





	
	
	
	
	
	
	




 IncrediMail - La messagerie électronique a enfin 
évolué - Cliquer 
ici



RE: a serious xml-java chaining...

2002-07-18 Thread Othman Haddad








  
  ok,
  but how about the 1st question?:
  1)after a FileGenrator and an XalanTransformer, i want a 
  transformercomponent SourceCode Genrator of castor-like or jaxme-like 
  "to generatejava beans" and another component which can reverse the 
  process: fromexisting javabeans i want to have sax events (i think 
  theCastorTransformer and the JaxMeTransformer already do?!) 
  ---Message original---
  
  
  De : [EMAIL PROTECTED]
  Date : jeudi 18 juillet 
  2002 15:48:23
  A : [EMAIL PROTECTED]; 
      'Othman Haddad'
  Sujet : RE: a serious 
  xml-java chaining...
  Othman, 2) i want to stor my xml file and not 
  displaying it anywhere.See SourceWritingTransformer and 
  slash-edit/ demo. 3)i don't want to use cocoon as 
  a servlet, can i call it from a java program for 
  instance?Other guy recently asked same question. You can take a 
  look at Main.javaand/or CocoonServlet.java to see how to work with 
  Cocoonprogrammatically.Vadim-Original 
  Message-From: Othman Haddad [mailto:[EMAIL PROTECTED]] 
  Sent: Wednesday, July 17, 2002 11:15 AMTo: cocoon user 
  listSubject: a serious xml-java chaining...hi 
  cocooners,i've been using cocoon right now not for a long time and i'm 
  bitsatisfied with it..now i've a big problem and i wonder if this 
  chain is possible ,if yeswhat do i need to implement and code to do it 
  with cocoon? :1) after a FileGenrator and an 
  XalanTransformer, i want a transformercomponent SourceCode Genrator of 
  castor-like or jaxme-like "to generatejava beans" and another 
  component which can reverse the process: fromexisting javabeans i want 
  to have sax events (i think theCastorTransformer and the 
  JaxMeTransformer already do?!) 2) i want to stor my xml file and not 
  displaying it anywhere.3)i don't want to use cocoon as a servlet, can 
  i call itfrom a javaprogram for instance?thank you 
  very much for your help ,i really need 
  it 
  IncrediMail - La messagerie électronique a enfin évolué - Cliquer ici 
  -Please 
  check that your question has not already been answered in theFAQ 
  before posting. http://xml.apache.org/cocoon/faq/index.htmlTo 
  unsubscribe, e-mail: [EMAIL PROTECTED]For 
  additional commands, e-mail: [EMAIL PROTECTED].





	
	
	
	
	
	
	




 IncrediMail - La messagerie électronique a enfin 
évolué - Cliquer 
ici



a serious xml-java chaining...

2002-07-17 Thread Othman Haddad








  hi cocooners,
  i've been using cocoon right now not for a long time and i'm bit 
  satisfied with it..
  now i've a big problem and i wonder if this chain is possible ,if yes 
  what do i need to implement and code to do it with cocoon? :
  
  1) after a FileGenrator and an XalanTransformer, i want a transformer 
  component SourceCode Genrator of castor-like or jaxme-like "to generate 
  java beans" and another component which can reverse the process: from 
  existing javabeans i want to have sax events (i think the 
  CastorTransformer and the JaxMeTransformer already do?!) 
  2) i want to stor my xml file and not displaying it anywhere.
  3)i don't want to use cocoon as a servlet, can i call itfrom a 
  java program for instance?
  
  thank you very much for your help ,i really need it





	
	
	
	
	
	
	




 IncrediMail - La messagerie électronique a enfin 
évolué - Cliquer 
ici



cactus...

2002-07-16 Thread Othman Haddad








  hi,
  is there anybody who has already worked with Cactus to test Avalon 
  components inside of cocoon2 ?
  where can i find examples?
  thanks a lot..





	
	
	
	
	
	
	




 IncrediMail - La messagerie électronique a enfin 
évolué - Cliquer 
ici



cactus...

2002-07-16 Thread Othman Haddad




hi,
is there anybody who has already worked with Cactus to test Avalon 
components inside of cocoon2 ?
where can i find examples?
thanks a lot..
 


pipelining...

2002-07-15 Thread Othman Haddad








  hi,
  what i want to do is constructing a chain like that:
  from an xsd file,i generate javaclasses, then i manipulate xml 
  documents from that classes, marshalling and unmarshalling (like what 
  castor does for instance), i want also to put a transfomration on the xml 
  documents before unmarshalling them to java objects.
  so:
  1)can i do all this with cocoon and what do i need?, (i can suppose 
  that the javaclasses are already generated from an xsd file).?
  
  2)can i isolate the pipelining process of cocoon2, because cocoon 
  does 100 times more than what i want, and i just need the API of chain 
  manipulation that i find interesting.?
  
  hope i was clear on my question and thank you for your precious 
  help.





	
	
	
	
	
	
	




 IncrediMail - La messagerie électronique a enfin 
évolué - Cliquer 
ici



RE: xsl vs cocoon

2002-07-12 Thread Othman Haddad








  ok,
  imagine i have an xsp page witch contains a input file field named 
  "x". 
  i want that the content of the field "x" will be a stylesheet which 
  will be applied on a fixed file "b.xml".
  so how can you do that ? can you give an example ?
  thanks.
  PS:sorry fot HTML e-mails,i'm using IncrediMail which can't deliver 
  other thing than HTML!
  
  ---Message original---
  
  
  De : [EMAIL PROTECTED]
  Date : mercredi 10 
  juillet 2002 21:40:56
  A : [EMAIL PROTECTED]
  Sujet : Re: Réf. : RE: 
      xsl vs cocoon
  Othman Haddad wrote: it's partially true, because 
  right now (which is a pitty) there's no  sitemap element that can 
  get a parameter value (which is sometimes very  
  important)...There is a RequestParamAction and a 
  RequestParameterExistsAction,and various components can take a 
  UseRequestParameter parameter(os similar). Or did you have a different 
  meaning for "parameter"in 
  mind?J.Pietschmann-Please 
  check that your question has not already been answered in theFAQ 
  before posting. http://xml.apache.org/cocoon/faq/index.htmlTo 
  unsubscribe, e-mail: [EMAIL PROTECTED]For 
  additional commands, e-mail: [EMAIL PROTECTED].





	
	
	
	
	
	
	




 IncrediMail - La messagerie électronique a enfin 
évolué - Cliquer 
ici



XMLForms and Schema W3C validation..

2002-07-12 Thread Othman Haddad








  hi,
  i've downloaded and built the 2.1 version, because i'm interested in 
  XMLForms..
  it works fine,but i've gt a question:
  is it possible to create a form, validate the Data against a W3C 
  Schema and then against a the Schematron rules embeded in the Schema W3C 
  (will this one i think it could be logically possible if the first one 
  does..) ?
  thanks for your help.





	
	
	
	
	
	
	




 IncrediMail - La messagerie électronique a enfin 
évolué - Cliquer 
ici



Re: XMLForms and Schema W3C validation..

2002-07-12 Thread Othman Haddad








  ok i'll try to do that if nobody has done it yet?!! :-)
  so is there anybody there who has already implement the multi schema 
  validator in cocoon? 
  regards
  
  ---Message original---
  
  
  De : Ivelin Ivanov
  Date : vendredi 12 
  juillet 2002 13:46:50
  A : Othman Haddad; cocoon user list
  Sujet : Re: XMLForms 
  and Schema W3C validation..
  
  
  
  Yes. All the prerequisites are available, 
  but the glue hasn't been applied.
  Xerces validates W3C Schema. 
  Schematron can be embedded within XML Schema 
  documents and then extracted and applied.
  Examples for this are available on the 
  Schematron site and I believe that Sun's multi schema validator have 
  implementation for it.
  So I think you will need to implement the 
  org.apache.cocoon.components.validation.Validator interface to plug in the 
  new multischema validator.
  
  It's worth trying.
  
  -=Ivelin=-
  
- Original Message - 
From: 
Othman Haddad 
To: cocoon user list 
Sent: Friday, July 12, 2002 5:53 
AM
Subject: XMLForms and Schema W3C 
validation..


  
  

  hi,
  i've downloaded and built the 2.1 version, because i'm 
  interested in XMLForms..
  it works fine,but i've gt a question:
  is it possible to create a form, validate the Data against a 
  W3C Schema and then against a the Schematron rules embeded in the 
  Schema W3C (will this one i think it could be logically possible 
  if the first one does..) ?
  thanks for your help.
  

  


  
  
  
  





	
	
	
	
	
	
	




 IncrediMail - La messagerie électronique a enfin 
évolué - Cliquer 
ici



Réf. : Language Exception

2002-07-10 Thread Othman Haddad








  hi,
  that means that you've something wrong in your sitemap.xmap...
  try to use the default sitemap of cocoon2 before using your own 
  one..
  hope it helps
  
  ---Message original---
  
  
  De : [EMAIL PROTECTED]
  Date : mercredi 10 
  juillet 2002 03:27:09
  A : [EMAIL PROTECTED]
  Sujet : Language 
  Exception
  HiI'm a total newbie with cocoon and am getting 
  this error when I try to accesshttp://localhost/cocoon (I've set up 
  Tomcat so I don't need to use the :8080),using cocoon 2 and Tomcat 
  4.03 with JDK1.4, under Windows 2000 professional.I've installed 
  it on another machine using the same OS, servlet engine and 
  cocoonversion, but with JDK1.3.0 and I'm presented with the cocoon 
  homepage when Ienter the previous URL.Here is the error 
  message I'm receiving. Is there a quick fix for this? Didn'tseem to be 
  any mention of it in the FAQ.Many thanksDantype 
  fatalmessage Language Exceptiondescription 
  org.apache.cocoon.ProcessingException:Language 
  Exception:org.apache.cocoon.components.language.LanguageException:Error 
  compiling sitemap_xmap:Line 0, column 0: could not parse error 
  message:error: Invalid class file format 
  inG:\JDK1.4\jre\lib\rt.jar(java/io/OutputStream.class).The 
  major.minor version '48.0' is too recent for this tool to 
  understand.-Please 
  check that your question has not already been answered in theFAQ 
  before posting. http://xml.apache.org/cocoon/faq/index.htmlTo 
  unsubscribe, e-mail: [EMAIL PROTECTED]For 
  additional commands, e-mail: [EMAIL PROTECTED].





	
	
	
	
	
	
	




 IncrediMail - La messagerie électronique a enfin 
évolué - Cliquer 
ici



Réf. : RE: xsl vs cocoon

2002-07-10 Thread Othman Haddad








  hi,
  i agree with olivier,..
  , you can also make a component conditionnal depending on 
  (for example) a request parameter value inthe HTTP request
  
  it's partially true, because right now (which is a pitty) there's no 
  sitemap element that can get a parameter value (which is sometimes very 
  important)...
  
  regards
  othman
  
  ---Message original---
  
  
  De : [EMAIL PROTECTED]
  Date : mercredi 10 
  juillet 2002 10:38:03
  A : '[EMAIL PROTECTED]'
  Sujet : RE: xsl vs 
  cocoon
  Sure.The sitemap.xmap file makes a mapping 
  between URLsreceived from client side to a Cocoon "pipeline".A 
  pipeline is a chain of java componentsthat create or modify a XML 
  flux.For a given URL, Cocoon parses the sitemap.xmap, getsthe 
  corresponding pipeline description, creates the corresponding chain of 
  java components and launches the first components (it is called a 
  generatorbecause it is the one which creates the XML flux,and 
  sends it to the next component).There is no problem if you want to 
  specifyseveral XSLT components inside your pipeline.Advanced 
  feature:When describing a pipeline in sitemap.xmap, you can also 
  make a component conditionnal depending on (for example) a request 
  parameter value inthe HTTP request, or may be the speed of the 
  wind(yes Cocoon is marvellous 
  :-)-Please 
  check that your question has not already been answered in theFAQ 
  before posting. http://xml.apache.org/cocoon/faq/index.htmlTo 
  unsubscribe, e-mail: [EMAIL PROTECTED]For 
  additional commands, e-mail: [EMAIL PROTECTED].





	
	
	
	
	
	
	




 IncrediMail - La messagerie électronique a enfin 
évolué - Cliquer 
ici



Réf. : RE: Réf. : RE: xsl vs cocoon

2002-07-10 Thread Othman Haddad








  With 2.1-dev the RequestParameterInputModule can be used to to get 
  the value of a field in an xsp and select apipeline in function of 
  it ,but not before!!!
  do you have any other key to do that?
  
  ---Message original---
  
  
  De : [EMAIL PROTECTED]
  Date : mercredi 10 
  juillet 2002 10:52:33
  A : '[EMAIL PROTECTED]'
  Sujet : RE: Réf. : RE: 
  xsl vs cocoon
   it's partially true, because right now (which is a 
  pitty) there's nositemap element that can get a parameter value (which 
  is sometimes veryimportant)... Can't you use an action to set 
  a value for a sitemap variable, then use thatvariable inside you 
  component description?hi,i agree with olivier,.., 
  you can also make a component conditionnal depending on (for 
  example) a request parameter value inthe HTTP requestit's 
  partially true, because right now (which is a pitty) there's no 
  sitemapelement that can get a parameter value (which is sometimes 
  veryimportant)... 
  regardsothman---Message 
  original---De : [EMAIL PROTECTED] 
  mailto:[EMAIL PROTECTED] 
  Date : mercredi 10 juillet 2002 10:38:03A : '[EMAIL PROTECTED]' 
  mailto:[EMAIL PROTECTED] 
  Sujet : RE: xsl vs cocoonSure.The sitemap.xmap file 
  makes a mapping between URLsreceived from client side to a Cocoon 
  "pipeline".A pipeline is a chain of java componentsthat create 
  or modify a XML flux.For a given URL, Cocoon parses the 
  sitemap.xmap, getsthe corresponding pipeline description, creates 
  the corresponding chain of java components and launches the first 
  components (it is called a generatorbecause it is the one which 
  creates the XML flux,and sends it to the next component).There 
  is no problem if you want to specifyseveral XSLT components inside 
  your pipeline.Advanced feature:When describing a pipeline in 
  sitemap.xmap, you can also make a component conditionnal depending 
  on (for example) a request parameter value inthe HTTP request, or may 
  be the speed of the wind(yes Cocoon is marvellous 
  :-)-Please 
  check that your question has not already been answered in theFAQ 
  before posting.  http://xml.apache.org/cocoon/faq/index.htmlhttp://xml.apache.org/cocoon/faq/index.html 
  To unsubscribe, e-mail:  [EMAIL PROTECTED]mailto:[EMAIL PROTECTED] 
  For additional commands, e-mail:  [EMAIL PROTECTED]mailto:[EMAIL PROTECTED] 
  .http://www.incredimail.com/redir.asp?ad_id=312lang=12 
  IncrediMail - Lamessagerie électronique a enfin évolué -http://www.incredimail.com/redir.asp?ad_id=312lang=12 
  Cliquer ici 





	
	
	
	
	
	
	




 IncrediMail - La messagerie électronique a enfin 
évolué - Cliquer 
ici



Réf. : RE: Réf. : RE: Réf. : RE: xsl vs cocoon

2002-07-10 Thread Othman Haddad








  let say: 
  i've an xsp which contains a file input: "x", the value of "x" 
  represent xslt file which i want to apply on a "z.xml" file.
  
  any idea in cocoon2.02 to do that?
  
  ---Message original---
  
  
  De : [EMAIL PROTECTED]
  Date : mercredi 10 
  juillet 2002 11:19:14
  A : '[EMAIL PROTECTED]'
  Sujet : RE: Réf. : RE: 
  Réf. : RE: xsl vs cocoon
  I am not sure to understand what you want to do 
  exactly.-Message d'origine-De: Othman Haddad [mailto:[EMAIL PROTECTED]]Date: 
  mercredi 10 juillet 2002 11:15À: [EMAIL PROTECTED]Objet: 
  Réf. : RE: Réf. : RE: xsl vs cocoonWith 2.1-dev the 
  RequestParameterInputModule can be used to to get the valueof a field 
  in an xsp and select a pipeline in function of it ,but 
  notbefore!!!do you have any other key to do 
  that?---Message original---De : [EMAIL PROTECTED] 
  mailto:[EMAIL PROTECTED] 
  Date : mercredi 10 juillet 2002 10:52:33A : '[EMAIL PROTECTED]' 
  mailto:[EMAIL PROTECTED] 
  Sujet : RE: Réf. : RE: xsl vs cocoon it's partially true, 
  because right now (which is a pitty) there's nositemap element that 
  can get a parameter value (which is sometimes veryimportant)... 
  Can't you use an action to set a value for a sitemap variable, 
  then use thatvariable inside you component 
  description?hi,i agree with olivier,.., you 
  can also make a component conditionnal depending on (for example) 
  a request parameter value inthe HTTP requestit's partially 
  true, because right now (which is a pitty) there's no sitemapelement 
  that can get a parameter value (which is sometimes veryimportant)... 
  regardsothman---Message 
  original---De : [EMAIL PROTECTED] 
  mailto:[EMAIL PROTECTED] 
  mailto:[EMAIL PROTECTED] 
  mailto:[EMAIL PROTECTED] 
   Date : mercredi 10 juillet 2002 10:38:03A : ' [EMAIL PROTECTED] 
  mailto:[EMAIL PROTECTED] 
  ' mailto:[EMAIL PROTECTED] 
  mailto:[EMAIL PROTECTED] 
   Sujet : RE: xsl vs cocoonSure.The sitemap.xmap 
  file makes a mapping between URLsreceived from client side to a Cocoon 
  "pipeline".A pipeline is a chain of java componentsthat create 
  or modify a XML flux.For a given URL, Cocoon parses the 
  sitemap.xmap, getsthe corresponding pipeline description, creates 
  the corresponding chain of java components and launches the first 
  components (it is called a generatorbecause it is the one which 
  creates the XML flux,and sends it to the next component).There 
  is no problem if you want to specifyseveral XSLT components inside 
  your pipeline.Advanced feature:When describing a pipeline in 
  sitemap.xmap, you can also make a component conditionnal depending 
  on (for example) a request parameter value inthe HTTP request, or may 
  be the speed of the wind(yes Cocoon is marvellous 
  :-)-Please 
  check that your question has not already been answered in theFAQ 
  before posting.  http://xml.apache.org/cocoon/faq/index.htmlhttp://xml.apache.org/cocoon/faq/index.html 
   http://xml.apache.org/cocoon/faq/index.htmlhttp://xml.apache.org/cocoon/faq/index.html 
   To unsubscribe, e-mail:  [EMAIL PROTECTED]mailto:[EMAIL PROTECTED] 
   mailto:[EMAIL PROTECTED]mailto:[EMAIL PROTECTED] 
   For additional commands, e-mail:  [EMAIL PROTECTED]mailto:[EMAIL PROTECTED] 
   mailto:[EMAIL PROTECTED]mailto:[EMAIL PROTECTED] 
   
  . 
  http://www.incredimail.com/redir.asp?ad_id=312http://www.incredimail.com/redir.asp?ad_id=312lang=12 
  lang=12IncrediMail - Lamessagerie électronique a enfin 
  évolué - http://www.incredimail.com/redir.asp?ad_id=312http://www.incredimail.com/redir.asp?ad_id=312lang=12 
  lang=12 Cliquerici 
  http://www.incredimail.com/redir.asp?ad_id=312lang=12 
  IncrediMail - Lamessagerie électronique a enfin évolué -http://www.incredimail.com/redir.asp?ad_id=312lang=12 
  Cliquer ici 





	
	
	
	
	
	
	




 IncrediMail - La messagerie électronique a enfin 
évolué - Cliquer 
ici



cocoon 2.1

2002-07-10 Thread Othman Haddad








  hi everybody,
  please where and how can i get the snapshot version cocoon2.1 ?
  thanks





	
	
	
	
	
	
	




  IncrediMail - La messagerie électronique a enfin 
évolué - Cliquer 
ici



Tr : Réf. : Re: xsp and pipelines..

2002-07-09 Thread Othman Haddad





  
  

  
  
  ---Message original---
  
  
  De : Othman Haddad
  Date : lundi 08 juillet 
  2002 16:46:38
  A : [EMAIL PROTECTED]
  Sujet : Réf. : Re: xsp 
  and pipelines..
  
  in fact,
  what i want to do is uploading a stylesheet,click on a submit button 
  and then validating it,and then apply it on an another xml file ,and 
  display the result.
  the name of the input field is :addxslt.
  the name of the button is submit.
  and i use the forma-validation action like in the cocoon 
  samples.
  here is the portion of the sitemap:(that i know it's wrong):
  
  !--  XNeoma Demo2 
--
   map:match 
  pattern="XNeoma2" map:act 
  type="form-validator" 
  map:parameter name="descriptor" 
  value="context:///docs/samples/XNeoma/descriptor.xml"/ 
  map:parameter name="validate-set" value="xslt_add"/
  !--hereare the lines that don't 
  work-- map:parameter 
  name="addxslt" 
  value="*"/ 
  map:generate src="INCREDI_LINK_PLACEHOLDER_1991" 
  type="file"/ map:transform 
  src="INCREDI_LINK_PLACEHOLDER_2112"/
   
  /map:act map:call 
  resource="dynamic-page" 
  map:parameter name="target" 
  value="docs/samples/XNeoma/ERROR"/ 
  /map:call /map:match
  
  -
  1) so how can i get the value of the field addxslt and use wildcard 
  with it,directly inside the action tags?
  
  thanks
  
  

  


  
  
   IncrediMail - La messagerie électronique a enfin 
évolué - Cliquer 
ici



parameter request..

2002-07-09 Thread Othman Haddad








  hello,
  is it so difficuelt to get the value of a field in an xsp and select 
  a pipeline in function of it?
  ie: 
  i've an xsp which contains a file input: "x", the value of "x" 
  represent xslt file which i want to apply on a "z.xml" file.
  
  please, i don't find any way to get a value of a field as a 
  parameter to apply it in my pipelines!!
  
  thanks for your preciuos help





	
	
	
	
	
	
	




 IncrediMail - La messagerie électronique a enfin 
évolué - Cliquer 
ici



Réf. : Re: Réf. : Re: cocoon jaxme transformer! (Othman Haddad)

2002-07-08 Thread Othman Haddad








  hi,
  Can you compare JaxMe to Castor, Betwixt, Jonas, JAXB ?
  - Betwixt i don't know what it is.
  - Jonas is free french container server side for EJB
  - Castor is more paowerful than JAXB for doing databinding
  -JaxMe in my opinion is better than Castor for doing databinding from 
  xml to java classes because jaxme classes are more useful than castor 
  ones,but if you Castor definitelyhandles Schema W3C support 
  better than Jaxme..
  
  hope i've answered to your question..
  best regards..othman
  
  ---Message original---
  
  
  De : [EMAIL PROTECTED]
  Date : dimanche 07 
  juillet 2002 18:43:02
  A : [EMAIL PROTECTED]
  Sujet : Re: Réf. : Re: 
  cocoon jaxme transformer! (Othman Haddad)
  Can you compare JaxMe to Castor, Betwixt, Jonas, JAXB 
  ?- Original Message -From: "Jochen Wiedmann" 
  [EMAIL PROTECTED]To: "Othman 
  Haddad" [EMAIL PROTECTED]; 
  "jaxme mailing list"[EMAIL PROTECTED]; 
  "cocoon user list"[EMAIL PROTECTED]; 
  [EMAIL PROTECTED]Sent: 
  Friday, July 05, 2002 4:22 AMSubject: Re: Réf. : Re: cocoon jaxme 
  transformer! (Othman Haddad)  hi,  the 
  documentation of CastorTransformer you can find it in the  
  sources of Cocoon2.02 in the repository: cocoon-  
  2.0.2\src\scratchpad\webapp\samples\castor\doc That 
  simple? Ah, whenever I lay my hands on Cocoon, I fall in 
  love again! How said I never get the possibility to make a project 
  with it. (Sunshine, want a teleworker? :-) 
  Attached you find a suggestion for a JaxMeTransformer. Notice its 
  much simpler than the CastorTransformer because it doesn't need to 
  support SAX1 or those nasty mapping files. Please let me know the 
  results. If it works, you could do me a favour and make a 
  complete example from it (much like the Castor sample) and supply 
  this to the Cocoon-dev mailing list. 
  Regards, 
  Jochen 
  - 
  Please check that your question has not already been answered in 
  the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html 
  To unsubscribe, e-mail: [EMAIL PROTECTED] 
  For additional commands, e-mail: [EMAIL PROTECTED]-Please 
  check that your question has not already been answered in theFAQ 
  before posting. http://xml.apache.org/cocoon/faq/index.htmlTo 
  unsubscribe, e-mail: [EMAIL PROTECTED]For 
  additional commands, e-mail: [EMAIL PROTECTED].





	
	
	
	
	
	
	




 IncrediMail - La messagerie électronique a enfin 
évolué - Cliquer 
ici



xsp and pipelines..

2002-07-08 Thread Othman Haddad








  hi,
  can i do this?:
  i want to upload an xsltfile from the browser within an 
  xsppage and put it in a pipeline to make some transformations on a 
  xml file.
  i know that interactions between actions and pipelinesis quite 
  easy,but is it possible with xsp?
  thanks





	
	
	
	
	
	
	




 IncrediMail - La messagerie électronique a enfin 
évolué - Cliquer 
ici



Réf. : Re: formvalidation

2002-07-05 Thread Othman Haddad








  right thanks for the answer...
  
  ---Message original---
  
  
  De : [EMAIL PROTECTED]
  Date : vendredi 05 
  juillet 2002 13:06:49
  A : [EMAIL PROTECTED]; 
  Othman Haddad
  Sujet : Re: 
  formvalidation
  On 05.Jul.2002 -- 01:01 PM, Othman Haddad wrote: 
  hi, does everybody knows which page is displayed when accessing to 
  the form: /cocoon/formvalidation/test ? in the 
  samples/doc/formvalidation of cocoon binary distribution? 
  i just find: descriptor.xml ok.xsp 
  error.xspIt's the error.xspChris.-- C h r i s t i 
  a n H a u l[EMAIL PROTECTED]fingerprint: 
  99B0 1D9D 7919 644A 4837 7D73 FEF9 6856 335A 
  9E08-Please 
  check that your question has not already been answered in theFAQ 
  before posting. http://xml.apache.org/cocoon/faq/index.htmlTo 
  unsubscribe, e-mail: [EMAIL PROTECTED]For 
  additional commands, e-mail: [EMAIL PROTECTED].





	
	
	
	
	
	
	




 IncrediMail - 
La messagerie électronique a enfin évolué - Cliquer 
ici



Réf. : RE: cocoon test...

2002-07-04 Thread Othman Haddad








  
  hi,
  thanks for canoo,but what is it's advantage comparing 
  withcactus.?
  
  ---Message original--
  
  
  De : [EMAIL PROTECTED]
  Date : mercredi 03 
  juillet 2002 21:52:55
  A : [EMAIL PROTECTED]
  Sujet : RE: cocoon 
  test...
  Othman,try using Canoo WebTest http://webtest.canoo.com/webtest/manual/WebTestHome.htmlBest 
  regards,P.S.Please, use plain text not HTML; moreover, it's 
  useless posting 
  twice.-Luca 
  MorandiniGIS Consultant[EMAIL PROTECTED]http://utenti.tripod.it/lmorandini/index.html--Original 
  Message-From: Othman Haddad [mailto:[EMAIL PROTECTED]]Sent: 
  Wednesday, July 03, 2002 2:33 PMTo: [EMAIL PROTECTED]Subject: 
  cocoon test...hi,i've an application based on cocoon2.02 
  and tomcat without Apache httpd server..what is the best way to test 
  it?, is Cactus ok for this, or it's better to use something 
  else?thanks for your help 
  -Please 
  check that your question has not already been answered in theFAQ 
  before posting. http://xml.apache.org/cocoon/faq/index.htmlTo 
  unsubscribe, e-mail: [EMAIL PROTECTED]For 
  additional commands, e-mail: [EMAIL PROTECTED].





	
	
	
	
	
	
	




 IncrediMail - 
La messagerie électronique a enfin évolué - Cliquer 
ici



cocoon jaxme transformer!

2002-07-04 Thread Othman Haddad








  hi everybody,
  i'm trying to use the CastorTransformer to generate javabeans with 
  cocoon2,but i rather prefer the jaxme approach for 
  javabeansgeneration from an xml file because i find that they can be 
  more useful than the castor ones..
  so my question is: is there any cocoon-jaxme user there, and is it 
  possible to write and use a kind of jaxmeTransformer in cocoon2?
  thanks
  PS: sorry for the html mails :-)





	
	
	
	
	
	
	




 IncrediMail - 
La messagerie électronique a enfin évolué - Cliquer 
ici



Réf. : RE: Réf. : RE: cocoon test...

2002-07-04 Thread Othman Haddad








  well, definitely i think i'll use both because i need functionnal 
  tests but also unit testing because i'll write Avalon components!
  anyway thanks..
  PS: the mail tool that i'm using doen't support other formats than 
  html ones! (i know it's rediculous ...)
  
  
  ---Message original---
  
  
  De : [EMAIL PROTECTED]
  Date : jeudi 04 juillet 
  2002 10:27:58
  A : [EMAIL PROTECTED]
  Sujet : RE: Réf. : RE: 
  cocoon test...
  Othman,basically, WebTest is for functional 
  testing (is the application compliant with user requirements ?) while 
  Cactus is focused on unittesting (is this module behaving according to 
  the architecural blueprint ?).At the end of the day, is a matter 
  of scope, like the difference between strategy and tectics in military 
  affairs.Best regards,P.S.Is it so difficult 
  sending messages in plain text 
  ?-Luca 
  MorandiniGIS Consultant[EMAIL PROTECTED]http://utenti.tripod.it/lmorandini/index.html--Original 
  Message-From: Othman Haddad [mailto:[EMAIL PROTECTED]]Sent: 
  Thursday, July 04, 2002 9:45 AMTo: [EMAIL PROTECTED]Subject: 
  Réf. : RE: cocoon test...hi,thanks for canoo,but what 
  is it's advantage comparing with cactus.?---Message 
  original--De : [EMAIL PROTECTED]Date 
  : mercredi 03 juillet 2002 21:52:55A : [EMAIL PROTECTED]Sujet 
  : RE: cocoon test...Othman,try using Canoo WebTest http://webtest.canoo.com/webtest/manual/WebTestHome.htmlBest 
  regards,P.S.Please, use plain text not HTML; moreover, it's 
  useless posting 
  twice.-Luca 
  MorandiniGIS Consultant[EMAIL PROTECTED]http://utenti.tripod.it/lmorandini/index.html--Original 
  Message-From: Othman Haddad [mailto:[EMAIL PROTECTED]]Sent: 
  Wednesday, July 03, 2002 2:33 PMTo: [EMAIL PROTECTED]Subject: 
  cocoon test...hi,i've an application based on cocoon2.02 
  and tomcat without Apache httpd server..what is the best way to test 
  it?, is Cactus ok for this, or it's better to use something 
  else?thanks for your 
  help-Please 
  check that your question has not already been answered in theFAQ 
  before posting. http://xml.apache.org/cocoon/faq/index.htmlTo 
  unsubscribe, e-mail: [EMAIL PROTECTED]For 
  additional commands, e-mail: [EMAIL PROTECTED]..IncrediMail 
  - La messagerie électronique a enfin évolué - Cliquer 
  ici-Please 
  check that your question has not already been answered in theFAQ 
  before posting. http://xml.apache.org/cocoon/faq/index.htmlTo 
  unsubscribe, e-mail: [EMAIL PROTECTED]For 
  additional commands, e-mail: [EMAIL PROTECTED].





	
	
	
	
	
	
	




 IncrediMail - 
La messagerie électronique a enfin évolué - Cliquer 
ici



cocoon test...

2002-07-03 Thread Othman Haddad



hi,
i've an application based on cocoon2.02 and tomcat 
without Apache httpd server..
what is the best way to test it?, is Cactus ok for 
this, or it's better to use something else?
thanks for your help 



cactus or not ?

2002-07-03 Thread Othman Haddad








  
  hi,
  i've an application based on cocoon2.02 and 
  tomcat without Apache httpd server..
  what is the best way to test it?, is Cactus 
  ok for this, or it's better to use something else?
  thanks for your help 






	
	
	
	
	
	
	




 IncrediMail - 
La messagerie électronique a enfin évolué - Cliquer 
ici



castorTransformer

2002-07-03 Thread Othman Haddad








  hi,
  where can i get th CastorTransformer and it's documentation?
  thanks for your help?





	
	
	
	
	
	
	




 IncrediMail - 
La messagerie électronique a enfin évolué - Cliquer 
ici



Réf. : RE: castorTransformer

2002-07-03 Thread Othman Haddad








  thanks a lot
  
  ---Message original---
  
  
  De : [EMAIL PROTECTED]
  Date : mercredi 03 
  juillet 2002 17:46:35
  A : '[EMAIL PROTECTED]'
  Sujet : RE: 
  castorTransformer
  
  
  Source: 
  xml-cocoon\srcINCREDI_LINK_PLACEHOLDER_803 lang=ru 
  

-Original Message-From: Othman Haddad 
[mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 
2002 7:43 PMTo: cocoon user listSubject: 
castorTransformer

  
  

  hi,
  where can i get th CastorTransformer and it's 
  documentation?
  thanks for your help?
  

  


  
  
  
  





	
	
	
	
	
	
	




 IncrediMail - 
La messagerie électronique a enfin évolué - Cliquer 
ici



Réf. : Re: Réf. : RE: using cocoon pipelines without servlet

2002-06-28 Thread Othman Haddad








  thanks a lot that helps much
  
  ---Message original---
  
  
  De : [EMAIL PROTECTED]
  Date : jeudi 27 juin 
  2002 19:05:07
  A : [EMAIL PROTECTED]
  Sujet : Re: Réf. : RE: 
  using cocoon pipelines without servlet
  Hello,One example of a project using Cocoon with 
  Turbine is the Jetspeed project at http://jakarta.apache.org/ . They 
  have some architecture details here: http://jakarta.apache.org/jetspeed/site/application-development.htmlI 
  also remember in my reading of the Turbine documentation that Turbine 
  is designed for use with different "templating" components which could 
  include Velocity or Cocoon.Ryan HoeggISIS 
  NetworksOthman Haddad wrote: 1) so you mean that if i 
  have turbine i can't call cocoon? 2)i mean something like: 
  wrapping castor for instance as a transformer! 
   thank you  ---Message 
  original---  De : [EMAIL PROTECTED] 
  mailto:[EMAIL PROTECTED] 
  Date : jeudi 27 juin 2002 17:11:31 A : '[EMAIL PROTECTED]' 
  mailto:[EMAIL PROTECTED] 
  Sujet : RE: using cocoon pipelines without servlet 
   [Please, don't use HTML mails] 1) you 
  can't use only the pipeline from cocoon (at least, you can't do it 
  easily), but you can use cocoon itself from an application and not 
  a servlet. You can use the command line environment for that or 
  create your own one. 2) What do you 
  mean? Konstantin -Original 
  Message----- From: Othman Haddad [mailto:[EMAIL PROTECTED] 
  ] Sent: Thursday, June 27, 2002 7:08 PM To: cocoon user 
  list Subject: using cocoon pipelines without 
  servlet hi everybody, i've got 2 questions 
  that could help me a lot: 1) can i extract the cocoon pipeling 
  mecanism from cocoon without  using as a servlet? (i'm 
  already using turbine and have a lot of code, and what  just 
  to use the interesting pipelining of cocoon)! 2) 
  can i use a java object in the cocoon pipeline? 
  thanks 
   
  IncrediMail - La messagerie électronique a enfin évolué - Cliquer 
  ici 
  - 
  Please check that your question has not already been answered in 
  the FAQ before posting.  http://xml.apache.org/cocoon/faq/index.html 
   To unsubscribe, e-mail:  [EMAIL PROTECTED] 
   mailto:[EMAIL PROTECTED] 
   For additional commands, e-mail:  [EMAIL PROTECTED] 
   mailto:[EMAIL PROTECTED] 
   . 
   
  http://www.incredimail.com/redir.asp?ad_id=312lang=12 
  IncrediMail  - La messagerie électronique a enfin évolué - Cliquer 
  ici  http://www.incredimail.com/redir.asp?ad_id=312lang=12 
  





	
	
	
	
	
	
	




 IncrediMail - 
La messagerie électronique a enfin évolué - Cliquer 
ici



using cocoon pipelines without servlet

2002-06-27 Thread Othman Haddad








  hi everybody,
  i've got 2 questions that could help me a lot:
  1) can i extract the cocoon pipeling mecanism from cocoon without 
  using as a servlet? (i'm already using turbine and have a lot of code, and 
  what just to use the interesting pipelining of cocoon)!
  
  2) can i use a java object in the cocoon pipeline?
  
  thanks





	
	
	
	
	
	
	




 IncrediMail - 
La messagerie électronique a enfin évolué - Cliquer 
ici