Re: How can I realize authentication in sling?

2009-03-13 Thread Torgeir Veimo
On 12 Mar 2009, at 14:17, Vidar Ramdal wrote: On Thu, Mar 12, 2009 at 9:55 AM, Alexander Klimetschek aklim...@day.com wrote: On Thu, Mar 12, 2009 at 9:49 AM, Vidar Ramdal vi...@idium.no wrote: For the application I'm developing, I have abandoned the ACL concept alltogether. Instead, I'm

Re: Re: How can I realize authentication in sling?

2009-03-13 Thread Vidar Ramdal
On Fri, Mar 13, 2009 at 1:00 AM, Alexander Klimetschek aklim...@day.com wrote: On Thu, Mar 12, 2009 at 2:17 PM, Vidar Ramdal vi...@idium.no wrote: One of the main goals of the application we're developing, is that it must be dead simple for our users. Our users are NOT computer-savvy in any

Re: sling for apachecon site

2009-03-13 Thread Andreas Hartmann
J Aaron Farr schrieb: One more random thought: The ApacheCon website is current written in Ruby on Rails. Well, actually it uses extensions to Radiant, an RoR CMS. I through it together last summer when I became fed-up maintaining the previous pile of code that I had been handed. However,

[jira] Commented: (SLING-535) Align Node and Property Stores with Dojo's upcoming JsonRestStore

2009-03-13 Thread Rory Douglas (JIRA)
[ https://issues.apache.org/jira/browse/SLING-535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12681716#action_12681716 ] Rory Douglas commented on SLING-535: I think both approaches are equally valid. I

Re: sling for apachecon site

2009-03-13 Thread David Nuescheler
hi aaron, that's great. thanks for considering sling. personally, i would be very interested to see what we as the sling community could do to absorb the requirements of the apache webproperties... i am trying to make it out to apache con europe, but i am not sure that i definitely will make

Re: sling for apachecon site

2009-03-13 Thread Torgeir Veimo
On 13 Mar 2009, at 15:23, David Nuescheler wrote: i am trying to make it out to apache con europe, but i am not sure that i definitely will make it. Is the informal get-together happening? I seem to recall that there wasn't enough people signing up for it. -- Torgeir Veimo

Re: sling for apachecon site

2009-03-13 Thread Dominik Süß
Afaik there wasn't enogh people for session on tuesday, but I'm pretty sure there will be a BOF session during the regular conference. Since this is the first time I attend the ApacheCon I don't know at all how this is organized. Best regards, Dominik On Fri, Mar 13, 2009 at 3:47 PM, Torgeir

[jira] Created: (SLING-884) [PATCH} Sling Commons Java Compiler

2009-03-13 Thread Stefan Guggisberg (JIRA)
[PATCH} Sling Commons Java Compiler --- Key: SLING-884 URL: https://issues.apache.org/jira/browse/SLING-884 Project: Sling Issue Type: Improvement Components: Commons Reporter: Stefan

[jira] Updated: (SLING-884) [PATCH} Sling Commons Java Compiler

2009-03-13 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated SLING-884: Attachment: org.apache.sling.commons.compiler.patch patch includes a fixed pom and some

[jira] Updated: (SLING-884) [PATCH] Sling Commons Java Compiler

2009-03-13 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated SLING-884: Summary: [PATCH] Sling Commons Java Compiler (was: [PATCH} Sling Commons Java Compiler)

[jira] Created: (SLING-885) External JCR configuration file is not resolved properly

2009-03-13 Thread Juan Jose Vazquez Delgado (JIRA)
External JCR configuration file is not resolved properly Key: SLING-885 URL: https://issues.apache.org/jira/browse/SLING-885 Project: Sling Issue Type: Bug Components: JCR

[jira] Resolved: (SLING-885) External JCR configuration file is not resolved properly

2009-03-13 Thread Juan Jose Vazquez Delgado (JIRA)
[ https://issues.apache.org/jira/browse/SLING-885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Juan Jose Vazquez Delgado resolved SLING-885. - Resolution: Fixed Fixed in rev. 752067 External JCR configuration file

[jira] Created: (SLING-886) Create Sling JCR Java Compiler bundle

2009-03-13 Thread Stefan Guggisberg (JIRA)
Create Sling JCR Java Compiler bundle -- Key: SLING-886 URL: https://issues.apache.org/jira/browse/SLING-886 Project: Sling Issue Type: Improvement Components: Commons Reporter:

[jira] Updated: (SLING-886) Create Sling JCR Java Compiler bundle

2009-03-13 Thread Stefan Guggisberg (JIRA)
[ https://issues.apache.org/jira/browse/SLING-886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Guggisberg updated SLING-886: Attachment: org.apache.sling.jcr.compiler.zip source code Create Sling JCR Java Compiler

[jira] Commented: (SLING-883) SlingNodeStore.newItem() adds item URI as property

2009-03-13 Thread Rory Douglas (JIRA)
[ https://issues.apache.org/jira/browse/SLING-883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12681821#action_12681821 ] Rory Douglas commented on SLING-883: Actually looking at this again, the issue with

Re: Dojo version(s)

2009-03-13 Thread Andreas Hartmann
Hi Felix, Felix Meschberger schrieb: Andreas Hartmann schrieb: Hi Sling devs, the Dojo version currently shipped with Sling (1.1.0) is a bit outdated. For instance it lacks the shiny new JsonRestStore [1]. Actually trunk has 1.1.1, but this is a detail ;-) sorry – I had looked at the

Re: How can I realize authentication in sling?

2009-03-13 Thread Rory Douglas
Torgeir Veimo wrote: I have to agree, having programmatically security is much more useful in a lot of scenarios. One example is when the security requirements changes. If you have a lot of ACLs in a very large repository, it becomes a nightmare to change. It would be very handy to be able

Re: sling for apachecon site

2009-03-13 Thread Felix Meschberger
Hi, Dominik Süß schrieb: Afaik there wasn't enogh people for session on tuesday, but I'm pretty sure there will be a BOF session during the regular conference. Since this is the first time I attend the ApacheCon I don't know at all how this is organized. Good point. I just registered for a

Re: Dojo version(s)

2009-03-13 Thread Felix Meschberger
Hi, I would say, first come, first serve. So your contributions would be welcome ;-) Regards Felix Andreas Hartmann schrieb: Hi Felix, Felix Meschberger schrieb: Andreas Hartmann schrieb: Hi Sling devs, the Dojo version currently shipped with Sling (1.1.0) is a bit outdated. For