[jira] [Created] (COCOON3-75) REST and asynchronous server side operations

2011-08-22 Thread Thorsten Scherler (JIRA)
REST and asynchronous server side operations Key: COCOON3-75 URL: https://issues.apache.org/jira/browse/COCOON3-75 Project: Cocoon 3 Issue Type: New Feature Components: cocoon-rest

[jira] [Updated] (COCOON3-75) REST and asynchronous server side operations

2011-08-22 Thread Thorsten Scherler (JIRA)
[ https://issues.apache.org/jira/browse/COCOON3-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thorsten Scherler updated COCOON3-75: - Attachment: AbstractAsyncronService.java This is a first working abstractClass which you

[jira] [Commented] (COCOON3-75) REST and asynchronous server side operations

2011-08-22 Thread Thorsten Scherler (JIRA)
[ https://issues.apache.org/jira/browse/COCOON3-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13088753#comment-13088753 ] Thorsten Scherler commented on COCOON3-75: -- In the abstract class we provide the

Re: [c3] REST and asynchronous server side operations initialized via AJAX request.

2011-08-22 Thread Thorsten Scherler
On Fri, 2011-08-19 at 14:19 +0200, Thorsten Scherler wrote: Hi all, I am looking into implementing reporting server side operation progress with jQuery UI Progressbar with our REST framework. My basic idea as starting point is to use the GET to ask for the progress of the processing and

Re: Reuse of pipelines in java

2011-08-22 Thread Thorsten Scherler
On Thu, 2011-08-18 at 11:39 +0200, Thorsten Scherler wrote: On Tue, 2011-08-16 at 22:45 +0200, Sylvain Wallez wrote: ... Please read: I suggested to clone them, so that there is no need for them nor their components to be thread safe. You create a master pipeline that is never executed

[jira] [Issue Comment Edited] (COCOON3-75) REST and asynchronous server side operations

2011-08-22 Thread Thorsten Scherler (JIRA)
[ https://issues.apache.org/jira/browse/COCOON3-75?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13088753#comment-13088753 ] Thorsten Scherler edited comment on COCOON3-75 at 8/22/11 3:44 PM:

Jetty 7 can't determine modifiers of missing type org.eclipse.jetty.webapp.WebAppContext$Context error

2011-08-22 Thread Igor Malinin
Hello, C3 developers. After C3 has updated its dependencies to use AspectJ 1.6.11 it become impossible to use it with Jetty 7. The problem could be easily reproduced in cocoon-sample-webapp by replacing maven-jetty-plugin of Jetty 6 with the following (actually any Jetty 7 version will give

Re: Springification of C3 - proof of concept

2011-08-22 Thread Igor Malinin
On 2011-08-04 16:08, Simone Tripodi wrote: Just my *personal* POV: even if I'm NOT a SpringFramework fan (and I won't be :P) your work shall be included in a way or another in C3. I am not a big fan of Spring also, but in version 3 it got enough to jump ahead of many other frameworks. And C3 is

Re: Springification of C3 - proof of concept

2011-08-22 Thread Igor Malinin
On 2011-08-05 15:33, Nathaniel, Alfred wrote: It's a nice show case that C3 has reached one of its design goals to be embeddable in other frameworks. Unfortunately it is not so easy, there are just too many corner-cases that makes using Cocoon together with Spring difficult. But I will try my