1, Web Site system development needs to master the technology
(1) Database linking technology
(2) JavaBean Technology
(3) Servlet Technology
(4) Popular framework and popular XML technology
2. The source code of this class test
<%@ page language= "java" contenttype= "text/html; charset=gb18030 "
pageencoding= "GB18030"%>
<! DOCTYPE HTML PUBLIC "-//w3c//dtd HTML 4.01 transitional//en" "HTTP://WWW.W3.ORG/TR/HTML4/LOOSE.DTD" >
<meta http-equiv= "Content-type" content= "text/html; charset=gb18030 ">
<title>insert title here</title>
<body>
<form action= "index.jsp" method= "POST" >
Login Page <br>
Account <input type= "text" name= "name"/><br/>
Password <input type= "password" name= "PSD" >
<input type= "Submit" name= "submit" value= "Login" >
</form>
</body>
3. Operation Result
4. Explain why the classroom test was not completed on time
There is no net in the home and self-inertia.
5. List your hopes and goals for the course, and specify how much time you plan to spend in this class each week.
This semester read at least four books on software engineering, intensive reading of a Java Web development book and self-study (actual combat, programming);
At least 1.5 hours per day on weekdays, at least two hours a day, at least 10 hours per week (except classes).
Introduction to Software engineering class assignment 1