Thiago H. de Paula Figueiredo napsal(a):
Em Thu, 07 Jan 2010 10:57:33 -0200, Radek Terber
escreveu:
Hi all
Hi!
1) Is there any way to obtain service by it's service ID (similarly
like Spring's getBean(String) method does)? I would like to build
general autocomplet component which gets se
That way you can only access the controlled list of services. This is a
advantage because the service id may come from the 0untrusted source (i.e.
database).
Regards,
Kristjan
--
View this message in context:
http://n2.nabble.com/get-the-service-by-ID-and-autoload-services-tp4266300p4266633.html
Sen
Em Thu, 07 Jan 2010 10:57:33 -0200, Radek Terber
escreveu:
Hi all
Hi!
1) Is there any way to obtain service by it's service ID (similarly like
Spring's getBean(String) method does)? I would like to build general
autocomplet component which gets service ID (as String) and returns list
Hi all
I have two questions about Tapestry IOC:
1) Is there any way to obtain service by it's service ID (similarly like
Spring's getBean(String) method does)? I would like to build general
autocomplet component which gets service ID (as String) and returns list
of entities corresponding to g