봉 블로그

JBossSeam GettingStarted 본문

Study/Frameworks

JBossSeam GettingStarted

idkbj 2009. 8. 12. 15:43

원본 : 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.