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
AppFuseAntTasks_ko
AppFuseEclipse_ko
AppFuseSupport_ko
Articles_ko
CreateManager_ko
LeftMenu




JSPWiki v2.2.33

[RSS]


Hide Menu

AppFuse_ko


Difference between version 3 and version 2:

At line 21 changed 3 lines.
AppFuse는 webapp개발의 "빠른 시작(kickstarting)" 을 위한 애플리케이션이다.
[Download|https://appfuse.dev.java.net/servlets/ProjectDocumentList], extract and execute __ant new__ to instantly be up and running with a Tomcat/MySQL app. Uses Ant, XDoclet, Spring, Hibernate (or iBATIS), JUnit, StrutsTestCase, Canoo's WebTest, Struts Menu, Display Tag Library, OSCache, JSTL and Struts (or Spring MVC). The Spring Framework has greatly enhanced AppFuse since February 2004. It's used throughout for its Hibernate/iBATIS support, declarative transactions, dependency binding and layer decoupling. This clean and simple framework has greatly reduced the complexity of AppFuse, and also eliminated
many lines of code. In short, for J2EE - it's the best thing since sliced bread. To learn more about what AppFuse is check out [this wiki page|AppFuseDefinition].
AppFuse는 webapp개발의 "빠른 시작(kickstarting)" 을 위한 애플리케이션이다. [다운로드|https://appfuse.dev.java.net/servlets/ProjectDocumentList]한 것의 압축을 풀고 바로 __ant new__를 수행한다. 그리고 Tomcat/MySQL로 구동한다. Ant, XDoclet, Spring, Hibernate (또는 iBATIS), JUnit, StrutsTestCase, Canoo's WebTest, Struts Menu, Display Tag Library, OSCache, JSTL 그리고 Struts (또는 Spring MVC) 를 사용한다. Spring프레임워크는 2004년 2월 이후 AppFuse를 크게 향상시켰다. Spring은 Hibernate/iBATIS지원, 선언적인 트랜잭션, 의존성 바인딩과 레이어 디커플링을 위해 많이 사용되었다. 이 깔끔하고 단순한 프레임워크는 AppFuse의 복잡함을 크게 줄였다. 그리고 많은 코드를 줄였다. AppFuse가 무엇인지 배우기 위해 [이 위키 페이지|AppFuseDefinition]를 보라.
At line 25 changed 1 line.
Features include Authentication (using Acegi Security), Remember Me, Self Registration, Password Hint and GZip Compression. ''The fuse to start your apps''.
많은 기능들은 인증(Acegi Security을 사용한), 자기기억, 자동등록, 비밀번호 힌트 그리고 GZip압축을 포함한다. "당신의 애플리케이션을 시작하기 위한 퓨즈이다".
At line 27 changed 4 lines.
* <strong style="color: blue">August 27, 2005:</strong> <a href="http://raibledesigns.com/page/rd?anchor=ann_appfuse_1_8_2">AppFuse 1.8.2 Released</a>. A bug fix release with no new features. Upgrades to Acegi Security and the Spring Framework.
* <strong style="color: blue">June 27, 2005:</strong> <a href="http://raibledesigns.com/page/rd?anchor=ann_equinox_1_4_released">Equinox 1.4 Released</a>. Now supports Spring 1.2.1 and Hibernate 3.0.5. Switched from HSQL to PostgreSQL as default database.
* <strong style="color: blue">June 15, 2005:</strong> <a href="http://raibledesigns.com/page/rd?anchor=ann_appfuse_1_8_1">AppFuse 1.8.1 Released</a>. A bug fix release with no new features. Also includes many upgrades to the core libraries (Hibernate, Spring, iBATIS, MyFaces).
* <strong style="color: blue">June 15, 2005:</strong> Thomas Gaudin has put together a couple of detailed and easy-to-follow tutorials on his site: <a href="http://www.thogau.net/page/thogau/tutorial01"> Handling Dates with AppFuse and Struts</a> and <a href="http://www.thogau.net/page/thogau/tutorial02">Building a persisted dynamic web tree</a>.
* <strong style="color: blue">2005년 8월 27일:</strong> <a href="http://raibledesigns.com/page/rd?anchor=ann_appfuse_1_8_2">AppFuse 1.8.2가 릴리즈되었다.</a>. 새로운 기능없이 많은 버그가 수정된 릴리즈이다. Acegi Security와 Spring프레임워크로 업그레이드되었다.
* <strong style="color: blue">2005년 6월 27일:</strong> <a href="http://raibledesigns.com/page/rd?anchor=ann_equinox_1_4_released">Equinox 1.4가 릴리즈되었다.</a>. 지금 Spring 1.2.1 와 Hibernate 3.0.5를 지원한다.디폴트 데이터베이스로 HSQL에서 PostgreSQL로 변경되었다.
* <strong style="color: blue">2005년 6월 15일:</strong> <a href="http://raibledesigns.com/page/rd?anchor=ann_appfuse_1_8_1">AppFuse 1.8.1가 릴리즈되었다.</a>. 새로운 기능없이 많은 버그가 수정된 릴리즈이다. 핵심 라이브러리(Hibernate, Spring, iBATIS, MyFaces)에 대한 업그레이드가 포함되었다.
* <strong style="color: blue">2005년 6월 15일:</strong> Thomas Gaudin은 이 사이트에 따라하기 쉬운 두가지의 튜토리얼을 올렸다. : <a href="http://www.thogau.net/page/thogau/tutorial01"> AppFuse와 Struts를 사용하여 날짜 다루기</a> 와 <a href="http://www.thogau.net/page/thogau/tutorial02">저장된 동적 웹 트리를 빌드하기</a>.
At line 32 changed 1 line.
If you want to get started with AppFuse right away, view the [QuickStart Guide|AppFuseQuickStart]. If you want to learn more about AppFuse's architecture view my ["About AppFuse" PowerPoint"|http://static.raibledesigns.com/downloads/appfuse-architecture.ppt] or checkout [a live demo|http://demo.raibledesigns.com/appfuse]. I also wrote a [recent presentation|http://appfuse.dev.java.net/AppFuse.pdf] for Denver's No Fluff Just Stuff conference.
만약 당신이 올바른 방법으로 AppFuse사용을 시작하길 원한다면, [QuickStart Guide|AppFuseQuickStart_ko]를 보라. 만약 당신이 AppFuse의 구조에 대한 좀더 상세한 것을 배우길 원한다면 나의 파워포인트 문서인 ["AppFuse에 대하여" PowerPoint"|http://static.raibledesigns.com/downloads/appfuse-architecture.ppt]를 보거나 [a live demo|http://demo.raibledesigns.com/appfuse]를 보라. 그리고 나는 덴버의 컨퍼런스를 위해 [recent presentation|http://appfuse.dev.java.net/AppFuse.pdf]를 작성했다.

Back to AppFuse_ko, or to the Page History.