Re: Sling graduates from the Apache Incubator!

2009-06-18 Thread Valentin Jacquemin
Congratulations!! Valentin Jacquemin On Thu, Jun 18, 2009 at 10:49 AM, Paul Noden wrote: > 2009/6/18 Bertrand Delacretaz > > > I'm pleased to announce that our Board of Directors, at yesterday's > > meeting, approved the graduation of Sling as a top-level project

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

2009-03-19 Thread Valentin Jacquemin
rk > anyway), but the concept looks cool. > I'm not familiar with GWT either but if could add my 50 cents I'd propose the use of YUI that is powerful and that has a wide range of widgets. > > -Bertrand > -- Valentin Jacquemin

Re: Summer of Code is upon us

2009-03-19 Thread Valentin Jacquemin
On Thu, Mar 19, 2009 at 12:08 PM, Bertrand Delacretaz < bdelacre...@apache.org> wrote: > Hi Valentin, > > On Thu, Mar 19, 2009 at 12:01 PM, Valentin Jacquemin > wrote: > > I proposed a prototype for the JCR browser sometime ago on the mailing > list > > but j

Re: Summer of Code is upon us

2009-03-19 Thread Valentin Jacquemin
of my spare time. Valentin Jacquemin On Thu, Mar 19, 2009 at 10:56 AM, Bertrand Delacretaz < bdelacre...@apache.org> wrote: > On Thu, Mar 19, 2009 at 10:42 AM, Christophe Lombart > >> More project ideas and mentors are welcome!... > > > > ...What about a JCR bro

Sling Repository Explorer

2009-03-07 Thread Valentin Jacquemin
str += p + ' : ' + props[p]; str += '<br/>'; if(p == 'jcr:primaryType' && isFolder(props[p])) { loadChildren(path); } } var domProps = document.getElementById('properties'); domProps.innerHTML = str; } } })(); Any advices? Am I in the right direction With my best regards, Valentin Jacquemin [1] http://cwiki.apache.org/SLING/sling-based-jcr-explorer.html

Re: documentation for server-side ECMAscript

2009-02-16 Thread Valentin Jacquemin
> > Hi, can I ask you, if it exists any documentation or examples of > > server-side ECMAscript which is uses for rendering of content? > > > -- Valentin Jacquemin