The following FAQ may help as well:

http://appfuse.org/display/APF/FAQ#FAQ-whereisthesource

Where are the Java source files and JSPs in 2.x?

AppFuse 2.x is a fair amount different from 1.x in that you don't get
all the source to start your project with. The main reason for this is
to make it possible for you to upgrade your application to a newer
version of AppFuse. For a more detailed explanation, please see this
mailing list thread.

If you're a savvy Maven 2 user, you can probably use AppFuse's source
and piece together your own project with all the source files
included. We may support a full source archetype in the future, but
it's not likely for 2.0. To see how to modify AppFuse's core entity
classes, see how to modify core classes. If you'd like to modify web
classes, you may be able to use the <warpathExcludes> element in your
WarPath Plugin configuration.

Matt

On 4/10/07, Michael Horwitz <[EMAIL PROTECTED]> wrote:
The configuration file for hibernate is called applicationContext-dao.xml
and is embedded in the appfuse-hibernate jar. You should not need access to
this file - if you want to use the dao's it defines, they are there, if not
simply ignore ;-). The model classes can be included in your project if you
want to modify them - instructions on how to do this can be found here:
http://www.appfuse.org/display/APF/AppFuse+Core+Classes

Mike


On 4/10/07, nmall <[EMAIL PROTECTED]> wrote:
>
> I used the following archetype to get the Struts2 basic with spring and
> hibernate. However, I don't see any of the hibernate classes\config files
in
> my path like the following. Do I need to download them separately. I got
the
> appfuse-M4 dependencies zip file orginally. Any help would be greatly
> appreciated!
>
> applicationContext-Hibernate.xml
> \src\dao\org\appfuse\dao\hibernate
>
>
> mvn archetype:create -DarchetypeGroupId=org.appfuse
> -DarchetypeArtifactId=appfuse-basic-struts
> -DremoteRepositories=http://static.appfuse.org/repository
> -DarchetypeVersion=2.0-m4 -DgroupId=com.mycompany.app
-DartifactId=myproject
> --
> View this message in context:
http://www.nabble.com/Hibernate-dao-files-download-tf3553810s2369.html#a9922500
> 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]

Reply via email to