You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2009/12/26 16:17:25 UTC

svn commit: r893986 - /james/server/sandbox/active/pure_spring_deployment/

Author: norman
Date: Sat Dec 26 15:17:23 2009
New Revision: 893986

URL: http://svn.apache.org/viewvc?rev=893986&view=rev
Log:
add sandbox for pure spring deployment work

Added:
    james/server/sandbox/active/pure_spring_deployment/   (props changed)
      - copied from r893985, james/server/trunk/

Propchange: james/server/sandbox/active/pure_spring_deployment/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Dec 26 15:17:23 2009
@@ -0,0 +1,6 @@
+.*
+dist
+
+target
+
+bin

Propchange: james/server/sandbox/active/pure_spring_deployment/
------------------------------------------------------------------------------
    svn:mergeinfo = /james/server/sandbox/active/mina_experiments:824613-825114



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: svn commit: r893986 - /james/server/sandbox/active/pure_spring_deployment/

Posted by Dhrubo <dh...@gmail.com>.
Yup should be OK.
Yes let us use annotations to save too much of xml.

On Sat, Dec 26, 2009 at 9:26 PM, Norman Maurer <norman.maurer@googlemail.com
> wrote:

> Ok perfect.. I think the first step I will perform is to let all
> classes which needs to handle configurations inplement
> org.apache.james.lifecycle.Configurable interface. Then use a
> BeanPostProcessor to inject it. The same is true for logging. Let all
> classes implement org.apache.james.lifecylce.LogEnabled and use a
> BeanPostProcessor. All the other injection will just use JSR250.
>
> Bye,
> Norman
>
>
> 2009/12/26 Dhrubo <dh...@gmail.com>:
> > Just downloading this. Will try to help in this sandbox as far as
> possible
> > with my Spring skills.
> >
> > On Sat, Dec 26, 2009 at 8:47 PM, <no...@apache.org> wrote:
> >
> >> Author: norman
> >> Date: Sat Dec 26 15:17:23 2009
> >> New Revision: 893986
> >>
> >> URL: http://svn.apache.org/viewvc?rev=893986&view=rev
> >> Log:
> >> add sandbox for pure spring deployment work
> >>
> >> Added:
> >>    james/server/sandbox/active/pure_spring_deployment/   (props changed)
> >>      - copied from r893985, james/server/trunk/
> >>
> >> Propchange: james/server/sandbox/active/pure_spring_deployment/
> >>
> >>
> ------------------------------------------------------------------------------
> >> --- svn:ignore (added)
> >> +++ svn:ignore Sat Dec 26 15:17:23 2009
> >> @@ -0,0 +1,6 @@
> >> +.*
> >> +dist
> >> +
> >> +target
> >> +
> >> +bin
> >>
> >> Propchange: james/server/sandbox/active/pure_spring_deployment/
> >>
> >>
> ------------------------------------------------------------------------------
> >>    svn:mergeinfo =
> >> /james/server/sandbox/active/mina_experiments:824613-825114
> >>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
> >> For additional commands, e-mail: server-dev-help@james.apache.org
> >>
> >>
> >
> >
> > --
> > Thanks ... Dhrubo
> > My Book - http://www.apress.com/book/view/1430210095
> >
> > My Blog -
> > http://www.jtraining.com/blogs/blogger/dhrubo/
> >
> > LinkedIn - http://www.linkedin.com/in/dhrubo
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
> For additional commands, e-mail: server-dev-help@james.apache.org
>
>


-- 
Thanks ... Dhrubo
My Book - http://www.apress.com/book/view/1430210095

My Blog -
http://www.jtraining.com/blogs/blogger/dhrubo/

LinkedIn - http://www.linkedin.com/in/dhrubo

Re: svn commit: r893986 - /james/server/sandbox/active/pure_spring_deployment/

Posted by Norman Maurer <no...@googlemail.com>.
Ok perfect.. I think the first step I will perform is to let all
classes which needs to handle configurations inplement
org.apache.james.lifecycle.Configurable interface. Then use a
BeanPostProcessor to inject it. The same is true for logging. Let all
classes implement org.apache.james.lifecylce.LogEnabled and use a
BeanPostProcessor. All the other injection will just use JSR250.

Bye,
Norman


2009/12/26 Dhrubo <dh...@gmail.com>:
> Just downloading this. Will try to help in this sandbox as far as possible
> with my Spring skills.
>
> On Sat, Dec 26, 2009 at 8:47 PM, <no...@apache.org> wrote:
>
>> Author: norman
>> Date: Sat Dec 26 15:17:23 2009
>> New Revision: 893986
>>
>> URL: http://svn.apache.org/viewvc?rev=893986&view=rev
>> Log:
>> add sandbox for pure spring deployment work
>>
>> Added:
>>    james/server/sandbox/active/pure_spring_deployment/   (props changed)
>>      - copied from r893985, james/server/trunk/
>>
>> Propchange: james/server/sandbox/active/pure_spring_deployment/
>>
>> ------------------------------------------------------------------------------
>> --- svn:ignore (added)
>> +++ svn:ignore Sat Dec 26 15:17:23 2009
>> @@ -0,0 +1,6 @@
>> +.*
>> +dist
>> +
>> +target
>> +
>> +bin
>>
>> Propchange: james/server/sandbox/active/pure_spring_deployment/
>>
>> ------------------------------------------------------------------------------
>>    svn:mergeinfo =
>> /james/server/sandbox/active/mina_experiments:824613-825114
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
>> For additional commands, e-mail: server-dev-help@james.apache.org
>>
>>
>
>
> --
> Thanks ... Dhrubo
> My Book - http://www.apress.com/book/view/1430210095
>
> My Blog -
> http://www.jtraining.com/blogs/blogger/dhrubo/
>
> LinkedIn - http://www.linkedin.com/in/dhrubo
>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: svn commit: r893986 - /james/server/sandbox/active/pure_spring_deployment/

Posted by Dhrubo <dh...@gmail.com>.
Just downloading this. Will try to help in this sandbox as far as possible
with my Spring skills.

On Sat, Dec 26, 2009 at 8:47 PM, <no...@apache.org> wrote:

> Author: norman
> Date: Sat Dec 26 15:17:23 2009
> New Revision: 893986
>
> URL: http://svn.apache.org/viewvc?rev=893986&view=rev
> Log:
> add sandbox for pure spring deployment work
>
> Added:
>    james/server/sandbox/active/pure_spring_deployment/   (props changed)
>      - copied from r893985, james/server/trunk/
>
> Propchange: james/server/sandbox/active/pure_spring_deployment/
>
> ------------------------------------------------------------------------------
> --- svn:ignore (added)
> +++ svn:ignore Sat Dec 26 15:17:23 2009
> @@ -0,0 +1,6 @@
> +.*
> +dist
> +
> +target
> +
> +bin
>
> Propchange: james/server/sandbox/active/pure_spring_deployment/
>
> ------------------------------------------------------------------------------
>    svn:mergeinfo =
> /james/server/sandbox/active/mina_experiments:824613-825114
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
> For additional commands, e-mail: server-dev-help@james.apache.org
>
>


-- 
Thanks ... Dhrubo
My Book - http://www.apress.com/book/view/1430210095

My Blog -
http://www.jtraining.com/blogs/blogger/dhrubo/

LinkedIn - http://www.linkedin.com/in/dhrubo