Re: [appfuse-user] Sharing Domain Classes between projects

2007-07-21 Thread Matt Raible
AppFuse 2.0 handles this well - you can use the "core" archetype to create a new project and then use the JAR from that project in other projects (doesn't matter if you're using Ant or Maven). Matt On 7/20/07, Brett Knights <[EMAIL PROTECTED]> wrote: Hello, I have a working Appfuse project. I

Re: [appfuse-user] Sharing Domain Classes between projects

2007-07-20 Thread Saeed Iqbal
Do you think adding the folder where /classes reside for all the packages you mentioned into the build path of your other project would help. Personally i have not gotten any appfuse project working. breaking my head still but yea to answer your question find out where the .class files are for th

[appfuse-user] Sharing Domain Classes between projects

2007-07-20 Thread Brett Knights
Hello, I have a working Appfuse project. I need to create a new project that shares much of the dao and service layers but not much of the web layer. Does anyone have any tips on a strategy for dealing with this? I'm currently using Appfuse 1.9.4 TIA Brett Knights --