Cocoon vs Struts

2005-05-08 Thread Elvira Nieto Carretero
Hi all!

I have a web project with Java and Struts. This project is adapted for
PC's and PDA's web navigator. For this i have written a css file and
Struts' forward (JSP file) for each kind of navigator.

I`ve noticed about Cocoon is the best XML's Publisher and i want to
integrate it in my web project with Java+Struts. I analized the Cocoon
plugin for Struts and i've noticed it's very easy to integrate it but i
have a lot of doubts about the advantages i could get doing it because i
have to duplicate the XSLT files and CSS files again, for each device.

Best Regards

A kiss

-- 
   Elvira Nieto Carretero
   Consultora y Analista de Portales de Internet

-
   Isotrol, S.A.
   Edificio Innova
   Avda. de la Innovación, 1, 3ª planta
   41020 Seville (Spain)
   Tfno: +34 955 036 800
   Fax: +34 955 036 849

   Email: [EMAIL PROTECTED]







unsuscribe

2004-06-08 Thread Elvira Nieto Carretero
unsuscribe


to save session:getxml result in a variable

2004-05-11 Thread Elvira Nieto Carretero



Hello again all!!
 
I create a session with
 

 context="lastSearch" path="/search">
   context="request" path="/querystring" 
/> 

Once i created it i want to save in a param or 
variable so i can use anywhere.
If i put in my code directly 
 context="lastSearch" path="/search" />
, the value of my session print in my page but if i do  

   context="lastSearch" path="/search" />

...

It isn't print nothing, it's blank my variable 
$mySearch.
 
Why?
thank you very much
 
Best regards from Seville (Spain)
 


Re: To make XML on the fly

2004-04-14 Thread Elvira Nieto Carretero
Sorry but i want to complete my question.

Respect about the code definitive of the pipeline, now i think if it willl
be something how:

   
 
   
  
 
   
   

 
 


It's fine or i'm done for??? :(

Help me, please

Best regards




- Original Message - 
From: "Elvira Nieto Carretero" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 14, 2004 1:11 PM
Subject: Re: To make XML on the fly


> Hello again
>
> I found "Source Writing Transformer" in
>
http://cocoon.apache.org/2.1/userdocs/transformers/sourcewriting-transformer.html
> and it seems what i search.
>
> But i don't understand how is my pipeline complete after i read that page.
> My pipeline only it compose of:
>
>   
> 
>
>   
> 
>   
>
> 
> 
>
> 
>
> ... or i need to specify something more?
>
> ... And, where exactly i must generate the code with format:
>
> http://apache.org/cocoon/xource/1.0";>
>   
> 
>   Link 1
>   http://url.link1.com
> 
>   
> 
>
> ???
>
> I hope it's definitive.
>
> Best regards from Seville (Spain)
>
>
>
> - Original Message - 
> From: "Elvira Nieto Carretero" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, April 14, 2004 12:11 PM
> Subject: Re: To make XML on the fly
>
>
> > Hi
> >
> > I have in mind is fairly close to your last proposal.
> >
> > Exactly i want to save the path of links that the user of my site web do
> and
> > i want to insert a new xml label in my navigation.xml once the user to
> click
> > over a link of my menu. do you understand me?
> >
> > Thanks again.
> >
> > Best regards
> >
> >
> > - Original Message - 
> > From: "Antonio Gallardo" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, April 14, 2004 11:11 AM
> > Subject: Re: To make XML on the fly
> >
> >
> > > Elvira Nieto Carretero dijo:
> > > > Hello again
> > > >
> > > > If a pipeline basic is compose by
> > > >
> > > > 
> > > > 
> > > >   
> > > >   
> > > >   
> > > > 
> > > >
> > > > how can i to apply a transform (my_xsl.xsl) to xml on the fly?
> > >
> > > Hi:
> > >
> > > Can you elaborate more what you have in mind? Because, AFAIK, all the
> > > cocoon tranformations are on the fly. :-D
> > >
> > > > That is, can i make a xml structure in memory and then to apply it a
> > last
> > > > transformer my_xsl.xsl?
> > >
> > > The generator job is to emit SAX events that are consumed by a
> > > transformer. The tranformer can be of the default type XSLT. In this
> way,
> > > it can be interpreted as "done in memory" or "on the fly". And this is
> > > what Cocoon is all about.
> > >
> > > Another answer to the question can be:
> > >
> > > You can also point to another pipeline to generate the XML source. In
> that
> > > way it is called a "dynamic" generated XML file.
> > >
> > > Is that what you have in mind? If so, see for the "cocoon:" protocol:
> > >
> > > http://wiki.cocoondev.org/Wiki.jsp?page=CocoonProtocolExample
> > >
> > > Best Regards,
> > >
> > > Antonio Gallardo
> >
>



Re: To make XML on the fly

2004-04-14 Thread Elvira Nieto Carretero
Hello again

I found "Source Writing Transformer" in
http://cocoon.apache.org/2.1/userdocs/transformers/sourcewriting-transformer.html
and it seems what i search.

But i don't understand how is my pipeline complete after i read that page.
My pipeline only it compose of:

  


  

  






... or i need to specify something more?

... And, where exactly i must generate the code with format:

http://apache.org/cocoon/xource/1.0";>
  

  Link 1
  http://url.link1.com

  


???

I hope it's definitive.

Best regards from Seville (Spain)



- Original Message - 
From: "Elvira Nieto Carretero" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 14, 2004 12:11 PM
Subject: Re: To make XML on the fly


> Hi
>
> I have in mind is fairly close to your last proposal.
>
> Exactly i want to save the path of links that the user of my site web do
and
> i want to insert a new xml label in my navigation.xml once the user to
click
> over a link of my menu. do you understand me?
>
> Thanks again.
>
> Best regards
>
>
> - Original Message - 
> From: "Antonio Gallardo" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, April 14, 2004 11:11 AM
> Subject: Re: To make XML on the fly
>
>
> > Elvira Nieto Carretero dijo:
> > > Hello again
> > >
> > > If a pipeline basic is compose by
> > >
> > > 
> > > 
> > >   
> > >   
> > >   
> > > 
> > >
> > > how can i to apply a transform (my_xsl.xsl) to xml on the fly?
> >
> > Hi:
> >
> > Can you elaborate more what you have in mind? Because, AFAIK, all the
> > cocoon tranformations are on the fly. :-D
> >
> > > That is, can i make a xml structure in memory and then to apply it a
> last
> > > transformer my_xsl.xsl?
> >
> > The generator job is to emit SAX events that are consumed by a
> > transformer. The tranformer can be of the default type XSLT. In this
way,
> > it can be interpreted as "done in memory" or "on the fly". And this is
> > what Cocoon is all about.
> >
> > Another answer to the question can be:
> >
> > You can also point to another pipeline to generate the XML source. In
that
> > way it is called a "dynamic" generated XML file.
> >
> > Is that what you have in mind? If so, see for the "cocoon:" protocol:
> >
> > http://wiki.cocoondev.org/Wiki.jsp?page=CocoonProtocolExample
> >
> > Best Regards,
> >
> > Antonio Gallardo
>



Re: To make XML on the fly

2004-04-14 Thread Elvira Nieto Carretero
Hi

I have in mind is fairly close to your last proposal.

Exactly i want to save the path of links that the user of my site web do and
i want to insert a new xml label in my navigation.xml once the user to click
over a link of my menu. do you understand me?

Thanks again.

Best regards


- Original Message - 
From: "Antonio Gallardo" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 14, 2004 11:11 AM
Subject: Re: To make XML on the fly


> Elvira Nieto Carretero dijo:
> > Hello again
> >
> > If a pipeline basic is compose by
> >
> > 
> > 
> >   
> >   
> >   
> > 
> >
> > how can i to apply a transform (my_xsl.xsl) to xml on the fly?
>
> Hi:
>
> Can you elaborate more what you have in mind? Because, AFAIK, all the
> cocoon tranformations are on the fly. :-D
>
> > That is, can i make a xml structure in memory and then to apply it a
last
> > transformer my_xsl.xsl?
>
> The generator job is to emit SAX events that are consumed by a
> transformer. The tranformer can be of the default type XSLT. In this way,
> it can be interpreted as "done in memory" or "on the fly". And this is
> what Cocoon is all about.
>
> Another answer to the question can be:
>
> You can also point to another pipeline to generate the XML source. In that
> way it is called a "dynamic" generated XML file.
>
> Is that what you have in mind? If so, see for the "cocoon:" protocol:
>
> http://wiki.cocoondev.org/Wiki.jsp?page=CocoonProtocolExample
>
> Best Regards,
>
> Antonio Gallardo



To make XML on the fly

2004-04-14 Thread Elvira Nieto Carretero



Hello again
 
If a pipeline basic is compose by
 

              
 
how can i to apply a transform (my_xsl.xsl) to xml 
on the fly? That is, can i make a xml structure in memory and then to apply it a 
last transformer my_xsl.xsl?
 
Best desires from Seville (Spain)
 
 


Re: Back button of my navigator

2004-04-14 Thread Elvira Nieto Carretero
Thanks, Leszek.

I still resolve my problem

Thanks again

Best desires from Seville(Spain)

- Original Message - 
From: "Leszek Gawron" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 14, 2004 9:18 AM
Subject: RE: Back button of my navigator


> > Your explanation it's very good and i know setHeader in sitemap i have
seen
> > in http://wiki.cocoondev.org/Wiki.jsp?page=DownloadFilesToLocalDisk but
i
> > don't know where i must declare "HttpHeaderAction" when that page say
"use
> > the HttpHeaderAction (don't forget to declare it)".
> This action is already declared in the main sitemap - you do not have to
> declare anything.
>
> Leszek Gawron
>



Re: Back button of my navigator

2004-04-13 Thread Elvira Nieto Carretero
Hi gounis!

In my case, I only have added the action and my page is how i wanted, it
isn't cached.

Best desires from Seville (Spain)

- Original Message - 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 13, 2004 6:31 PM
Subject: Re: Back button of my navigator


>
>
> hi leo
>
> let me ask you something:
>
> just adding this action in a map:match and set the parameter Cache-control
> to no-cache can you know serve pages that are not cached from client?
>
> or is somenthing more that i'm missing?
>
>
> thnx
>
> --stavros
>
>
> On Tue, 13 Apr 2004, Elvira Nieto Carretero wrote:
>
> > Hey, Leo
> >
> > E U R E K A !
> >
> > Rulez!
> >
> > In my country it say "Eres un solete", in english it would be something
so
> > "you are a sun" ;P
> >
> > Best desires
> >
> >
> > - Original Message - 
> > From: "Leon Widdershoven" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, April 13, 2004 5:14 PM
> > Subject: Re: Back button of my navigator
> >
> >
> > > Though I'm quite sure the previous information is enough (provided I
got
> > > the question right), I think
> > > the following link is usefull:
> > >
> > > http://www.class.noaa.gov/cocoon/nsaa/sitemap.xmap
> > >
> > >
> > > With special attention to the set-header action and the map:act part:
> > >
> > >   > src="org.apache.cocoon.acting.HttpHeaderAction"
> > logger="sitemap.action.set-header"/>
> > >
> > > 
> > >
> > >
> > > 
> > > 
> > > 
> > > 
> > >   
> > >   
> > >  
> > >   
> > >   
> > > 
> > >
> > >
> > >
> > > Leon
> > >
> > > Leon Widdershoven wrote:
> > >
> > > > I'm no wizard but I think the problem is that browsers cache the
page.
> > > > The browser should request the page again when Back is pressed.
> > > >
> > > > There is a HTTP1.1 header "no-cache" which should be set on the
page.
> > > > I don't really know how to do that - something like
> > > > response.setHeader( "Cache-Control", "no-cache");
> > > > response.setHeader("Pragma", "no-cache" );
> > > >
> > > > a no-store, or must-revalidate header could also be an option but
I'm
> > > > not at home with those headers.
> > > >
> > > > If there's a wizard around to (s)he might tell you how to set those
> > > > headers
> > > > in the sitemap, xsp or flowscript (I don't know what you use - but
the
> > > > sitemap
> > > > is a good option I think; maybe a configuarion of the html
serializer?)
> > > >
> > > > Hope this is at least a pointer in the right direction,
> > > > leon
> > > >
> > > >
> > > > Elvira Nieto Carretero wrote:
> > > >
> > > >> I use session variable to save the links navigation that the user
> > > >> press during his permanence in my web site.
> > > >>
> > > >> But, if the user press the back button of the navigator, my session
> > > >> don't update and the next link that he press appear the step that
it
> > > >> had to undo when back button of the navigator was pressed.
> > > >>
> > > >> do you understand me?... i hope yes.
> > > >>
> > > >> best desires
> > > >
> > > >
> > > >
> > > >
> > >
> >
> >
>



Re: Back button of my navigator

2004-04-13 Thread Elvira Nieto Carretero
Hey, Leo

E U R E K A !

Rulez!

In my country it say "Eres un solete", in english it would be something so
"you are a sun" ;P

Best desires


- Original Message - 
From: "Leon Widdershoven" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 13, 2004 5:14 PM
Subject: Re: Back button of my navigator


> Though I'm quite sure the previous information is enough (provided I got
> the question right), I think
> the following link is usefull:
>
> http://www.class.noaa.gov/cocoon/nsaa/sitemap.xmap
>
>
> With special attention to the set-header action and the map:act part:
>
>  
>
> 
>
>
> 
> 
> 
> 
>   
>   
>  
>   
>   
> 
>
>
>
> Leon
>
> Leon Widdershoven wrote:
>
> > I'm no wizard but I think the problem is that browsers cache the page.
> > The browser should request the page again when Back is pressed.
> >
> > There is a HTTP1.1 header "no-cache" which should be set on the page.
> > I don't really know how to do that - something like
> > response.setHeader( "Cache-Control", "no-cache");
> > response.setHeader("Pragma", "no-cache" );
> >
> > a no-store, or must-revalidate header could also be an option but I'm
> > not at home with those headers.
> >
> > If there's a wizard around to (s)he might tell you how to set those
> > headers
> > in the sitemap, xsp or flowscript (I don't know what you use - but the
> > sitemap
> > is a good option I think; maybe a configuarion of the html serializer?)
> >
> > Hope this is at least a pointer in the right direction,
> > leon
> >
> >
> > Elvira Nieto Carretero wrote:
> >
> >> I use session variable to save the links navigation that the user
> >> press during his permanence in my web site.
> >>
> >> But, if the user press the back button of the navigator, my session
> >> don't update and the next link that he press appear the step that it
> >> had to undo when back button of the navigator was pressed.
> >>
> >> do you understand me?... i hope yes.
> >>
> >> best desires
> >
> >
> >
> >
>



Re: Back button of my navigator

2004-04-13 Thread Elvira Nieto Carretero
OK.. I have just seen your reply to my second question ;-P ... you read my
mind

A kiss


 - Original Message - 
From: "Leon Widdershoven" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 13, 2004 5:14 PM
Subject: Re: Back button of my navigator


> Though I'm quite sure the previous information is enough (provided I got
> the question right), I think
> the following link is usefull:
>
> http://www.class.noaa.gov/cocoon/nsaa/sitemap.xmap
>
>
> With special attention to the set-header action and the map:act part:
>
>  
>
> 
>
>
> 
> 
> 
> 
>   
>   
>  
>   
>   
> 
>
>
>
> Leon
>
> Leon Widdershoven wrote:
>
> > I'm no wizard but I think the problem is that browsers cache the page.
> > The browser should request the page again when Back is pressed.
> >
> > There is a HTTP1.1 header "no-cache" which should be set on the page.
> > I don't really know how to do that - something like
> > response.setHeader( "Cache-Control", "no-cache");
> > response.setHeader("Pragma", "no-cache" );
> >
> > a no-store, or must-revalidate header could also be an option but I'm
> > not at home with those headers.
> >
> > If there's a wizard around to (s)he might tell you how to set those
> > headers
> > in the sitemap, xsp or flowscript (I don't know what you use - but the
> > sitemap
> > is a good option I think; maybe a configuarion of the html serializer?)
> >
> > Hope this is at least a pointer in the right direction,
> > leon
> >
> >
> > Elvira Nieto Carretero wrote:
> >
> >> I use session variable to save the links navigation that the user
> >> press during his permanence in my web site.
> >>
> >> But, if the user press the back button of the navigator, my session
> >> don't update and the next link that he press appear the step that it
> >> had to undo when back button of the navigator was pressed.
> >>
> >> do you understand me?... i hope yes.
> >>
> >> best desires
> >
> >
> >
> >
>



Re: Back button of my navigator

2004-04-13 Thread Elvira Nieto Carretero
Thanks Leon.

Your explanation it's very good and i know setHeader in sitemap i have seen
in http://wiki.cocoondev.org/Wiki.jsp?page=DownloadFilesToLocalDisk but i
don't know where i must declare "HttpHeaderAction" when that page say "use
the HttpHeaderAction (don't forget to declare it)".

Then i look for in cocoon site "HttpHeaderAction" and i found the url
http://wiki.cocoondev.org/Wiki.jsp?page=Action but i am without to know what
lines i must put exactly for HttpHeaderAction. I supose what something as:







... but how would be for HttpHeaderAction?Thank you very much again. I
hope your reply soon.Best desires from Seville (Spain)- Original
Message - 
From: "Leon Widdershoven" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 13, 2004 5:00 PM
Subject: Re: Back button of my navigator


> I'm no wizard but I think the problem is that browsers cache the page.
> The browser should request the page again when Back is pressed.
>
> There is a HTTP1.1 header "no-cache" which should be set on the page.
> I don't really know how to do that - something like
> response.setHeader( "Cache-Control", "no-cache");
> response.setHeader("Pragma", "no-cache" );
>
> a no-store, or must-revalidate header could also be an option but I'm
> not at home with those headers.
>
> If there's a wizard around to (s)he might tell you how to set those
headers
> in the sitemap, xsp or flowscript (I don't know what you use - but the
> sitemap
> is a good option I think; maybe a configuarion of the html serializer?)
>
> Hope this is at least a pointer in the right direction,
> leon
>
>
> Elvira Nieto Carretero wrote:
>
> > I use session variable to save the links navigation that the user
> > press during his permanence in my web site.
> >
> > But, if the user press the back button of the navigator, my session
> > don't update and the next link that he press appear the step that it
> > had to undo when back button of the navigator was pressed.
> >
> > do you understand me?... i hope yes.
> >
> > best desires
>
>



Back button of my navigator

2004-04-13 Thread Elvira Nieto Carretero



I use session variable to save the links navigation 
that the user press during his permanence in my web site.
 
But, if the user press the back button of the 
navigator, my session don't update and the next link that he press appear the 
step that it had to undo when back button of the navigator was 
pressed.
 
do you understand me?... i hope yes.
 
best desires


Coplets/Portlets with the same source data

2004-03-15 Thread Elvira Nieto Carretero



Hello all!
 
My application Web with Cocoon is composed by 
various portlets (portlets=coplets). Some portlets must have the same XML data 
in every page but i don't know how to indicate this in each portlet's 
sitemap.xmap
 
Exactly, that xml source data is a post 
method.
 
Any idea?
 
Thank you very much.


XML format in log files

2004-02-23 Thread Elvira Nieto Carretero



Hello Cocoon maniatics ;P
 
It knows in the log files can manipulate his format 
for to save just it's necessary.
 
I try to change the format in logkit.xconf but how 
a xml file. For example, the format for access .log file i put:
 
      
${context-root}/WEB-INF/logs/access.log  
    
%7.7{priority} 
%{time}   
[%{category}]; 
(%{uri}) 
%{thread}/%{class:short}: 
%{message}\n%{throwable}  
  
false    

 
It isn't the labels , , 
, etc in my access .log.
 
I restart Tomcat but nothing. I try too 
, etc but nothing too. :(
 
Some idea.
 
Best regards


Re: Log files about navigation in my cocoon site

2004-02-17 Thread Elvira Nieto Carretero



Hello, all!!
 
Sorry, but i cannot reply before.
 
Well, thanks you very much to someones help me with 
log files.
 
Now I am treating to install Jasper Report and in 
the web of opensymphony i found web work what it seems to be to integrate Jasper 
Report in a web project i think :s
 
I don't wanted to leave this post without to give 
the thanks.
 
A kiss

  - Original Message - 
  From: 
  Marco Rolappe 
  
  To: [EMAIL PROTECTED] 
  Sent: Friday, February 13, 2004 12:16 
  PM
  Subject: AW: Log files about navigation 
  in my cocoon site
  
  you 
  might want to have a look at http://www.opensymphony.com/clickstream/
   
  
-Ursprüngliche Nachricht-Von: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]Im Auftrag 
von Elvira Nieto CarreteroGesendet: Freitag, 13. Februar 2004 
11:18An: [EMAIL PROTECTED]Betreff: 
Log files about navigation in my cocoon site
Hello, all!
 
I'd like to generate reports and stadistics 
about top sections more visited of my site web created with 
cocoon.
 
For it i thinked in Jasper Report, for example 
but this utility need log files where to get that datas.
 
My question is where i can found that log 
files? where cocoon save that information.
 
Thanks
 
Best desires
 
 


Log files about navigation in my cocoon site

2004-02-13 Thread Elvira Nieto Carretero



Hello, all!
 
I'd like to generate reports and stadistics about 
top sections more visited of my site web created with cocoon.
 
For it i thinked in Jasper Report, for example but 
this utility need log files where to get that datas.
 
My question is where i can found that log files? 
where cocoon save that information.
 
Thanks
 
Best desires
 
 


Transforming Relax NG to XSD | DTD | W3C-XML

2004-02-06 Thread Elvira Nieto Carretero



Hello all!
 
I want to share with all this java package for to 
convert rng files to xsd files, for example. 
 
I think it's very interesting why cocoon offers 
only his sitemap in rng format:
 
http://www.thaiopensource.com/relaxng/trang.html
 
All yours!!
 
Best desires!
 
 


Re: ServletException in JSPGenerator.generate()

2004-01-28 Thread Elvira Nieto Carretero



In Samples Cocoon is a example about to use JSP 
with JSPGenerator and it happens somthing similar but with 
JSPReader:
 
http://localhost:8080/cocoon/samples/jsp/
 
I modified my code using JSPGenerator and JSPReader 
(equal what the sample cocoon) and i obtain "ServletException in 
JSPReader.generate()" error
 
Respect my error about JSPGenerator, i found this 
error in bugzilla without a solution. It means that it isn't solved? 
:(
 
Best desires
 
 

  - Original Message ----- 
  From: 
  Elvira 
  Nieto Carretero 
  To: [EMAIL PROTECTED] 
  Sent: Wednesday, January 28, 2004 1:02 
  PM
  Subject: ServletException in 
  JSPGenerator.generate()
  
  This error ocurr frecuently but in list mailing 
  what i visited isn't the definitive solution.
   
  Only i found to copy jasper-compiler.jar in 
  /WEB-INF/lib/ but it don't succeed.
   
  Any idea?
   
  Thanks
   
  Best desires
   
  --    Elvira Nieto 
  Carretero   Isotrol, S.A.
   
  -  
  Sadiel, S.A.  Pabellón de España  Avda. de los 
  Descubrimientos s/n, Isla de la Cartuja  41092 SEVILLA
    Spain  Tel.: +34 955 02 40 
  56  Correo-e: [EMAIL PROTECTED]   Correo-e: 
  [EMAIL PROTECTED]


ServletException in JSPGenerator.generate()

2004-01-28 Thread Elvira Nieto Carretero



This error ocurr frecuently but in list mailing 
what i visited isn't the definitive solution.
 
Only i found to copy jasper-compiler.jar in 
/WEB-INF/lib/ but it don't succeed.
 
Any idea?
 
Thanks
 
Best desires
 
--    Elvira Nieto 
Carretero   Isotrol, S.A.
 
-  
Sadiel, S.A.  Pabellón de España  Avda. de los Descubrimientos 
s/n, Isla de la Cartuja  41092 SEVILLA
  Spain  Tel.: +34 955 02 40 
56  Correo-e: [EMAIL PROTECTED]   Correo-e: [EMAIL PROTECTED]


Re: Cocoon + "private" project + CVS use, best practice?

2004-01-27 Thread Elvira Nieto Carretero
Hi,

I use SunBow Eclipse plugin and XMLBuddy Eclipse plugin for to work with
Cocoon project in Eclipse. Moreover, you can use Eclipse how a cvs client.

Best desires

- Original Message - 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, January 27, 2004 12:02 PM
Subject: Cocoon + "private" project + CVS use, best practice?


> Hi,
>
> I would like to know how others have setup their systems to use Cocoon
from
> the CVS and backup their own project into another CVS.
> Currently I update a local CVS repository from the Cocoon CVS, build it,
> copy all new files/jars etc. to another tree where I build my own project.
> I have a feeling this could be much more efficient.
>
> Thanks.
>
> Bye,
>
> Helma van der Linden



Re: Cocoon Module for NetBeans

2004-01-26 Thread Elvira Nieto Carretero
A question about pollo... Can i connect with a repository CVS since pollo?

Best desires

-- 
   Elvira Nieto Carretero
   Isotrol, S.A.

  Pabellón de España
  Avda. de los Descubrimientos s/n, Isla de la Cartuja
  41092 SEVILLA
  Tel.: 955 02 40 00 (Extensión: 84056) / 955 02 40 56
  Correo-e: [EMAIL PROTECTED]


- Original Message - 
From: "Steven Noels" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 23, 2004 2:00 PM
Subject: Re: Cocoon Module for NetBeans


> On Jan 23, 2004, at 11:47 AM, Elvira Nieto Carretero wrote:
>
> > An idea it can be what i can specific a schema or RNG file of Cocoon
> > sitemap
> > xml. In fact, this is the form what sunBow work in Eclipse, isn't it?
>
> If you don't mind using a standalone tool,
> http://pollo.sourceforge.net/ supports Cocoon 2.1 sitemap syntax as
> well.
>
> 
> -- 
> Steven Noelshttp://outerthought.org/
> Outerthought - Open Source Java & XMLAn Orixo Member
> Read my weblog athttp://blogs.cocoondev.org/stevenn/
> stevenn at outerthought.orgstevenn at apache.org
>



Re: Cocoon Module for NetBeans

2004-01-23 Thread Elvira Nieto Carretero
OK, i know it but my question is how can i to include it in NetBeans.

Sorry, but i'm to familiarized with Eclipse but not about NetBeans

A greeting


- Original Message - 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 23, 2004 12:00 PM
Subject: Re: Cocoon Module for NetBeans


>
> they are those files in cocoon's CVS (maybe in last stable release too)
> look for
>
> sitemap-working-draft.xsd,
> sitemap-2.1-draft.xsd
>
> in documentation/xdocs/drafts/
>
>
> --stavros
> On Fri, 23 Jan 2004, Elvira Nieto Carretero wrote:
>
> > Ooops!,  well, i'll to continue searching it.
> >
> > An idea it can be what i can specific a schema or RNG file of Cocoon
sitemap
> > xml. In fact, this is the form what sunBow work in Eclipse, isn't it?
> >
> > Do you think?
> >
> > Thanks
> >
> >
> >
> >
> > - Original Message - 
> > From: <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Friday, January 23, 2004 11:36 AM
> > Subject: Re: Cocoon Module for NetBeans
> >
> >
> > >
> > >
> > > i think not, but if you find something will be usefull for many people
> > > here
> > >
> > > --stavros
> > >
> > > On Fri, 23 Jan 2004, Elvira Nieto Carretero wrote:
> > >
> > > > I understand you but i want the same that sunBow plugin for Eclipse
and
> > to
> > > > developer sitemaps of Cocoon, for example.
> > > >
> > > > Do you understand me now?
> > > > - Original Message - 
> > > > From: <[EMAIL PROTECTED]>
> > > > To: <[EMAIL PROTECTED]>
> > > > Sent: Friday, January 23, 2004 11:23 AM
> > > > Subject: Re: Cocoon Module for NetBeans
> > > >
> > > >
> > > > >
> > > > >
> > > > > for what R U looking for ?
> > > > >
> > > > > running cocoon under NetBeans is very easy
> > > > > just mound cocoon's directory
> > > > >
> > > > >
> > > > > --stavros
> > > > >
> > > > >
> > > > > On Fri, 23 Jan 2004, Elvira Nieto Carretero wrote:
> > > > >
> > > > > > Hello all!
> > > > > >
> > > > > > Do you know of a cocoon module for IDE NetBeans?
> > > > > >
> > > > > > Thank u
> > > > > >
> > > > > > Best desires
> > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > >
> >
> >
>



Re: Cocoon Module for NetBeans

2004-01-23 Thread Elvira Nieto Carretero
Ooops!,  well, i'll to continue searching it.

An idea it can be what i can specific a schema or RNG file of Cocoon sitemap
xml. In fact, this is the form what sunBow work in Eclipse, isn't it?

Do you think?

Thanks




- Original Message - 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 23, 2004 11:36 AM
Subject: Re: Cocoon Module for NetBeans


>
>
> i think not, but if you find something will be usefull for many people
> here
>
> --stavros
>
> On Fri, 23 Jan 2004, Elvira Nieto Carretero wrote:
>
> > I understand you but i want the same that sunBow plugin for Eclipse and
to
> > developer sitemaps of Cocoon, for example.
> >
> > Do you understand me now?
> > - Original Message - 
> > From: <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Friday, January 23, 2004 11:23 AM
> > Subject: Re: Cocoon Module for NetBeans
> >
> >
> > >
> > >
> > > for what R U looking for ?
> > >
> > > running cocoon under NetBeans is very easy
> > > just mound cocoon's directory
> > >
> > >
> > > --stavros
> > >
> > >
> > > On Fri, 23 Jan 2004, Elvira Nieto Carretero wrote:
> > >
> > > > Hello all!
> > > >
> > > > Do you know of a cocoon module for IDE NetBeans?
> > > >
> > > > Thank u
> > > >
> > > > Best desires
> > > >
> > > >
> > >
> >
> >
>



Re: Cocoon Module for NetBeans

2004-01-23 Thread Elvira Nieto Carretero
I understand you but i want the same that sunBow plugin for Eclipse and to
developer sitemaps of Cocoon, for example.

Do you understand me now?
- Original Message - 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, January 23, 2004 11:23 AM
Subject: Re: Cocoon Module for NetBeans


>
>
> for what R U looking for ?
>
> running cocoon under NetBeans is very easy
> just mound cocoon's directory
>
>
> --stavros
>
>
> On Fri, 23 Jan 2004, Elvira Nieto Carretero wrote:
>
> > Hello all!
> >
> > Do you know of a cocoon module for IDE NetBeans?
> >
> > Thank u
> >
> > Best desires
> >
> >
>



Cocoon Module for NetBeans

2004-01-23 Thread Elvira Nieto Carretero



Hello all!
 
Do you know of a cocoon module for IDE 
NetBeans?
 
Thank u
 
Best desires
 
--    Elvira Nieto 
Carretero   Isotrol, S.A.
 
  Pabellón de España  Avda. de los 
Descubrimientos s/n, Isla de la Cartuja  41092 SEVILLA
  Spain  phone.: +34 955 02 
40 56  E-mail: [EMAIL PROTECTED]
  E-mail: [EMAIL PROTECTED]


Re: Accesibility with Cocoon 2

2004-01-15 Thread Elvira Nieto Carretero
Thanks Joerg by your response.

I don't understand what is "IMO"

A kiss

- Original Message - 
From: "Joerg Heinicke" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 15, 2004 1:30 AM
Subject: Re: Accesibility with Cocoon 2


> On 14.01.2004 19:32, Elvira Nieto Carretero wrote:
> 
> > Hello all!!
> > 
> > First, sorry about my english. I'm spanish girl so my english is very
> > bad.
> > 
> > My question is if it exists a serialize in cocoon that it modified
> > the result of a xml+xsl with a appareance easy for discapacity
> > persons automatically. Of course, I use Guide W3C in my XML and HTML
> > generated by my xsl.
> > 
> > Any idea?
> 
> IMO this is extremely difficult. This is like an automatism for 
> accessibility. I can more think of an XSLT that at least can work as a 
> validator on the least parts similar to JTidy: table element without 
> summary or img without alt attribute. I can't imagine how it should be 
> handled completely automatically, but maybe somebody is more visionary.
> 
> Joerg
> 


Accesibility with Cocoon 2

2004-01-14 Thread Elvira Nieto Carretero



Hello all!!
 
First, sorry about my english. I'm spanish girl so 
my english is very bad.
 
My question is if it exists a serialize in cocoon 
that it modified the result of a xml+xsl with a appareance easy for discapacity 
persons automatically. Of course, I use Guide W3C in my XML and HTML generated 
by my xsl.
 
Any idea?
 
Thanks very  much
 
A kiss