You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Massimo Lusetti <ml...@gmail.com> on 2006/12/07 15:35:35 UTC

Doesn't this sounds familiar?

http://blog.interface21.com/main/2006/11/28/a-java-configuration-option-for-spring/

-- 
Massimo
http://meridio.blogspot.com

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


Re: Doesn't this sounds familiar?

Posted by Howard Lewis Ship <hl...@gmail.com>.
It's actually a bit different from what he showed me early on. The original
was a lot like EasyMock, where you would kind of train your beans, and the
container would collect the connections for when it needed to create a
production version of the bean. Or something.  Its a common failing
(especially for me) to grab someone somewhat interested and overload their
brain with an example.

On 12/11/06, adasal <ad...@gmail.com> wrote:
>
> BTW, on his blog he attributes the idea to a conversation with Howard.
> These framework differences are very interesting, I hope one day to have
> enough brain power - energy to devote to it - to grok it suffciently.
> Adam
>
> On 11/12/06, Howard Lewis Ship <hl...@gmail.com> wrote:
> >
> > On the one hand, I found it clever. I was trying to avoid bytecode
> > transformation inside IOC and Rod's solution doesn't address spreading
> > @Bean
> > definitions across multiple "modules" (classes).  That could be done as
> > well, but gets much trickier.  T5IOC is somewhat more verbose, but a lot
> > more powerful and descriptive.
> >
> > On 12/7/06, Jesse Kuhnert <jk...@gmail.com> wrote:
> > >
> > > Yeah, you know what they say... "imitation is one of the best forms of
> > > flattery". This was inevitable.
> > >
> > > Many have tried to do the same with Tapestry as well. (they tried and
> > > failed ?  no - they tried and died .. - wise bene gesserit )
> > >
> > > On 12/7/06, Massimo Lusetti <mlusetti@gmail.com > wrote:
> > > >
> > >
> >
> http://blog.interface21.com/main/2006/11/28/a-java-configuration-option-for-spring/
> > > >
> > > > --
> > > > Massimo
> > > > http://meridio.blogspot.com
> > > >
> > > >
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> > > > For additional commands, e-mail: dev-help@tapestry.apache.org
> > > >
> > > >
> > >
> > >
> > > --
> > > Jesse Kuhnert
> > > Tapestry/Dojo team member/developer
> > >
> > > Open source based consulting work centered around
> > > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> > > For additional commands, e-mail: dev-help@tapestry.apache.org
> > >
> > >
> >
> >
> > --
> > Howard M. Lewis Ship
> > TWD Consulting, Inc.
> > Independent J2EE / Open-Source Java Consultant
> > Creator and PMC Chair, Apache Tapestry
> > Creator, Apache HiveMind
> >
> > Professional Tapestry training, mentoring, support
> > and project work.  http://howardlewisship.com
> >
> >
>
>


-- 
Howard M. Lewis Ship
TWD Consulting, Inc.
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Apache HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

Re: Doesn't this sounds familiar?

Posted by adasal <ad...@gmail.com>.
BTW, on his blog he attributes the idea to a conversation with Howard.
These framework differences are very interesting, I hope one day to have
enough brain power - energy to devote to it - to grok it suffciently.
Adam

On 11/12/06, Howard Lewis Ship <hl...@gmail.com> wrote:
>
> On the one hand, I found it clever. I was trying to avoid bytecode
> transformation inside IOC and Rod's solution doesn't address spreading
> @Bean
> definitions across multiple "modules" (classes).  That could be done as
> well, but gets much trickier.  T5IOC is somewhat more verbose, but a lot
> more powerful and descriptive.
>
> On 12/7/06, Jesse Kuhnert <jk...@gmail.com> wrote:
> >
> > Yeah, you know what they say... "imitation is one of the best forms of
> > flattery". This was inevitable.
> >
> > Many have tried to do the same with Tapestry as well. (they tried and
> > failed ?  no - they tried and died .. - wise bene gesserit )
> >
> > On 12/7/06, Massimo Lusetti <mlusetti@gmail.com > wrote:
> > >
> >
> http://blog.interface21.com/main/2006/11/28/a-java-configuration-option-for-spring/
> > >
> > > --
> > > Massimo
> > > http://meridio.blogspot.com
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> > > For additional commands, e-mail: dev-help@tapestry.apache.org
> > >
> > >
> >
> >
> > --
> > Jesse Kuhnert
> > Tapestry/Dojo team member/developer
> >
> > Open source based consulting work centered around
> > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: dev-help@tapestry.apache.org
> >
> >
>
>
> --
> Howard M. Lewis Ship
> TWD Consulting, Inc.
> Independent J2EE / Open-Source Java Consultant
> Creator and PMC Chair, Apache Tapestry
> Creator, Apache HiveMind
>
> Professional Tapestry training, mentoring, support
> and project work.  http://howardlewisship.com
>
>

Re: Doesn't this sounds familiar?

Posted by Howard Lewis Ship <hl...@gmail.com>.
On the one hand, I found it clever. I was trying to avoid bytecode
transformation inside IOC and Rod's solution doesn't address spreading @Bean
definitions across multiple "modules" (classes).  That could be done as
well, but gets much trickier.  T5IOC is somewhat more verbose, but a lot
more powerful and descriptive.

On 12/7/06, Jesse Kuhnert <jk...@gmail.com> wrote:
>
> Yeah, you know what they say... "imitation is one of the best forms of
> flattery". This was inevitable.
>
> Many have tried to do the same with Tapestry as well. (they tried and
> failed ?  no - they tried and died .. - wise bene gesserit )
>
> On 12/7/06, Massimo Lusetti <mlusetti@gmail.com > wrote:
> >
> http://blog.interface21.com/main/2006/11/28/a-java-configuration-option-for-spring/
> >
> > --
> > Massimo
> > http://meridio.blogspot.com
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: dev-help@tapestry.apache.org
> >
> >
>
>
> --
> Jesse Kuhnert
> Tapestry/Dojo team member/developer
>
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>


-- 
Howard M. Lewis Ship
TWD Consulting, Inc.
Independent J2EE / Open-Source Java Consultant
Creator and PMC Chair, Apache Tapestry
Creator, Apache HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

Re: Doesn't this sounds familiar?

Posted by Jesse Kuhnert <jk...@gmail.com>.
Yeah, you know what they say... "imitation is one of the best forms of
flattery". This was inevitable.

Many have tried to do the same with Tapestry as well. (they tried and
failed ?  no - they tried and died .. - wise bene gesserit )

On 12/7/06, Massimo Lusetti <ml...@gmail.com> wrote:
> http://blog.interface21.com/main/2006/11/28/a-java-configuration-option-for-spring/
>
> --
> Massimo
> http://meridio.blogspot.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>


-- 
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

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