A common mistake is to regard JSP as a simplified Java. It is impossible (in fact, JSP is a simplified Servlet). Programmers generally try to directly learn JSP without learning the necessary support skills. JSP is a connection technology that you need to understand when you successfully connect to it. You may know Java, HTML, and java script, which means that JSP is simple to use.
To be a successful JSP programmer, you can refer to this schedule. Note the following:
◆ Skip the steps you may be familiar.
◆ The training time only indicates that you have learned enough basic time to move to the next step.
1. Create and understand your Web Server
Because Apache is free and works on most platforms, we recommend Apache for training purposes.
Installation time: 2 days.
2. Make sure that you understand HTML/XHTML
You need to understand the basics of HTML, especially the use of tables in the HTML layout. XHTML will soon replace HTML. It is a good idea to learn the basics of XHTML. Many programmers
Use html ide To learn HTML (integrated design environment ). Because most html ide generates messy HTMl syntax, it is very necessary to spend time learning to manually write HTML. Because JSP and HTML mixed programming are used, it is important to be proficient in HTML syntax. Therefore, you must be fluent in HTML.
Training time: 2 ~ 4 weeks.
3. Start learning Java
It is very important to start learning Java 1.3 To Understand Java basics. Don't worry about learning swing or Java graphics, because you won't use this series of features in JSP. Focus on the details of Java work, learn Java logic, and spend time on Java Bean. Learning Applet is good, but most applications in Swing and JSP do not use applets.
Training time: 3 ~ 6 weeks.
4. Learning java script
Learn how to use java script to verify the typed Form element in HTML. You can also learn how java script can modify the Form element within an HTML page. Finally, you need to be able to trigger the java script Function Based on the events on an HTML page.
Training time: 1 ~ 2 weeks.
5. learn and understand your Web Server
It is very important to be familiar with the features of Web Server.
Training time: 2 days.
6. Create Your JSP Server
We recommend that you start with Tomcat. It can run JSP programs quite well. When you cannot use Tomcat in production, learn as much knowledge as possible to better run the program. In addition, many JSP programmers use Tomcat. Therefore, when you have a question, you can simply find help.
Installation time: 1 ~ 2 days.
7. Start learning JSP
The basic JSP learning process can be completed from step 1 to Step 6. Then, use JSP objects and scripts to write JSP programs. To learn about JSP, you can also learn how to create a distributed application.
Training time: 4 ~ 6 weeks.
8. Learn a lot of JSP servers
JSP programs can be run without many jsp servers. However, many JSP servers have their own special characteristics, which can help you better understand your JSP project. It is necessary to learn how many JSP servers handle JSP programs. You can also optimize your JSP application and make it run faster without any doubt.
Training time: 2 ~ 7 days.
9. Learn JDBC
Most JSP applications use databases, and JDBC is used for database connection. A practice that is often ignored is acceptable. What each JDBC Driver supports is quite different. It is important to understand and be familiar with the details of the JDBC driver used in the JSP project.