You are viewing a plain text version of this content. The canonical link for it is here.
Posted to graffito-dev@incubator.apache.org by Christophe Lombart <ch...@gmail.com> on 2006/01/03 23:23:44 UTC

JCR Mapping & Spring

Hi all,

I added a subproject in our JCR framework called "spring" which of
course contains the spring support for our Mapping framework. This is
still in progress.  It is based on the spring module project. So we
are almost ready to integrate JCR into our Graffito core components.

Alex : I will check and commit your proposals tomorow - thanks !

Christophe

Re: JCR Mapping & Spring

Posted by Christophe Lombart <ch...@gmail.com>.
On 1/4/06, Alexandru Popescu <th...@gmail.com> wrote:

> Please let me know what is happening with the submitted patches.
Plan to review them today.

Re: JCR Mapping & Spring

Posted by Alexandru Popescu <th...@gmail.com>.
#: Christophe Lombart changed the world a bit at a time by saying on  1/4/2006 10:36 AM :#
> On 1/4/06, Alexandru Popescu <th...@gmail.com> wrote:
>> > Alex : I will check and commit your proposals tomorow - thanks !
>> >
>> > Christophe
>> >
>>
>> How can I access it? The other day I have created such support, so I am really curious about the
>> approach.
>>
>> Indeed, I can assume right from the beginning that there small differences, cause I am heavily using
>> the ObjectConveter, instead of the PersistenceManager.
>>
> Similar to OJB and Hibernate support, it is done with the JcrMappingTemplate.
> JcrMappingTemplate uses the PersistenceManager.
> 
> By default, PersistenceManager has to be used. I don't see an interest
> to use directly the ObjectConverter.
> 
> Christophe
> 
>> cheers,
>>
>> ./alex
>> --
>> .w( the_mindstorm )p.
>>
>>

Yes, I was looking initially at PersistenceManager, but I really cannot recall why I considered that 
ObjectConverter will play better for me.

Today I have a pretty tight schedule, so I think only tonite I will be able to revisit it. I will 
keep you updated.

Please let me know what is happening with the submitted patches.

tia,

./alex
--
.w( the_mindstorm )p.


Re: JCR Mapping & Spring

Posted by Christophe Lombart <ch...@gmail.com>.
On 1/4/06, Alexandru Popescu <th...@gmail.com> wrote:
> > Alex : I will check and commit your proposals tomorow - thanks !
> >
> > Christophe
> >
>
> How can I access it? The other day I have created such support, so I am really curious about the
> approach.
>
> Indeed, I can assume right from the beginning that there small differences, cause I am heavily using
> the ObjectConveter, instead of the PersistenceManager.
>
Similar to OJB and Hibernate support, it is done with the JcrMappingTemplate.
JcrMappingTemplate uses the PersistenceManager.

By default, PersistenceManager has to be used. I don't see an interest
to use directly the ObjectConverter.

Christophe

> cheers,
>
> ./alex
> --
> .w( the_mindstorm )p.
>
>

Re: JCR Mapping & Spring

Posted by Alexandru Popescu <th...@gmail.com>.
#: Christophe Lombart changed the world a bit at a time by saying on  1/4/2006 1:23 AM :#
> Hi all,
> 
> I added a subproject in our JCR framework called "spring" which of
> course contains the spring support for our Mapping framework. This is
> still in progress.  It is based on the spring module project. So we
> are almost ready to integrate JCR into our Graffito core components.
> 
> Alex : I will check and commit your proposals tomorow - thanks !
> 
> Christophe
> 

How can I access it? The other day I have created such support, so I am really curious about the 
approach.

Indeed, I can assume right from the beginning that there small differences, cause I am heavily using 
the ObjectConveter, instead of the PersistenceManager.

cheers,

./alex
--
.w( the_mindstorm )p.


Re: JCR Mapping & Spring

Posted by Christophe Lombart <ch...@gmail.com>.
It is a demo application that uses the spring module.
The code is managed by the spring module team.

On 1/4/06, Alexandru Popescu <th...@gmail.com> wrote:
> #: Christophe Lombart changed the world a bit at a time by saying on  1/4/2006 1:23 AM :#
> > Hi all,
> >
> > I added a subproject in our JCR framework called "spring" which of
> > course contains the spring support for our Mapping framework. This is
> > still in progress.  It is based on the spring module project. So we
> > are almost ready to integrate JCR into our Graffito core components.
> >
> > Alex : I will check and commit your proposals tomorow - thanks !
> >
> > Christophe
> >
>
> I can only see some project related files, no source code in here. Is this supposed to happen?
>
> ./alex
> --
> .w( the_mindstorm )p.
>
>


--
Best regards,

Christophe

Re: JCR Mapping & Spring

Posted by Alexandru Popescu <th...@gmail.com>.
#: Christophe Lombart changed the world a bit at a time by saying on  1/4/2006 1:23 AM :#
> Hi all,
> 
> I added a subproject in our JCR framework called "spring" which of
> course contains the spring support for our Mapping framework. This is
> still in progress.  It is based on the spring module project. So we
> are almost ready to integrate JCR into our Graffito core components.
> 
> Alex : I will check and commit your proposals tomorow - thanks !
> 
> Christophe
> 

I can only see some project related files, no source code in here. Is this supposed to happen?

./alex
--
.w( the_mindstorm )p.


Re: JCR Mapping & Spring

Posted by Oliver Kiessler <ki...@inceedo.com>.
> I added a subproject in our JCR framework called "spring" which of
> course contains the spring support for our Mapping framework. This is
> still in progress.  It is based on the spring module project. So we
> are almost ready to integrate JCR into our Graffito core components.

Sounds great!

oliver