Re: tapestryIoC + architecture

2009-11-13 Thread Alfonso Quiroga
Oh thanks, it was really easy and I didn't saw it, thanks again On Sat, Nov 14, 2009 at 3:19 AM, Kalle Korhonen wrote: > On Fri, Nov 13, 2009 at 9:56 PM, Alfonso Quiroga > wrote: >> My question about tapestryIoC is... it doesn't use XML (I love that) >> but if I'm in web layer (i.e. AppModule.j

Re: tapestryIoC + architecture

2009-11-13 Thread Kalle Korhonen
On Fri, Nov 13, 2009 at 9:56 PM, Alfonso Quiroga wrote: > My question about tapestryIoC is... it doesn't use XML (I love that) > but if I'm in web layer (i.e. AppModule.java) and I want to reference > a server implementation, I CAN'T. I need via programming to do this: >   binder.bind(common.Login

tapestryIoC + architecture

2009-11-13 Thread Alfonso Quiroga
Hi! I've been using java for 3 years aprox, and when I was working on projects, we used to have this projects (architecture) project-common (model, and services) project-server (services implementations!) project-web (we used struts2 so... jsp, actions, etc) I had a good architect, he used maven,