
appFuse
文章平均质量分 91
xiong2009
这个作者很懒,什么都没留下…
展开
-
appFuse2.x第一篇
AppFuse is an open source project and application that uses open source tools built on the Java platform to help you develop Web applications quickly and efficiently. It was originally developed to el转载 2007-08-23 18:57:00 · 2565 阅读 · 0 评论 -
appFuse2.x第二篇
Tutorials for AppFuse 2.x are a work i原创 2007-08-23 18:59:00 · 1627 阅读 · 0 评论 -
appFuse2.x第三篇--Persistence
This tutorial will show you how to create a new database table and the Java code to access that table. You will create an object and then some more classes to persist (save/retrieve/delete) that obj原创 2007-08-23 19:01:00 · 1490 阅读 · 0 评论 -
appFuse2.x第四篇--Using Hibernate
This tutorial will show you two things: You dont need to write DAOs if you just need generic CRUD functionality. How to write DAOs when you need custom functionality. If youre new原创 2007-08-23 19:03:00 · 1554 阅读 · 0 评论 -
appFuse2.x第五篇--Services
This tutorial will show you how to create a Business Facade class (and a JUnit Test) to talk to the DAO you created in the Persistence Tutorial.In the context of AppFuse, this is called a Manager cl原创 2007-08-23 19:06:00 · 1859 阅读 · 0 评论 -
appFuse2.x第六篇--Using Struts 2
This tutorial will show you how to create master/detail screens with Struts 2. The list (master) screen will have the ability to sort columns, as well as page 25 records at a time. The form (detail) s原创 2007-08-23 19:07:00 · 3828 阅读 · 0 评论 -
appFuse2.x第七篇--Maven Plugins
There are a number of Maven Plugins that AppFuse uses to simplify the development process (listed in alphabetical order). AppFuse Maven Plugin: This plugin is a replacement for AppGen in App原创 2007-08-28 19:07:00 · 2653 阅读 · 0 评论 -
appFuse2.x第八篇--Maven2
Knowledge of Maven is not required to use AppFuse because the tutorials explain how to use it. If youre interested in learning Maven in-depth, please download the book Better Builds with Maven or Mav原创 2007-08-28 19:17:00 · 2140 阅读 · 0 评论