Hello again and happy new year to everyone ;)

I'm new to AppFuse too, but as far as I understand AppFuse is only a
tool which helps you build different kind of web applications. It does a
very good job in generating most of the configuration stuff you
generally need in Java web applications. 

Take a look at the tutorials! They point you in the right direction what
AppFuse is and how it works.

You always start a project and create it with maven, e.g. "mvn
archetype:generate" and choosing the project type you want. Depending of
what type of project you choose the respective configuration and source
files are generated and the simple generated application is ready to be
run. This generated files do not have the AppFuse sources (the
components are contained in the dependencies!). Now, if you want to get
the related AppFuse sources, you have to call "mvn appfuse:full-source"
in your project folder (which was created by your previous mvn archetype
command).

Hope this helps a little ;)

Arthur


On Tue, 2008-12-30 at 23:09 -0800, sundaravel wrote:
> 
> Hi Arthur, 
> 
> Thanks for your reply, I have one more doubt, I didnt create any AppFuse
> folder.
> Please tell me from the scratch, 
> Where I need to create the AppFuse folder.
> Already i have Maven installables, 
> mvn -version is working fine in my system.
> 
> I have downloaded and installed the MySQL also in my system.
> 
> Please let me know sir, 
> 
> Thanks
> Sundaravel N
> 
> 
> 
> 
> Arthur Erdös wrote:
> > 
> > you dont need the SVN server to checkout stuff from SVN...
> > 
> > anyway, you can get the sources with the following command in your
> > AppFuse project folder:
> > 
> > mvn appfuse:full-source 
> > 
> > kind regards,
> > Arthur
> > 
> > 
> > On Tue, 2008-12-30 at 03:29 -0800, sundaravel wrote:
> >> Hi, i have tried to get the source code [Java and Jsp ] files of
> >> AppFuse, I have followed the documentation which is mentioned in the
> >> site, I have downloaded the CollabNet Subversion server, after I have
> >> used the following command from my location, svn checkout
> >> https://appfuse.dev.java.net/svn/appfuse/trunk appfuse I am not able
> >> to downloaded the Source code of the AppFuse, let me know how i get
> >> the source code, Thanks Sundaravel N 
> >> 
> >> ______________________________________________________________________
> >> View this message in context: I am not able to get the Source code of
> >> AppFuse
> >> Sent from the AppFuse - User mailing list archive at Nabble.com.
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [email protected]
> > For additional commands, e-mail: [email protected]
> > 
> > 
> > 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to