Re: AppModule conventions

2009-02-13 Thread Jonathan O'Connor
Robert, thanks, somehow I missed this, and it didn't show up in a google search either. Jonathan On 13/02/2009 14:05, Robert Zeigler wrote: Hi, The AppModule is an IOC module, so, I would start with: I would start at http://tapestry.apache.org/tapestry5/tapestry-ioc/index.html. And read th

Re: AppModule conventions

2009-02-13 Thread Robert Zeigler
Hi, The AppModule is an IOC module, so, I would start with: I would start at http://tapestry.apache.org/tapestry5/tapestry-ioc/index.html . And read the "Modules", "Services", "Decorators" and "Configuration" pages, at a bare minimum. Robert On Feb 13, 2009, at 2/137:38 AM , Jonathan O'Co

Re: AppModule conventions

2009-02-13 Thread Kristian Marinkovic
hi jonathan, 1) you can use either way. some methods must be static: binder() and contributeAlias. by using static methods you can avoid circular dependencies 2) the XXX refers to the service name. the implementation of that service can hav the follownig parameters Collection -> maps to Config