How to become a good jsp programmer _ MySQL

Source: Internet
Author: User
I saw a lot of questions on the Internet about how to learn jsp. I just saw an article on learning jsp on the Internet and translated some articles. I hope I can provide some guidance on jsp learning. 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 do not learn the required support skills while programmers

I saw a lot of questions on the Internet about how to learn jsp. I just saw an article on learning jsp on the Internet and translated some of them. I hope I can give you some guidance on jsp learning.

A common error is to treat JSP as a simplified Java. It is not. (in fact, JSP is a simplified servlets .) Programmers usually try not to learn the required support skills

Learn JSP directly. JSP is a connection technology that you need to understand and successfully connect. If you already know Java, HTML, and Javascript, this means

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.3 to understand Java basics. Don't worry about learning Swing or Java graphics, because you won't use these features in JSP. Concentrate on

It also takes time to learn Java logic in the details of Java work. Learning Applet is good, but most applications in Swing and JSP will not use applets.
Training time: 3 ~ 6 weeks.


3. 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 are required to trigger JavaScript functions from events on the HTML page.
Training time: 1 ~ 2 weeks.


4. 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.


5. 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.


6. start learning JSP.
The basic JSP learning process can be completed from step 1 to step 6, and then the JSP program can be written using JSP objects and scripts. You can also learn how to create JSP

Create a distributed application.
Training time: 4 ~ 6 weeks.


7. Learn more about JSP servers.
You can run JSP programs without more jsp servers. However, many JSP servers have their own special characteristics, so that you can better understand your JSP project.

It is necessary to learn more about how Jsp servers handle jsp programs. You can also optimize your JSP application and make it run faster without any problems.
Training time: 2 ~ 7 days.


8. learn about JDBC.
Most JSP applications use databases, and JDBC is used for database connection. The fact that every JDBC Driver supports something quite different. It is important to understand and familiarize yourself with the details of the JDBC driver used in the jsp project.
(Sometimes this part of learning is included in the previous Java or JSP learning .)
Training time: 1 ~ 2 weeks.

Now you have become a skilled JSP programmer. There are still a lot to learn. you can consider extending your knowledge, such as DHTML, XML, java certificate, JSP Tag

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.