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
red in several documents. g, kris Jonathan O'Connor 13.02.2009 14:38 Bitte antworten an "Tapestry users" An Tapestry users Kopie Thema AppModule conventions Hi, I've been looking for documentation about how the AppModule class works. Sadly, I have only

AppModule conventions

2009-02-13 Thread Jonathan O'Connor
Hi, I've been looking for documentation about how the AppModule class works. Sadly, I have only found a few examples of bind/contribute and build methods, but nothing that explains when and what to use. I would like to know: 1. Which methods should be static and which non-static? Does it matte