On 01/03/2010, at 12.50, Niclas Hedhman wrote:
Ohhh... this is something very unexpected. I don't think we ever considered a non-Java person to show up here.
Haha, yeah, it's a bit odd. I recently switched from php to Java, since I got inspired by the blue book, PoEAA, Fowler and others to proceed with DDD on the "next level" :) - and Java seemed to be the best platform. while searching for frameworks to use, Qi4j turned up, and it seams to address the core of DDD! Suddenly I see myself wading into *the* pioneering explorer troup in java land ;) Pretty crazy to jump directly into the most advanced tools with no experience, but I'll get there (a deep dive into the php Zend framework wasn't enough for me).
I think the best is to work through the "Composite" tutorial. You have the instructions on the website at http://www.qi4j.org/qi4j/145.html, and the sources are in the qi4j-tutorials/composite (IIRC).
Done. That worked out well. Thanks for the pedagogical approach!
The Java environment you need is; - JDK 1.5 (JDK 1.6 probably work but not fully verified) - Apache Maven 2.2 Once you have downloaded and installed those two, you should be able to "build" by issuing "mvn install" in the qi4j-tutorials/composite directory.
I have the setup as described and did the mvn install on the Composite tutorial with no problems. My problem related to the missing src for the other parts. Everything explained. Thanks!
HTH Cheers -- Niclas Hedhman, Software Developer http://www.qi4j.org - New Energy for Java I live here; http://tinyurl.com/2qq9er I work here; http://tinyurl.com/2ymelc I relax here; http://tinyurl.com/2cgsug _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev
_______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

