atom feed10 messages in org.apache.tapestry.devRe: [DISCUSS] Remove auto-inject of S...
FromSent OnAttachments
Howard Lewis ShipMay 21, 2010 12:56 pm 
Thiago H. de Paula FigueiredoMay 21, 2010 1:19 pm 
Igor DrobiazkoMay 21, 2010 1:26 pm 
Thiago H. de Paula FigueiredoMay 21, 2010 2:26 pm 
Igor DrobiazkoMay 21, 2010 2:48 pm 
Igor DrobiazkoMay 21, 2010 2:49 pm 
Thiago H. de Paula FigueiredoMay 21, 2010 2:50 pm 
Igor DrobiazkoMay 21, 2010 3:00 pm 
Robert ZeiglerMay 24, 2010 5:10 am 
Massimo LusettiMay 25, 2010 1:02 am 
Subject:Re: [DISCUSS] Remove auto-inject of String as service id
From:Thiago H. de Paula Figueiredo (thia@gmail.com)
Date:May 21, 2010 2:50:34 pm
List:org.apache.tapestry.dev

On Fri, 21 May 2010 18:48:43 -0300, Igor Drobiazko <igor@gmail.com> 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?