How to become an excellent JSP programmer

zhaozj2021-02-11  203

(Translation) how to be a good jsp programmer Author: Casey Kochmer Translation: Liu Yufeng http://www.21jsp.com in line to see a lot of questions about how to learn jsp, just saw an article about online learning jsp's The article took part of the translation, hoping to learn JSP a little guidance on everyone. An ordinary error is to use JSP as a simplified Java. It is not, (in fact, JSP is a simplified servlets.) Programmer usually tries to learn JSP directly without the support techniques of learning requirements. JSP is a connection technology and successfully connects to additional technologies you need to understand. If you already know Java, HTML, and JavaScript, this means that JSP will be simple. Need to be a successful JSP programmer to refer to this schedule. Please note the following: * Ignore the steps you are already familiar with. * Training time is only a basic time that is good enough to move to the next step. 1. Establish and understand your web server. Because Apache is free and working on most platforms, Apache is recommended for training purposes. Installation time: 2 days. 2, to ensure that you understand HTML / XHTML. You will need to understand the HTML foundation, especially the use of Table in the HTML layout. XHTML will soon replace HTML, learning XHTML's basis is a good idea. Many programmers learn HTML (integrated development environment) through HTML IDE. Because most HTML IDE produces confusion HTML syntax, it is necessary to spend time learning handwriting HTML is necessary. Because you will use JSP and HTML hybrid programming, it is important to master HTML syntax. So, you must fluently write HTML fluent. Training time: 2 ~ 4 weeks. 3, start learning Java. It is important to learn Java 1.3 to understand Java foundation. Don't worry about learning Swing or Java graphics, because you don't use these features in JSP. Concentrate in the details of Java work, learn Java logic, and spend time on Java Bean. Learning Applet is good, but most of the applications in Swing, Most applications in JSP will not use the applet. Training time: 3 to 6 weeks. 3. Learning JavaScript learning how to verify the input FORM elements in HTML in HTML. Also learn how JavaScript can modify the form elements within a HTML page. Finally, you can trigger JavaScript Function from an event within an HTML page. Training time: one to 2 weeks. 4, learn and understand your better details for your Web Server. It is important to familiarize with the characteristics of Web Server. Training time: 2 days. 5. I have established your JSP Server I recommend starting with Tomcat. It can run the JSP program very well. When you can't use Tomcat, learn as much knowledge as possible for your better operation. In addition, many JSP programmers use Tomcat. So when you encounter a problem, you will easily find help. Installation time: one to 2 days. 6, start learning JSP. Steps 1 to 6 of the basic JSP learning can be done, then use the JSP object and the script to write the JSP program to contact. Another aspect of learning JSP can learn how to create a distributed application. Training time: 4 ~ 6 weeks. 7. Learn more JSP Server. No JSP Server can also run JSP programs for more JSP Server.

转载请注明原文地址:https://www.9cbs.com/read-3860.html

New Post(0)