Integration of T5 with the domain model

2007-04-11 Thread Leon Pennings
Just wanted to share how I hooked up T5 with my domain model. I'm using jpa for persistence, so the thing I needed was injection of the EntityManager into the objects providing access to my top level domain objects. And for just that simple IoC, Spring is way too overkill. Guice on the other hand w

RE: load modules with jettylauncher without a jar

2007-04-11 Thread Leon Pennings
ould not rely on the manifest approach for a web application, but instead rely on how T5 loads the "application module", as demonstrated in the quickstart Maven archetype. On 4/11/07, Leon Pennings <[EMAIL PROTECTED]> wrote: > Ok, I'm doing something wrong here. > I'm

load modules with jettylauncher without a jar

2007-04-11 Thread Leon Pennings
Ok, I'm doing something wrong here. I'm working on a T5 project where I have a T5 module. I made a manifest file which is in the META-INF folder that is in the classpath (m2 resource folder, that is added as a source folder under eclipse). I'm running jettylauncher to test the project, but the mod