April 2003
Intermediate to advanced
750 pages
16h 53m
English
We implement two clients that have very similar code:
Servlet client (for testing)
J2EE application client (for deployment)
The servlet client is easier to configure because we already have a Web project in the enterprise application:
package itso.bank5.mdb.servlet; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; ... |
Read now
Unlock full access