1.이클리스 Java EE를 열어보면 하단에 Markers/Properties/Servers/ ... 이 있는 것을 확인 할 수 있다. 그중에 Servers 탭을 열어본다. 그럼 파란 글씨로 No servers are available. Click this link to create a new server. 라는 글씨를 볼 수 있다. 이 파란 링크를 클릭해 준다.
2.맨위 폴더에 Apache 폴더를 열어보면 Tomcat v8.0 Server(우리가 설치한 톰캣이 8.x버전이므로)가 있는데 이를 클릭하고 Next로 넘어간다.
3.Name : ApacheTomcat v8.0 Tomcat installation directory : /usr/local/Tomcat8 으로 옆에 Browse... 을 눌러 설정해준다. JRE : Java SE 8 [1.8.xxx] 로 설정해준다.
4.위의 과정이 완료되면 아무것도 없던 왼쪽 사이드에 Servers 라고 폴더가 생겼을 것이다. 그리고 밑에 Servers 탭을 보면 Tomcat v8.0 Server at localhost [Stopped, Republish] 아직 서버가 시작되지 않은 상태이다.
5.맨 오른쪽에 파란색 화살표를 눌러주면 서버가 시작된다. 그리고 다시 빨간네모를 눌러주면 서버가 멈춘다.
12) Developer Tools 23.0.7 / Android Connector for M2E 1.4.0(안드로이드 개발 필수) http://rgladwell.github.com/m2e-android/updates/ Developer Tools 모두 설치 (Developer Tools) Android for Maven Eclipse -> Android for Maven Eclipse 설치 (Android Connector for M2E)
The Client requests for aResourcein the Web Application.
TheSpring Front Controller, which is implemented as a Servlet, will intercept the Request and then will try to find out the appropriateHandler Mappings.
TheHandle Mappingsis used to map a request from the Client to its Controller object by browsing over the various Controllers defined in the Configuration file.
With the help ofHandler Adapters, the Dispatcher Servlet will dispatch the Request to the Controller.
The Controller processes the Client Request and returns theModel and the Viewin the form ofModelAndViewobject back to the Front Controller.
TheFront Controllerthen tries to resolve the actualView(which may be Jsp, Velocity or Free marker) by consulting theView Resolver object.
Then the selected View is rendered back to the Client.
Let us look into the various Core Components that make up the Spring Web Tier. Following are the components covered in the next subsequent sections.