Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- spring security
- ibatis
- JPA
- Drools Fusion
- drools
- jstl
- @SqlResultSetMapping
- bootstrap jquery datepicker
- rember me
- zabbix
- JBoss Seam
- querydsl
- SVN
- spring transaction
- jquery
- Hudson
- custom filter
- jquery serialize
- guvnor
- CEP
- COC
- gwt-ext
- Spring
- java tip
- jenkins
- MySQL
- maven
- GEventEvaluator
- gwt
- spring jpa
Archives
- Today
- Total
봉 블로그
JBossSeam GettingStarted 본문
원본 : http://seamframework.org/Documentation/GettingStarted
JDK 5.0 이상 설치
Ant 1.7 설치
- ant 다운로드
- 압축풀고
- ANT_HOME 환경변수 잡고
- %ANT_HOME%\bin path 잡는다.
참고 : http://ant.apache.org/manual/index.html
Seam 설치
다운로드 및 압축해제한다.
JBoss AS 4.2.X에서 Seam Examples 돌리기(running).
- 다운로드 JBoss AS 4.2.X 및 압축해제한다.
- start JBoss with the bin/run.(sh/bat) script. (주의 : JAVA_HOME 환경변수가 설정되어 있어야한다)
- 설치한 seam 디렉토리의 build.properties 파일에 jboss.home 프로퍼티를 JBoss AS 설치경로로 설정한다. (주의 : 경로구분자 '\' 를 '/'로 설정할것)
- In the jboss-seam/examples/booking directory, type ant deploy.
- Point your browser to http://localhost:8080/seam-booking/ and register an account and book some hotels.
- In the jboss-seam/examples/dvdstore directory, type ant deploy.
- Point your browser to http://localhost:8080/seam-dvd/ and register an account and buy some movies.
- In the jboss-seam/examples/issues directory, type ant deploy.
- Point your browser to http://localhost:8080/seam-issues/ and register an account and enter some bugs.