Nine steps to become a successful Jsp programmer

Source: Internet
Author: User
Tags html page tomcat
How to become a successful Jsp programmer? A common error is to treat JSP as a simplified Java. It is not. (in fact, JSP is a simplified servlets .) Programmers usually try to learn JSP directly without learning the required support skills. JSP is a connection technology that you need to understand and successfully connect. If you already know Java, HTML, and Javascript, this means that JSP is indeed simple.
To become a successful JSP programmer, refer to this schedule. Note the following:
* Ignore the steps you are already 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 you understand HTML/XHTML.
You will 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 Development Environment ). Because most html ide generates messy HTMl syntax, it is necessary to spend time learning to manually write html. Because you will use JSP and HTML hybrid programming, 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.4 to understand Java basics. Don't worry about learning Swing or Java graphics, because you won't use these features in JSP. Focus on the details of Java work, learn Java logic, and spend time on Java Bean. It is good to learn the Applet, but most applications of Swing and JSP do not use the small program sequence.
Training time: 3 ~ 6 weeks.
4. Learn JavaScript
Learn how to verify the input Form element in HTML. You can also learn how JavaScript can modify Form elements within an HTML page. Finally, you must
The JavaScript Function is triggered in events on the HTML page.
Training time: 1 ~ 2 weeks.
5. Learn and understand the better details of 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 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 encounter a problem, you will easily find help.
Installation Time: 1 ~ 2 days.
7. Start learning JSP.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.