I would only use modular if you think your service layer will be used by other applications. Even then, I would only use if you think you'll need it immediately. In reality, it shouldn't be hard to change a basic project to a modular one down the road.
Matt On Thu, Nov 20, 2008 at 9:43 AM, Derlon Aliendres <[EMAIL PROTECTED]> wrote: > Thnx! > > All right, I gonna try to make just the way u told. > But, since I have to use Eclise, witch do u advice: Strus2-basic, or > Strus2-modular??! > Ice-Man > > 2008/11/20 Matt Raible <[EMAIL PROTECTED]> >> >> I would attempt to create your project from the command line using the >> QuickStart Guide and then run "appfuse:full-source" on it. Once you've >> done that, run "eclipse:eclipse" and open it in Eclipse. Then run "mvn >> jetty:run" from the command line and modify source as you like in your >> IDE. You don't need Maven integration in your IDE to be productive >> with AppFuse. >> >> Matt >> >> On Thu, Nov 20, 2008 at 6:41 AM, Derlon Aliendres >> <[EMAIL PROTECTED]> wrote: >> > Ok! >> > Hi , so I'm gonna show the error msg: >> > Unable to update index for central http://repo1.maven.org/maven2/ >> > So, I try from Internal, anyway, then I get the following: >> > " >> > Unable to creat projetc from Archetype >> > [org.appfuse.archetype:appfuse-basic-struts:2.0 >> > ->http://static.appfuse.org/releases] >> > ". >> > MavenConsole: >> > >> > [ERROR] The desired archetype does not exist >> > (org.appfuse.archetypes:appfuse-basic-struts:2.0) The desired archetype >> > does >> > not exist (org.appfuse.archetypes:appfuse-basic-struts:2.0) >> > >> > For instance, Nexus Repository is down! :o What otta I do?! >> > >> > Ice-Man >> > >> > 2008/11/19 Matt Raible <[EMAIL PROTECTED]> >> >> >> >> Candy4AppFuse is outdated, I would not recommend using it. You might >> >> try m2eclipse if you must use a Maven plugin in your IDE. >> >> >> >> Matt >> >> >> >> On Wed, Nov 19, 2008 at 12:39 PM, Derlon Aliendres >> >> <[EMAIL PROTECTED]> wrote: >> >> > Why in Candy4 is apearing only the version M5?! >> >> > Arquetype just shows Struts. If I chouse 2.0 RC1, is the 1 with >> >> > Struts2 >> >> > ?? >> >> > Ice-Man >> >> > >> >> >> > >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> > > > > -- > Derlon > > Ao encaminhar esta mensagem (ou qualquer 1 q se destine a mim tb), não se > esqueça de retirar o meu nome e o meu End. de E-Mail e coloque todos os > End.s dos destinatários em Cópia Oculta - CcO (BCc). Ajude a combater o > Spam! >
