Re: Cocoon and Sling

2009-05-04 Thread Juan José Vázquez Delgado
>> Out of curiosity : >> Why didn't you use XMLCalabash ? ( A pure Xproc impl in java ) >> > > Before any technical analysis of the product, the fact that it is GPL simply > forbids its use in an Apache project. > > It also has an "interesting" (not!) feature [1] that collects anonymous > usage dat

Re: Cocoon and Sling

2009-04-08 Thread Juan José Vázquez Delgado
> However, I'm not sure pluggable sitemap processors are the kind of > complexity I'd want to see either... This stuff is not a new kind of sitemap implementation really. In fact, I decided to go to XProc because AFAIK Cocoon sitemap doesn´t separate the request resolution from XML pipeline proces

Cocoon and Sling

2009-04-07 Thread Juan José Vázquez Delgado
Hi all, As discussed in a previous thread [1], some people think it would be a good idea to take advantage of Cocoon´s pipelining and Sling request processing capabilities working together. We (Sling team) have implemented a first approach to this cooperation using Cocoon 3 pipeline engine [2] an

Re: OSGi integration (again)

2009-01-29 Thread Juan José Vázquez Delgado
Hi Grzegorz, > Any pointers to "Sling scripts"? Quick look at Sling's home page didn't > reveal anything. You can deploy ecma, jsp, groovy and other scripting flavours into Sling to process requests. Have a look this tutorial [1]. [1] http://incubator.apache.org/sling/site/discover-sling-in-15-

Re: OSGi integration (again)

2009-01-29 Thread Juan José Vázquez Delgado
> Wow, great - what do you think about committing this into the Sling > whiteboard? So we can use this as a prototype and base for further > discussions. Sure, Carsten, My purpose is committing the proof of concept in sandbox this weekend. On the other hand, I´m embedding the cocoon-pipeline jar

Re: OSGi integration (again)

2009-01-29 Thread Juan José Vázquez Delgado
Hi, >> I could imagine a future version of Lenya to use Sling for the >> repository management. I wouldn't like to give up Cocoon's pipelining >> and XML processing capabilities, though. > Me neither :) > >> I'm not sure in which way Sling and Cocoon would cooperate from a >> request processing po

Servlet Service error over Weblogic 9.2

2007-09-29 Thread Juan José Vázquez Delgado
Hi all, I was working with Cocoon 2.2-RC1´s Servlet Service. Everything is ok when i deploy my application to Tomcat but when i deploy it to Weblogic 9.2 i get this error: java.net.MalformedURLException: Could not resolve blockcontext:/proxy-block/ at org.apache.cocoon.servletservice.ServletS

Re: spring webflow

2007-07-18 Thread Juan José Vázquez Delgado
Sure, very clear! I wish you code a tutorial or a minimal web app about this including jx templates, parameters, etc. thanks. On 7/18/07, Daniel Fagerstrom <[EMAIL PROTECTED]> wrote: Juan José Vázquez Delgado skrev: > Daniel, very interesting but i´m not sure what you mean with:

Re: spring webflow

2007-07-17 Thread Juan José Vázquez Delgado
Daniel, very interesting but i´m not sure what you mean with: "You need to configure a org.springframework.web.servlet.view.InternalResourceViewResolver bean with the prefix and suffix that needs to be added to the short symbolic name to create the URL for the corresponding Cocoon view.". Which

Spring Configurator and no blocks beans

2007-05-04 Thread Juan José Vázquez Delgado
Hi!. Please, i need help about cocoon spring configurator. I have my Spring application context with this: Everything is ok with beans in cocoon blocks. The application context files are in META-INF/cocoon/spring/... But, I need load in the application context beans are in other jars, no blo

New protocol and SourceFactory in Cocoon 2.2

2007-04-24 Thread Juan José Vázquez Delgado
Hi everyone! I´m writing my first application with cocoon 2.2 (M3) and have a problem. I´d like using a ImageReader but with a custom SourceFactory and protocol. For example, I´d like something like this inside the sitemap.xmap in my block: I suposse that have to make a custom SourceFac