Re: JCR Explorer (was: Summer of Code is upon us)

2009-03-20 Thread Bertrand Delacretaz
Hi Glenn, On Fri, Mar 20, 2009 at 1:05 AM, Glenn Silverman gl...@glenn3.securesites.net wrote: ...Bundlizing a GWT application that runs correctly in Sling needs a workaround to access the generated nocache.js Did you have a look at the Sling code under /contrib/extensions/gwt? I'm not

Re: JCR Explorer (was: Summer of Code is upon us)

2009-03-20 Thread Christophe Lombart
Concerning GWT, it seems that we can support HTTP requests [1] (with JSON or XML) and avoid GWT RPC. RPC is certainly nice for java developers but if we want to have a common foundation for the JCR browser that can be integrated with different web UI frameworks, it is certainly better to avoid

Re: JCR Explorer (was: Summer of Code is upon us)

2009-03-20 Thread Juan José Vázquez Delgado
Concerning GWT, it seems that we can support  HTTP requests [1] (with JSON or XML) and avoid GWT RPC. RPC is certainly nice for java developers but if we want to have a common foundation for the JCR browser that can be integrated with different web UI frameworks,  it is certainly better to

[jira] Resolved: (SLING-891) Some usermanager integration tests are failing

2009-03-20 Thread Juan Jose Vazquez Delgado (JIRA)
[ https://issues.apache.org/jira/browse/SLING-891?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juan Jose Vazquez Delgado resolved SLING-891. - Resolution: Invalid Finally, this seems to be a memory issue.

[jira] Resolved: (SLING-879) New Bundle to provide actions for interacting with the jackrabbit AccessManager

2009-03-20 Thread Juan Jose Vazquez Delgado (JIRA)
[ https://issues.apache.org/jira/browse/SLING-879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juan Jose Vazquez Delgado resolved SLING-879. - Resolution: Fixed Assignee: Juan Jose Vazquez Delgado Integration

[jira] Reopened: (SLING-880) Pluggable AccessManager

2009-03-20 Thread Vidar S. Ramdal (JIRA)
[ https://issues.apache.org/jira/browse/SLING-880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vidar S. Ramdal reopened SLING-880: --- Mistakenly marked this as 'resolved', I guess it isn't resolved until the patch is applied.

Re: JCR Explorer

2009-03-20 Thread Glenn Silverman
Hi, Bertrand, Yes, I tried building from /contrib/extensions/gwt, but got the following error: 1 required artifact is missing. for artifact: org.apache.sling:org.apache.sling.extensions.gwt.sample:bundle:2.0.0-incubator -SNAPSHOT from the specified remote repositories: apache.incubating

OSGI pluggability in Sling

2009-03-20 Thread Glenn Silverman
As a Sling novice, I would like to know if the OSGI implementation in Sling is really pluggable, as the documentation suggests? If so, is there a how-to document, or an example, of using Equinox in place of Felix. How about running Sling and Jackrabbit, without Felix, in Spring DM? Glenn

[jira] Created: (SLING-893) Pipeline support

2009-03-20 Thread Juan Jose Vazquez Delgado (JIRA)
Pipeline support Key: SLING-893 URL: https://issues.apache.org/jira/browse/SLING-893 Project: Sling Issue Type: Improvement Components: Extensions Affects Versions: 3 Reporter: Juan Jose Vazquez

Re: JCR Explorer

2009-03-20 Thread Bertrand Delacretaz
Hi, On Fri, Mar 20, 2009 at 5:07 PM, Glenn Silverman gl...@glenn3.securesites.net wrote: Yes, I tried building from /contrib/extensions/gwt, but got the following error: 1 required artifact is missing. for artifact:  

Re: JCR Explorer

2009-03-20 Thread Glenn Silverman
Bertrand, I finally installed the servlet in my local maven repo and it works. The problem I'm trying to solve is duplicating the create/build process for a simple gwt/sling application. GWT apps are created either with the supplied applicationCreator, or the googlewebtoolkit2 archetype,