Jetty Embeding
Wed Jun 25 00:32:00 UTC 2008
Wed Jun 25 00:32:00 UTC 2008
Embeding 예제 소스
참고사이트 : http://docs.codehaus.org/display/JETTY/Embedding+Jetty
package org.foo;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
피그몽