It should not be necessary to create multiple modules - AppFuse does it to allow users to select different persistence tiers. The data-common, data-hibernate and service modules should all merge into your core module, and the web-common + struts modules should merge into your web module.
Mike. On 8/20/07, jaywalkable <[EMAIL PROTECTED]> wrote: > > > Thanks Matt for your reply. When we create a modular project then we get > two > modules(core, web) which run with the help of appfuse's artifacts. On the > tutorial part of appfuse website, we are instructed to write NEW POJO, > DAo, > Managers. In this case Pojo and DAO will be in the core module and > managers > will be in the web module. But appfuse source codes are separated in > different module where core has two parts (data-common, data-hibernate), > also there is a service module, and a web module(has more but we need to > select common and any one from the remaining). > > Now my question is: > Should we start a new project with appfuse's structure (with data-common, > data-hibernate, service, web-common, web-struts modules)? > OR > Should we merge data-common, data-hibernate in core module, also merge > web-common, web-struts with the web module? > > > Thanks > Rubel Ahammad > > > > > mraible wrote: > > > > The alternative is to use "svn export" to get the sources into your > > project, then look at AppFuse's dependencies and replace those in your > > pom.xml with the ones from the dependency's pom.xml. Don't forget to > > put the dependencies from AppFuse's root pom.xml into your root > > pom.xml. > > > > Matt > > > > On 8/18/07, jaywalkable <[EMAIL PROTECTED]> wrote: > >> > >> Hi, > >> I have created a struts 2 modular project using "mvn archetype:create" > >> command. I was able to deploy and run the application. Now I would like > >> to > >> get full appfuse sources to customize them. I came to know that "mvn > >> appfuse:full-source" command does will not work with modular project. > >> > >> What is the alternate way to get the sources so that I can work with > this > >> struts 2 modular project without any error. > >> > >> Thanks > >> Rubel > >> -- > >> View this message in context: > >> > http://www.nabble.com/what-is-the-alternate-to-%22mvn-appfuse%3Afull-source%22-for-struts-2-modular-project-tf4289928s2369.html#a12212482 > >> Sent from the AppFuse - User mailing list archive at Nabble.com. > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > > > -- > > http://raibledesigns.com > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > View this message in context: > http://www.nabble.com/what-is-the-alternate-to-%22mvn-appfuse%3Afull-source%22-for-struts-2-modular-project-tf4289928s2369.html#a12229919 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
