[Struct2] Amateras 설정

|

<Step1> http://amateras.sourceforge.jp
에서 amateras plugins 다운 eclipse 3.2 버전 -> html editor 2.0.4 다운


<Step2> eclipse_home/plugins 에 복사

<Step3> plugins가 제대로 설정 되었을 때 화면

<Step4> 간단한 사용법을 익혀 보자.
             ※struts-config.xml  Action(.do)을 만들고...


<Step5> forward할 jsp파일을 만들고 forward 연결


<Step6> jsp 파일 만들기

<Step7> 실행화면


※ web.xml
 <servlet-mapping>
<servlet-name>action</servlet-name>  
<url-pattern>*.do</url-pattern>
  </servlet-mapping>
.do확장자 action mapping을 찾아본다.

'JAVA/JSP > Struts2' 카테고리의 다른 글

[Struts2]Amateras 설정 및 간단한 예제  (0) 2008.12.23
[Struts2] 기본적인 설정  (0) 2008.12.22
[Struts2] StartingStruts2(pdf)  (0) 2008.12.22
[Struts2] 파일별 기본 역활과 개념  (0) 2008.12.22
[Struts2] struts.properties  (0) 2008.12.22
And