web.xml에서 servlet이란 태그를 이용해서 서블릿을 등록 할 수 있다. 1. 등록하고자 하는 서블릿의 이름과 등록하고자 하는 서블릿 구현 클래스를 지정 해줘야함.. 2. servlet-mapping을 통해 name과 url-pattern을 지정해줘야함.. HelloServlet.java123456789101112131415161718192021222324252627282930313233package servlet; import java.io.IOException;import java.io.PrintWriter; import javax.servlet.ServletException;import javax.servlet.http.HttpServlet;import javax.servlet.http.Ht..
기초 예제 소스 123456789101112131415161718192021222324252627282930313233343536373839404142package servlet; import java.io.IOException;import java.io.PrintWriter; import javax.servlet.ServletException;import javax.servlet.annotation.WebServlet;import javax.servlet.http.HttpServlet;import javax.servlet.http.HttpServletRequest;import javax.servlet.http.HttpServletResponse; //annotation//hello ..
- Total
- Today
- Yesterday
- jdbc
- iNT
- 연결
- UTF-8
- 안드로이드
- jsp
- nsis
- Class
- 사용
- Create
- 자바
- js
- java
- 클래스
- mybatis
- 스프링
- 하기
- 생성
- Delete
- synchronized
- 종류
- spring
- Server
- Controller
- 어노테이션
- mysql
- Default
- Android
- 라이브러리
- 음식
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |