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


Difference between version 9 and version 4:

At line 17 changed 1 line.
여기에 내가 쓰고 나름대로 보기 편하게 편집한 몇가지 글과 유용한 링크들이 있다.
여기에 내가 쓰고 나름대로 보기 편하게 편집한 몇가지 글과 유용한 링크들이 있다.
At line 19 changed 1 line.
!!! AppFuse 튜토리얼
!!! AppFuse 튜토리얼
At line 21 changed 1 line.
만약 당신이 AppFuse를 다운로드하고 당신의 컴퓨터에 이것을 셋업하길 원한다면, 당신에게 가장 좋은 방법은 [QuickStart Guide|AppFuseQuickStart_ko] 를 참조하는 것이다. 기본적으로 필요한 모든것이 셋업되었다면, 아래의 튜토리얼은 [AppFuse|AppFuse_ko]를 사용하여 개발하기 위한 방법을 배우기 위해 가장 좋은 자원들이다.
만약 당신이 AppFuse를 다운로드하고 당신의 컴퓨터에 이것을 셋업하길 원한다면, 당신에게 가장 좋은 방법은 [QuickStart Guide|AppFuseQuickStart_ko] 를 참조하는 것이다. 기본적으로 필요한 모든것이 셋업되었다면, 아래의 튜토리얼은 [AppFuse|AppFuse_ko]를 사용하여 개발하기 위한 방법을 배우기 위해 가장 좋은 자원들이다.
At line 24 changed 1 line.
<b>NOTE:</b> &#51060; &#53916;&#53664;&#47532;&#50620;&#51008; AppFuse&#48176;&#54252;&#48260;&#51204;&#50640; &#54252;&#54632;&#46104;&#50612; &#51080;&#45796;. &#47564;&#50557; &#45817;&#49888;&#51060; &#54532;&#47196;&#51229;&#53944; &#48373;&#49324;&#48376;&#51012; &#49688;&#51221;&#54616;&#44600; &#50896;&#54620;&#45796;&#47732;, "ant wiki"&#47484; &#49688;&#54665;&#54616;&#46972;.
<b>NOTE:</b> 이 튜토리얼은 AppFuse배포버전에 포함되어 있다. 만약 당신이 프로젝트 복사본을 수정하길 원한다면, "ant wiki"를 수행하라.
At line 27 changed 1 line.
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|CreateDAO_ko].
1.6.1부터, 당신은 이 튜토리얼에서 다루어지는 대부분의 코드를 생성할수 있다. 만약 당신이 Struts와 Hibernate를 연동해서 사용하고자 한다면, 당신은 이것의 {{all}}을 선택할수 있다. Spring과 WebWork를 위해서는, 인스톨러를 작성하는데 너무나 많은 문제를 발생시키기 때문에, 당신은 Controller와 Action을 직접 설정할 필요가 있다. 이러한 문제는 내가 웹프레임워크를 위한 XDoclet를 사용하지 않고 인스톨러인 Ant사용의 제한점 때문이다. 코드를 생성하는 __AppGen__툴은 [Part I|CreateDAO_ko]에서 다루어진다.
At line 29 changed 1 line.
There's also an [AppFuse Generator|the_appfuse_generator_ko] project that has similar functionality to AppGen.
여기에 AppGen과 유사한 기능을 가지는 [AppFuse Generator|http://raibledesigns.com/page/rd?anchor=the_appfuse_generator] 프로젝트도 있다.
At line 31 changed 1 line.
__Part I:__ [Creating new DAOs and Objects in AppFuse|CreateDAO_ko] - Java Object(table&#51012; &#45208;&#53440;&#45236;&#45716;)&#50752; &#51060; object&#46308;&#51012; &#45936;&#51060;&#53440; &#48288;&#51060;&#49828;&#50640; &#51200;&#51109; &#49884;&#53412;&#45716; Java &#53364;&#47000;&#49828;&#46308;&#51012; &#47564;&#46300;&#45716; &#48169;&#48277;.
__Part I:__ [AppFuse내 새로운 DAO와 객체 생성하기|CreateDAO_ko] - Java Object(table을 나타내는)와 이 object들을 데이타 베이스에 저장 시키는 Java 클래스들을 만드는 방법.
At line 33 changed 1 line.
__Part II:__ [Creating new Managers|CreateManager_ko] - &#45936;&#51060;&#53440;&#48288;&#51060;&#49828; &#44228;&#52789;(DAOs)&#44284; &#50937; &#44228;&#52789;(Struts Actions)&#44284;&#51032; &#50672;&#44208;&#51012; &#50948;&#54620; Business Facades &#53364;&#47000;&#49828;&#47484; &#47564;&#46300;&#45716; &#48169;&#48277;.
__Part II:__ [새로운 관리자 생성하기|CreateManager_ko] - 데이타베이스 계층(DAOs)과 웹 계층(Struts Actions)과의 연결을 위한 Business Facades 클래스를 만드는 방법.
At line 35 changed 1 line.
__Part III: (Struts)__ [Creating Struts Actions and JSPs|CreateActions_ko] - Action &#53364;&#47000;&#49828;&#46308;&#44284; JSP &#54168;&#51060;&#51648;&#46308;&#51012; &#47564;&#46300;&#45716; &#48169;&#48277;.
__Part III: (Struts)__ [Struts Actions 과 JSP 생성하기|CreateActions_ko] - Action 클래스들과 JSP 페이지들을 만드는 방법.
At line 41 changed 1 line.
__Part IV: (Struts)__ [Adding Validation and List Screen|ValidationAndList] - &#49457;&#44284; &#51060;&#47492;&#51012; &#54596;&#49688; &#54637;&#47785;&#51004;&#47196; &#54616;&#45716; &#50976;&#54952;&#49457; &#44160;&#49324; &#47196;&#51649;&#51012; personForm &#50640; &#52628;&#44032;&#54616;&#44256; &#45936;&#51060;&#53440; &#48288;&#51060;&#49828;&#50640; &#51080;&#45716; person &#47112;&#53076;&#46300;&#46308;&#51012; &#48372;&#50668;&#51452;&#45716; &#54868;&#47732;&#51012; &#52628;&#44032;&#54633;&#45768;&#45796;.
__Part IV: (Struts)__ [Validation 과 List를 추가하기|ValidationAndList_ko] - 성과 이름을 필수 항목으로 하는 유효성 검사 로직을 personForm 에 추가하고 데이타 베이스에 있는 person 레코드들을 보여주는 화면을 추가합니다.
At line 48 changed 1 line.
NOTE: You can generate the files created in these tutorials by using [AppGen|AppGen_ko]. 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.
__NOTE__: 당신은 [AppGen|AppGen_ko]을 사용하여 이 튜토리얼내 만들어지는 파일들을 생성할수 있다. 만약 문제를 발견한다면, 당신은 AppGen이 수행하는 것에 당신의 결과를 비교할수 있어야만 한다. 이것을 하기 위해, extras/appgen으로 이동하고, "ant test-detailed"를 수행하라. 이것은 "appfuse-appgen" 프로젝트를 생성할 것이고, 이 튜토리얼내 코드를 생성하고 모든것을 테스트할것이다.
At line 60 changed 1 line.
! &#45796;&#47480; &#44288;&#47144; &#44544;&#46308;:
! 다른 관련 글들:
At line 62 changed 1 line.
* &#45236;&#44032; [Development Environment|DevelopmentEnvironment]&#51012; &#49483;&#50629;&#54616;&#45716; &#48169;&#48277;.
* 내가 [Development Environment|DevelopmentEnvironment]을 셋업하는 방법.
At line 69 added 1 line.
* [DWR을 AppFuse에 통합하는|http://lifeasastruct.blogspot.com/2005/10/ajax-on-appfuse.html] 방법.

Back to Articles_ko, or to the Page History.