Re: [Neo] neo-template-api at http://components.neo4j.org/

2008-09-24 Thread Emil Eifrem
On Wed, Sep 24, 2008 at 10:29 AM, Emil Eifrem <[EMAIL PROTECTED]> wrote: > I have a very offline day but I'll look into why it doesn't get > generated when I get home tonight. I issued a manual refresh of the component tree. This means that all components should have re-generated sites but also me

Re: [Neo] Neo Template API

2008-09-24 Thread Emil Eifrem
On Wed, Sep 24, 2008 at 4:17 PM, Michael Hunger <[EMAIL PROTECTED]> wrote: > Only a short notice. > > I just looked at the default implementation of the imdb database. > > What seems obvious for all the default node-delegating domain objects there > would be to have an autodelegation approach where

Re: [Neo] Neo Template API

2008-09-24 Thread Emil Eifrem
On Wed, Sep 24, 2008 at 4:04 AM, Michael Hunger <[EMAIL PROTECTED]> wrote: > Hi folks, > > after a cool geek cruise with Emil and other. I added my contribution to the > svn. > You can find it under neo-template-api. > > It's an IoC, ResourceManagement API (like Spring Templates) which executes >

Re: [Neo] Neo Template API

2008-09-24 Thread Mattias Persson
Take a look at neo-weaver for a similar approach (only in a very early stage though). 2008/9/24 Michael Hunger <[EMAIL PROTECTED]>: > Only a short notice. > > I just looked at the default implementation of the imdb database. > > What seems obvious for all the default node-delegating domain objects

Re: [Neo] Neo Template API

2008-09-24 Thread Michael Hunger
Only a short notice. I just looked at the default implementation of the imdb database. What seems obvious for all the default node-delegating domain objects there would be to have an autodelegation approach where you just specifiy the interface you want and then have automatically delegated gette

Re: [Neo] Neo Template API

2008-09-24 Thread Mattias Persson
Hi Michael, Great utilities. It'll be interesting to try and use them as soon as possible in a project to see what they can do. Over time I've collected some various utilities in neo-utils. They aren't very organized :) but there's stuff in there which I see myself writing over and over again, f.

Re: [Neo] neo-template-api at http://components.neo4j.org/

2008-09-24 Thread Emil Eifrem
On Wed, Sep 24, 2008 at 9:29 AM, Peter Neubauer <[EMAIL PROTECTED]> wrote: > This is maven generated, I am not sure if there is an automatic > process executing the build? It's automated, but it's a very hacky homegrown solution based on bash shell scripts that is extremely brittle. The real solut

Re: [Neo] neo-template-api at http://components.neo4j.org/

2008-09-24 Thread Peter Neubauer
This is maven generated, I am not sure if there is an automatic process executing the build? /peter GTalk: neubauer.peter Skype peter.neubauer ICQ 18762544 Phone +46704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer http://www.neo4j.org - New Energy

[Neo] neo-template-api at http://components.neo4j.org/

2008-09-24 Thread Michael Hunger
is still missing. Is this page maven generated or manually? Michael -- Michael Hunger Independent Consultant Web: http://www.jexp.de Email: [EMAIL PROTECTED] Enthusiastic Evangelist for Better Software Development Don't stop where you are: http://creating.passionate-developers.org We support

[Neo] Neo Template API

2008-09-23 Thread Michael Hunger
Hi folks, after a cool geek cruise with Emil and other. I added my contribution to the svn. You can find it under neo-template-api. It's an IoC, ResourceManagement API (like Spring Templates) which executes the callback within a neo transaction. I also added wrapper for the NeoService for just