How can a successful Jsp programmer learn JSP?

Source: Internet
Author: User
How can a successful Jsp programmer learn JSP? -- Linux general technology-Linux programming and kernel information. The following is a detailed description. 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.


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 must
The JavaScript Function is triggered in 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. Learn another aspect of JSP and learn how to 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 very important to understand 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 many things to learn. You can consider extending your knowledge, such as DHTML, XML, java certificate, JSP Tag Libraries or Servlets, to see what type of website you want to create.

These trainings are the core of JSP. You don't have to learn all of the above, depending on what tasks you assign to your project and what knowledge you have. But this is my schedule for successfully training programmers. The key unit is time. On average, five months can indeed train a person (from the beginning to the completion) to become a programmer familiar with jsp. Five months seem to be a long time, but it is far more than what a senior WEB programmer has learned.
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.