일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- #CallByAddress
- mac terminal command
- html multimedia
- #bubbleSort
- html charset
- git flow
- html object
- html plug-in
- docker example
- #다차원포인터
- #2차원배열
- #자바상속#자바이즈어#is~a
- #1차원배열
- html5 new tag
- #C++ 연산자함수오버로딩
- html id
- 토큰경제
- hyperledger transaction
- html video
- #C++ has~a
- border-box
- 하이퍼레저패브릭
- #3차원배열
- relative path
- #JAVASCRIPT
- #binary
- #성적관리프로그램
- html code
- html youtube
- #android activity
Archives
- Today
- Total
목록#dynamic web (1)
A sentimental robot
eclipse에서 웹서버 구축하기
Servlet과 Jsp로 웹 서버를 구축할 수 있는데 eclipse에서 개발하는 것이 좋다. Servlet이 곧 자바 언어로 구현되기 때문이다. eclipse를 들어가보자. New - Other - Web - Dynamic web project Java Resources - src - 클래스명.java 실행시키기 전에 한가지 더 해야할 작업이 있다. 서버로 띄울 매핑 작업이다. 두 가지 방법이 있는데, 첫 번째 방법은 만들어준 서블릿 클래스 위에 annotation을 달아준다. @WebServlet("/myServlet") public class MyServlet extends HttpServlet 그리고 두번째 방법은 web.xml에서 매핑해주는 방법이다. WebContent - WEB-INF - we..
Web
2018. 10. 23. 21:08