Further Exploration of Java Web Application Development Technology
The two major specifications for Java Web application development are Servlet and JSP.The essence of Servlet is Java class,and JSP can be converted into Servlet execution.They naturally have the characteristics of cross platform,flexibility,and easy extension.Using concise language to explain the principles behind some tech-nical points can help readers deepen their learning with object-oriented programming ideas.