Raible's Wiki
Raible Designs AppFuseHomepage- Korean - Chinese - Italian - Japanese QuickStart Guide User Guide Tutorials Other ApplicationsStruts ResumeSecurity Example Struts Menu
Set your name in
UserPreferences
Referenced by
JSPWiki v2.2.33
Hide Menu |
This is version 2.
It is not the current version, and thus it cannot be edited. AppFuse TutorialIf you've just downloaded AppFuse and want to setup it up on your machine, your best bet is the QuickStart Guide. Once you've got everything setup, the tutorials below are a great resource for learning how to develop with AppFuse.
NOTE: These tutorials are included in AppFuse's distribution. If you want to update your project's copy (in the docs directory), run "ant wiki".
As of 1.6.1, you can generate most of the code covered in these tutorials. If you're using Struts+Hibernate, you can general all of it. For Spring and WebWork, it was too much trouble to write the installers so you will need to manually configure the Controllers and Actions. This was mainly due to the fact that I'm not using XDoclet for these web frameworks and the limitations of using Ant as an installer. The AppGen tool which generates the code is covered in Part I. There's also an AppFuse Generator project that has similar functionality to AppGen. Part I: AppFuse에서 새로운 DAO들과 Object들을 작성하기 - Java Object(table을 나타내는)와 이 object들을 데이타 베이스에 저장 시키는 Java 클래스들을 만드는 방법. Part II: 새로운 Managers 작성하기 - 데이타베이스 계층(DAOs)과 웹 계층(Struts Actions)과의 연결을 위한 Business Facades 클래스를 만드는 방법. Part III: (Struts) Actions 클래스 들과 JSP 작성하기 - Action 클래스들과 JSP 페이지들을 만드는 방법.
Part IV: (Struts) Validation 과 List 페이지 추가하기 - 성과 이름을 필수 항목으로 하는 유효성 검사 로직을 personForm 에 추가하고 데이타 베이스에 있는 person 레코드들을 보여주는 화면을 추가합니다.
다른 관련 글들:
Server ConfigurationOtherOutdated Articles that still get some traffic:
|