Re: Possible sling JSONObject bug

2009-06-05 Thread John Crawford
Well in you're example you used toString() before comparing. Sent from my iPhone On Jun 5, 2009, at 12:14 PM, "D. Stuart Freeman" > wrote: I just realized this is because JSONObject doesn't override equals. Maybe it should? On Fri, Jun 05, 2009 at 01:10:30PM -0400, D. Stuart Freeman wrote:

Re: Content Packaging

2009-06-04 Thread John Crawford
Great! Thank you Vidar. On Thu, Jun 4, 2009 at 4:21 AM, Vidar Ramdal wrote: > 2009/6/3 John Crawford : > > > Is anyone aware of content / node packaging built-in functionality? I > found > > a url [1] on initial content loading with Sling, but may be a little > > i

Content Packaging

2009-06-03 Thread John Crawford
Hello, Is anyone aware of content / node packaging built-in functionality? I found a url [1] on initial content loading with Sling, but may be a little incomplete. Respectfully, John [1] http://incubator.apache.org/sling/site/content-loading.html

Re: (In)Security in Sling

2009-06-02 Thread John Crawford
/issues.apache.org/jira/browse/SLING-989 > > On Tue, Jun 2, 2009 at 12:33 PM, Felix Meschberger >wrote: > > > Hi, > > > > John Crawford schrieb: > > > I have been working with sling for quite some time and, of course, Day > > > products. One t

(In)Security in Sling

2009-05-26 Thread John Crawford
Hello, I have been working with sling for quite some time and, of course, Day products. One thing that I have been increasingly concerned with is the end users ability to scrape all of the sites content and code with minimal effort using the built in functionality of the SlingPostServlet. For Ex

Re: [VOTE] Graduate Apache Sling as a top level project

2009-05-18 Thread John Crawford
+1 Graduate! (non-binding) Respectfully, John On Mon, May 18, 2009 at 9:12 AM, Felix Meschberger wrote: > Hi all, > > After the second release and an ever growing community, I think we are > ready to graduate from the Incubator. > > At the beginning we entered the Incubator sponsored by the Ap

Re: JSTL

2009-04-07 Thread John Crawford
No worries, I got it all put together. Lots of dependencies... On Tue, Apr 7, 2009 at 9:26 AM, John Crawford wrote: > Hi, > > I pulled down the source for felix and did a quick hack to the commons/jstl > OSGi wrapper pom.xml to gather all dependencies for the jstl into one

JSTL

2009-04-07 Thread John Crawford
Hi, I pulled down the source for felix and did a quick hack to the commons/jstl OSGi wrapper pom.xml to gather all dependencies for the jstl into one jar. After installing it as a bundle (which it does resolve and startup), I still get the standard error message:The absolute uri: http://java.sun.c

Re: Multiple Repositories

2009-04-06 Thread John Crawford
ur question but I just wanted to mention > > that I think that it is possible to map specific parts of the content > > tree to specific domains/sites [1] . Haven't tested it myself but it > > looks pretty cool. > > > > /Pontus > > > > [1] https://i

Re: Multiple Repositories

2009-04-06 Thread John Crawford
; > /Pontus > > [1] https://issues.apache.org/jira/browse/SLING-249 > > > John Crawford wrote: > >> Also, what about if I want to host many sites? I can see clustering the >> sites together by template. So if Brands A,B and C want a specific layout >> or set of compo

Re: Multiple Repositories

2009-04-06 Thread John Crawford
/ physical hardware? Respectfully, John On Mon, Apr 6, 2009 at 8:46 AM, John Crawford wrote: > Hi Bertrand, > > Thank you for the reply, it definitely makes sense. > > The separation was primarily for 1) the main website 2) an administrative > type of area and then 3) a cli

Re: Multiple Repositories

2009-04-06 Thread John Crawford
AM, Bertrand Delacretaz wrote: > Hi John, > > On Mon, Apr 6, 2009 at 4:09 AM, John Crawford wrote: > > I'm in the process of implementing a site that is basically comprised of > > three independent modules, however, I want them to interact on some > level >

Multiple Repositories

2009-04-05 Thread John Crawford
I'm in the process of implementing a site that is basically comprised of three independent modules, however, I want them to interact on some level. I have setup the standalone sling app and have much of the first module complete. The next phase is to create another instance of the sling applicatio