Raible's Wiki

Raible Designs
Wiki Home
News
Recent Changes

AppFuse

Homepage
  - Korean
  - Chinese
  - Italian
  - Japanese

QuickStart Guide
  - Chinese
  - French
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish
  - Japanese

User Guide
  - Korean
  - Chinese

Tutorials
  - Chinese
  - German
  - Italian
  - Korean
  - Portuguese
  - Spanish

FAQ
  - Korean

Latest Downloads

Other Applications

Struts Resume
Security Example
Struts Menu

Set your name in
UserPreferences


Referenced by
AppFuseQuickStart_ko
AppFuseSupport_ko
AppFuse_ko
LeftMenu




JSPWiki v2.2.33

[RSS]


Hide Menu

Articles_ko


This is version 4. It is not the current version, and thus it cannot be edited.
[Back to current version]   [Restore this version]


여기에 내가 쓰고 나름대로 보기 편하게 편집한 몇가지 글과 유용한 링크들이 있다.

AppFuse 튜토리얼

만약 당신이 AppFuse를 다운로드하고 당신의 컴퓨터에 이것을 셋업하길 원한다면, 당신에게 가장 좋은 방법은 QuickStart Guide 를 참조하는 것이다. 기본적으로 필요한 모든것이 셋업되었다면, 아래의 튜토리얼은 AppFuse를 사용하여 개발하기 위한 방법을 배우기 위해 가장 좋은 자원들이다.

NOTE: 이 튜토리얼은 AppFuse배포버전에 포함되어 있다. 만약 당신이 프로젝트 복사본을 수정하길 원한다면, "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: Creating new DAOs and Objects in AppFuse - Java Object(table을 나타내는)와 이 object들을 데이타 베이스에 저장 시키는 Java 클래스들을 만드는 방법.

Part II: Creating new Managers - 데이타베이스 계층(DAOs)과 웹 계층(Struts Actions)과의 연결을 위한 Business Facades 클래스를 만드는 방법.

Part III: (Struts) Creating Struts Actions and JSPs - Action 클래스들과 JSP 페이지들을 만드는 방법.

Part IV: (Struts) Adding Validation and List Screen - 성과 이름을 필수 항목으로 하는 유효성 검사 로직을 personForm 에 추가하고 데이타 베이스에 있는 person 레코드들을 보여주는 화면을 추가합니다.

NOTE: You can generate the files created in these tutorials by using AppGen. If you experience problems - you should be able to compare your results to what AppGen does. To do this, cd into extras/appgen, and run "ant test-detailed". This will create an "appfuse-appgen" project, generate the code in these tutorials, and test everything.

Thomas Gaudin's Excellent AppFuse Tutorials

Thomas Gaudin has put together a couple of detailed and easy-to-follow tutorials on his site.

다른 관련 글들:

Server Configuration


Other

Outdated Articles that still get some traffic:


Go to top   More info...   Attach file...
This particular version was published on 06-Nov-2006 13:52:53 MST by DongGukLee.