> Since all JARs must contain this data
transfer object, I'm trying to decide the best way (or at least a very
good one) of keeping the three projects in sync.
Maybe I misunderstand your question but this sounds like an ordinary maven multi module build. Are your sure that "all JARs must contain this data transfer object"? Dont you mean that all jars need to have access to the MailMergeRequest.class at compile and runtime?

If so, I would create 4 jars.
- mycommon.jar contains your MailMergeRequest class (and other common classes) and is compiled with java 1.4 - the web client, app server and database jars all have mycommon.jar as dependency (@see dependency section in the pom.xml file)

michael

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to