Recent Edits
abcd. h2. AppFuse is a Framework
This is sort of the 10,000 foot view of what AppFuse is. It is a structure in which web applications...
abcd. h2. AppFuse is a Framework
This is sort of the 10,000 foot view of what AppFuse is. It is a structure in which web applications of a variety of types and sizes are created.
h2. AppFuse is a Directory Structure
One of many features of AppFuse is the way it logically separates code into its appropriate locations based on function. Persistence code belongs in src/dao/, manager code in src/service/, controller code in src/web/ and of cource testing code in test/**/.
h2. AppFuse is a Build File
The build.xml file makes for a nice way to create, build, test, package, deploy webapps. It also nicely handles changing dependancies and maintaining properties that may be different in development than in production.
h2. AppFuse is a Sample Application
AppFuse is an example of how to use and integrate many Java technologies while following best practices. There are examples of how to do everything from performing CRUD opperations from your view all the way to the persistence layer to adding a filter to your webapp. Because the common things that are needed in basically all web applications are already in AppFuse, you will only need to figure out how to do the parts that make your webapp unique.
This is sort of the 10,000 foot view of what AppFuse is. It is a structure in which web applications of a variety of types...
h2. AppFuse is a Framework
This is sort of the 10,000 foot view of what AppFuse is. It is a structure in which web applications of a variety of types and sizes are created.
h2. AppFuse is a Directory Structure
One of many features of AppFuse is the way it logically separates code into its appropriate locations based on function. Persistence code belongs in src/dao/, manager code in src/service/, controller code in src/web/ and of cource testing code in test/**/.
h2. AppFuse is a Build File
The build.xml file makes for a nice way to create, build, test, package, deploy webapps. It also nicely handles changing dependancies and maintaining properties that may be different in development than in production.
h2. AppFuse is a Sample Application
AppFuse is an example of how to use and integrate many Java technologies while following best practices. There are examples of how to do everything from performing CRUD opperations from your view all the way to the persistence layer to adding a filter to your webapp. Because the common things that are needed in basically all web applications are already in AppFuse, you will only need to figure out how to do the parts that make your webapp unique.
This is sort of the 10,000 foot view of what AppFuse is. It is a structure in which web applications of a variety of types...
» complete changeh2. AppFuse is a Framework
This is sort of the 10,000 foot view of what AppFuse is. It is a structure in which web applications of a variety of types and sizes are created.
h2. AppFuse is a Directory Structure
One of many features of AppFuse is the way it logically separates code into its appropriate locations based on function. Persistence code belongs in src/dao/, manager code in src/service/, controller code in src/web/ and of cource testing code in test/**/.
h2. AppFuse is a Build File
The build.xml file makes for a nice way to create, build, test, package, deploy webapps. It also nicely handles changing dependancies and maintaining properties that may be different in development than in production.
h2. AppFuse is a Sample Application
AppFuse is an example of how to use and integrate many Java technologies while following best practices. There are examples of how to do everything from performing CRUD opperations from your view all the way to the persistence layer to adding a filter to your webapp. Because the common things that are needed in basically all web applications are already in AppFuse, you will only need to figure out how to do the parts that make your webapp unique.
Recent changes to the AppFuse Wiki
appfuse
h2. AppFuse is a Framework
This is sort of the 10,000 foot view of what AppFuse is. It is a structure in which web applications of a variety of types and sizes are created.
h2. AppFuse is a Directory Structure
One of many features of AppFuse is the way it logically separates code into its appropriate locations based on function. Persistence code belongs in src/dao/, manager code in src/service/, controller code in src/web/ and of cource testing code in test/**/.
h2. AppFuse is a Build File
The build.xml file makes for a nice way to create, build, test, package, deploy webapps. It also nicely handles changing dependancies and maintaining properties that may be different in development than in production.
h2. AppFuse is a Sample Application
AppFuse is an example of how to use and integrate many Java technologies while following best practices. There are examples of how to do everything from performing CRUD opperations from your view all the way to the persistence layer to adding a filter to your webapp. Because the common things that are needed in basically all web applications are already in AppFuse, you will only need to figure out how to do the parts that make your webapp unique.
appfuse
h2. AppFuse h2.AppFuse is a Framework
h2. AppFuse h2.AppFuse is a Directory Structure
h2. AppFuse h2.AppFuse is a Build File
h2....
» complete changeh2. AppFuse h2.AppFuse is a Framework
This is sort of the 10,000 foot view of what AppFuse is. It is a structure in which web applications of a variety of types and sizes are created.
h2. AppFuse h2.AppFuse is a Directory Structure
One of many features of AppFuse is the way it logically separates code into its appropriate locations based on function. Persistence code belongs in src/dao/, manager code in src/service/, controller code in src/web/ and of cource testing code in test/**/.
h2. AppFuse h2.AppFuse is a Build File
The build.xml file makes for a nice way to create, build, test, package, deploy webapps. It also nicely handles changing dependancies and maintaining properties that may be different in development than in production.
h2. AppFuse h2.AppFuse is a Sample Application
AppFuse is an example of how to use and integrate many Java technologies while following best practices. There are examples of how to do everything from performing CRUD opperations from your view all the way to the persistence layer to adding a filter to your webapp. Because the common things that are needed in basically all web applications are already in AppFuse, you will only need to figure out how to do the parts that make your webapp unique.
appfuse
h2.AppFuse is a Framework
This is sort of the 10,000 foot view of what AppFuse is. It is a structure in which web applications...
» complete changeh2.AppFuse is a Framework
This is sort of the 10,000 foot view of what AppFuse is. It is a structure in which web applications of a variety of types and sizes are created.
h2.AppFuse is a Directory Structure
One of many features of AppFuse is the way it logically separates code into its appropriate locations based on function. Persistence code belongs in src/dao/, manager code in src/service/, controller code in src/web/ and of cource testing code in test/**/.
h2.AppFuse is a Build File
The build.xml file makes for a nice way to create, build, test, package, deploy webapps. It also nicely handles changing dependancies and maintaining properties that may be different in development than in production.
h2.AppFuse is a Sample Application
AppFuse is an example of how to use and integrate many Java technologies while following best practices. There are examples of how to do everything from performing CRUD opperations from your view all the way to the persistence layer to adding a filter to your webapp. Because the common things that are needed in basically all web applications are already in AppFuse, you will only need to figure out how to do the parts that make your webapp unique.
June 15, 2005: AppFuse 1.8.1 Released. A bug fix release with no new features. AppFuse is an application for "kickstarting" webapp development.
SourceForge.net: Project File Releases: Struts Applications
SF.net File Releases: Struts Applications (struts project) - The Struts/SourceForge site hosts sample applications and related...
SF.net File Releases: Struts Applications (struts project) - The Struts/SourceForge site hosts sample applications and related components based on the Apache Struts Web application framework.
Disclaimer: This site is not affiliated with the Apache Software Foundation.<div><a href="http://sourceforge.net/projects/struts/">link</a></div>
SourceForge.net: SF.net Project News: Struts Applications (including full news text)
SF.net Project News: Struts Applications (struts project) - The Struts/SourceForge site hosts sample applications and related...
SF.net Project News: Struts Applications (struts project) - The Struts/SourceForge site hosts sample applications and related components based on the Apache Struts Web application framework.
Disclaimer: This site is not affiliated with the Apache Software Foundation.<div><a href="http://sourceforge.net/projects/struts/">link</a></div>
http://sourceforge.net/project/showfiles.php?group_id=49385
http://sourceforge.net/project/showfiles.php?group_id=49385&package_id=78758
Project description: The Struts/SourceForge site hosts sample applications and related components based on the Apache Struts...
Project description: The Struts/SourceForge site hosts sample applications and related components based on the Apache Struts Web application framework.
Disclaimer: This site is not affiliated with the Apache Software Foundation.
SF.net File Releases: Struts Applications (struts project) - The Struts/SourceForge site hosts sample applications and related...
» complete changeSF.net File Releases: Struts Applications (struts project) - The Struts/SourceForge site hosts sample applications and related components based on the Apache Struts Web application framework.
Disclaimer: This site is not affiliated with the Apache Software Foundation.<div><a href="http://sourceforge.net/projects/struts/">link</a></div>
SF.net File Releases: Struts Applications (struts project) - The Struts/SourceForge site hosts sample applications and related...
» complete changeSF.net File Releases: Struts Applications (struts project) - The Struts/SourceForge site hosts sample applications and related components based on the Apache Struts Web application framework.
Disclaimer: This site is not affiliated with the Apache Software Foundation.<div><a href="http://sourceforge.net/projects/struts/">link</a></div>
SF.net File Releases: Struts Applications (struts project) - The Struts/SourceForge site hosts sample applications and related...
» complete changeSF.net File Releases: Struts Applications (struts project) - The Struts/SourceForge site hosts sample applications and related components based on the Apache Struts Web application framework.
Disclaimer: This site is not affiliated with the Apache Software Foundation.<div><a href="http://sourceforge.net/projects/struts/">link</a></div>
SF.net File Releases: Struts Applications (struts project) - The Struts/SourceForge site hosts sample applications and related...
» complete changeSF.net File Releases: Struts Applications (struts project) - The Struts/SourceForge site hosts sample applications and related components based on the Apache Struts Web application framework.
Disclaimer: This site is not affiliated with the Apache Software Foundation.<div><a href="http://sourceforge.net/projects/struts/">link</a></div>
SF.net File Releases: Struts Applications (struts project) - The Struts/SourceForge site hosts sample applications and related...
» complete changeSF.net File Releases: Struts Applications (struts project) - The Struts/SourceForge site hosts sample applications and related components based on the Apache Struts Web application framework.
Disclaimer: This site is not affiliated with the Apache Software Foundation.<div><a href="http://sourceforge.net/projects/struts/">link</a></div>
SF.net File Releases: Struts Applications (struts project) - The Struts/SourceForge site hosts sample applications and related...
» complete changeSF.net File Releases: Struts Applications (struts project) - The Struts/SourceForge site hosts sample applications and related components based on the Apache Struts Web application framework.
Disclaimer: This site is not affiliated with the Apache Software Foundation.<div><a href="http://sourceforge.net/projects/struts/">link</a></div>
http://sourceforge.net/project/showfiles.php?group_id=49385&package_id=78758
SourceForge.net: SF.net Project News: Struts Applications (including full news text)
June 15, 2005: AppFuse 1.8.1 Released. A bug fix release with no new features. AppFuse is an application for "kickstarting" webapp development.
