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
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
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