티스토리 뷰
[Spring Web Flow 가이드] 1. Introduction
1.1. What this guide covers
본 가이드는 스프링 웹플로우(Spring Web Flow)의 모든 것을 소개할 것이다.
1.2. What Web Flow requires to run
Java 1.5 버전 혹은 그 이상이 필요.
Spring 3.1 버전 혹은 그 이상이 필요.
1.3. Where to get support
스프링 소스를 참조해서 도움을 얻을 것.
1.4. Where to follow development
생략.
1.5. How to access Web Flow artifacts from Maven Central
메이븐에서 스프링 웹플로우를 선언하려면 다음과 같이 하여라. ( 다음은 transitive한 의존성 관리로 spring-binding과 spring-js도 자동 선언된다. )
<dependency>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-webflow</artifactId>
<version>x.y.z.RELEASE</version>
</dependency>
JSF에 대한 내용 생략.
1.6. How to access Web Flow artifacts with Ivy
Ivy 내용 생략
1.7. How to access nightly builds and milestone releases
마일스톤과 스냅샷 버전 내용 생략.
'Dev Story > SpringWebFlow' 카테고리의 다른 글
[Spring WebFlow 가이드] 4. Expression Language(EL) (0) | 2015.01.24 |
---|---|
[Spring WebFlow 가이드] 3. Defining Flows (0) | 2015.01.22 |
[Spring WebFlow 가이드] 2. Whats New (0) | 2015.01.22 |