I'm using Tapestry IoC to create channels and their consumers from Spring Integration [1]. When a channel is created in a build method, the service id of the channel is reused as channel name.
[1] http://static.springsource.org/spring-integration On Fri, May 21, 2010 at 11:50 PM, Thiago H. de Paula Figueiredo < [email protected]> wrote: > On Fri, 21 May 2010 18:48:43 -0300, Igor Drobiazko < > [email protected]> wrote: > > For example a build method can receive the id of the service to build via >> a string parameter >> >> public MyService buildMyService(String id) >> { >> >> // id parameter is "MyService" >> >> } >> > > Ooops, I haven't asked the question clearly. What's the use you give to the > service id? > > > -- > Thiago H. de Paula Figueiredo > Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, > and instructor > Owner, Ars Machina Tecnologia da Informação Ltda. > http://www.arsmachina.com.br > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Best regards, Igor Drobiazko http://tapestry5.de/blog
