RE: Inject and the infrastructure namespace

2006-07-14 Thread Jim Steinberger
-to-interfaces. Jim -Original Message- From: Epstein, Ezra [mailto:[EMAIL PROTECTED] Sent: Friday, July 14, 2006 1:35 PM To: Tapestry users Subject: RE: Inject and the infrastructure namespace Yes, but the static (.xml) config'd part of it could be inspected dynamically. 'course

RE: Inject and the infrastructure namespace

2006-07-14 Thread Epstein, Ezra
ovider. It can provide any java.lang.Class object given a class name. So, there's no real way for it to be able to tell you "here are all of the objects that I can provide." -Original Message- From: Epstein, Ezra [mailto:[EMAIL PROTECTED] Sent: Friday, July 14,

RE: Inject and the infrastructure namespace

2006-07-14 Thread James Carman
me. So, there's no real way for it to be able to tell you "here are all of the objects that I can provide." -Original Message- From: Epstein, Ezra [mailto:[EMAIL PROTECTED] Sent: Friday, July 14, 2006 1:21 PM To: Tapestry users Subject: RE: Inject and the infrastructu

RE: Inject and the infrastructure namespace

2006-07-14 Thread James Carman
, July 14, 2006 1:21 PM To: Tapestry users Subject: RE: Inject and the infrastructure namespace http://tapestry.apache.org/tapestry4/tapestry/apidocs/org/apache/tapestry/se rvices/Infrastructure.html But clearly the converse is not true: there are properties available via the infrastructure: prefix

RE: Inject and the infrastructure namespace

2006-07-14 Thread Epstein, Ezra
containers. Thanks, Ezra Epstein -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Thursday, July 13, 2006 5:28 PM To: 'Tapestry users' Subject: RE: Inject and the infrastructure namespace Take a look at the Infrastructure interface. Any property from the i

RE: Inject and the infrastructure namespace GENERALIZED

2006-07-13 Thread James Carman
configuration point. If you're asking for how do you know what all the modules/services/configuration points are in the registry, you can construct HiveDoc for your registry. -Original Message- From: Epstein, Ezra [mailto:[EMAIL PROTECTED] Sent: Thursday, July 13, 2006

RE: Inject and the infrastructure namespace

2006-07-13 Thread James Carman
Take a look at the Infrastructure interface. Any property from the interface is available via the infrastructure: prefix. -Original Message- From: Epstein, Ezra [mailto:[EMAIL PROTECTED] Sent: Thursday, July 13, 2006 7:07 PM To: Tapestry users Subject: Inject and the infrastructure names

RE: Inject and the infrastructure namespace GENERALIZED

2006-07-13 Thread Epstein, Ezra
More generally, how does one introspect the entire HiveMind registry? I'd really like to list out the top level entry points (namespaces) and then crawl those printing out what I find. Is there some sample code to do that? Thanks, Ezra Epstein -Original Message- From: Epstein, Ezr