Table of Contents
The first stage Java basics
Second stage: JavaWeb front-end technology
The third stage: JavaWeb front-end technology
Phase 4: Project phase
Finally let me say it
Home Java javaTutorial Make up your mind to learn Java backend, you must understand these learning stages

Make up your mind to learn Java backend, you must understand these learning stages

Aug 02, 2018 am 10:21 AM
c++ html java php php framework

Apart from being ugly and unable to speak, I have no other skills, so I can only study hard. I plan to learn Java backend in the near future. In addition to my own work, I usually have to take on some private work, but almost all of them require front-end knowledge and Java backend, so I thought it would be better if I could develop it myself? Based on some experience and collected information, the following learning plan has been compiled.

So my plan is like this

The first stage Java basics

I have been familiar with Android for so long, and I am exposed to Java every day, and I still have Java technology.

Second stage: JavaWeb front-end technology

Web front-end basics such as HTML, CSS, JavaScript basics, jQuery basics, BootStrap.

What is BootStrap

is a framework for making web pages (currently the most popular WEB front-end framework), which means that you only need to write HTML tags and call its classes and you can quickly create a high-end web page without worrying about compatibility. Question, there are many styles for you to choose from! For example, if you need to make a website navigation, right? If you write it yourself, you need to write a lot of code, but if you use the bootstrap framework to write it, you only need to write the HTML tag and call the class name!
Go to the bootstrap Chinese website and look at its API to get started quickly!

Its official Chinese website is:
http://www.bootcss.com/

The third stage: JavaWeb front-end technology

Specific requirements What to learn, let me talk about it in general here first

  • Mysql and JDBC

  • JavaWEB core technology

  • The working principle of the WEB server

  • Installation and startup of Tomcat (Fortunately, I have played with tomcat in my spare time before)

  • HTTP protocol detailed explanation (are you familiar with Android)

  • Servlet related learning

  • The application of HttpServletResponse and HttpServletRequest, the application of HTTP protocol in the web Used in developing applications, request forwarding and redirection. (I am so familiar with it)

  • Cookie and Cookie application

  • JSP operating principle

  • JDBC transactions

  • AJAX

Phase 4: Project phase

1. SSH framework

Hibernate5 framework, Struts2 framework, Spring4 framework, SSH comprehensive case practice, springBoot, mybatis
springMVC and other frameworks

2, project practice

Oracle database, Maven, BOS logistics management system or many projects like ERP management system, business integrated management platform

Finally let me say it

How important it is to make a plan! The execution of the plan is even more important! In the step-by-step implementation, it may take a long time, a week or a month.

But someone wants to ask me if I want to switch to the Java backend. I think I made it very clear at the beginning. I learned Java in my spare time. I just want to turn the impossible into possible!

Make up your mind to learn Java backend, you must understand these learning stages

Finally, I think of a poem from one of our programmers:

people on the Qiu Ming Mountains hope ,
often There are drivers competing against each other.
Now the lane is still at ,
the old driver is no longer there!

Learning Java background, I am confident that I can walk this journey with you, how about you!

Related articles:

Learning Java is divided into several stages, what are they?

Suggestions for Java programmers at various stages of learning

Related videos:

JavaScript Learning Guide

The above is the detailed content of Make up your mind to learn Java backend, you must understand these learning stages. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PHP and Python: Different Paradigms Explained PHP and Python: Different Paradigms Explained Apr 18, 2025 am 12:26 AM

PHP is mainly procedural programming, but also supports object-oriented programming (OOP); Python supports a variety of paradigms, including OOP, functional and procedural programming. PHP is suitable for web development, and Python is suitable for a variety of applications such as data analysis and machine learning.

Choosing Between PHP and Python: A Guide Choosing Between PHP and Python: A Guide Apr 18, 2025 am 12:24 AM

PHP is suitable for web development and rapid prototyping, and Python is suitable for data science and machine learning. 1.PHP is used for dynamic web development, with simple syntax and suitable for rapid development. 2. Python has concise syntax, is suitable for multiple fields, and has a strong library ecosystem.

C# vs. C  : History, Evolution, and Future Prospects C# vs. C : History, Evolution, and Future Prospects Apr 19, 2025 am 12:07 AM

The history and evolution of C# and C are unique, and the future prospects are also different. 1.C was invented by BjarneStroustrup in 1983 to introduce object-oriented programming into the C language. Its evolution process includes multiple standardizations, such as C 11 introducing auto keywords and lambda expressions, C 20 introducing concepts and coroutines, and will focus on performance and system-level programming in the future. 2.C# was released by Microsoft in 2000. Combining the advantages of C and Java, its evolution focuses on simplicity and productivity. For example, C#2.0 introduced generics and C#5.0 introduced asynchronous programming, which will focus on developers' productivity and cloud computing in the future.

Why Use PHP? Advantages and Benefits Explained Why Use PHP? Advantages and Benefits Explained Apr 16, 2025 am 12:16 AM

The core benefits of PHP include ease of learning, strong web development support, rich libraries and frameworks, high performance and scalability, cross-platform compatibility, and cost-effectiveness. 1) Easy to learn and use, suitable for beginners; 2) Good integration with web servers and supports multiple databases; 3) Have powerful frameworks such as Laravel; 4) High performance can be achieved through optimization; 5) Support multiple operating systems; 6) Open source to reduce development costs.

HTML: The Structure, CSS: The Style, JavaScript: The Behavior HTML: The Structure, CSS: The Style, JavaScript: The Behavior Apr 18, 2025 am 12:09 AM

The roles of HTML, CSS and JavaScript in web development are: 1. HTML defines the web page structure, 2. CSS controls the web page style, and 3. JavaScript adds dynamic behavior. Together, they build the framework, aesthetics and interactivity of modern websites.

The Future of HTML: Evolution and Trends in Web Design The Future of HTML: Evolution and Trends in Web Design Apr 17, 2025 am 12:12 AM

The future of HTML is full of infinite possibilities. 1) New features and standards will include more semantic tags and the popularity of WebComponents. 2) The web design trend will continue to develop towards responsive and accessible design. 3) Performance optimization will improve the user experience through responsive image loading and lazy loading technologies.

PHP: An Introduction to the Server-Side Scripting Language PHP: An Introduction to the Server-Side Scripting Language Apr 16, 2025 am 12:18 AM

PHP is a server-side scripting language used for dynamic web development and server-side applications. 1.PHP is an interpreted language that does not require compilation and is suitable for rapid development. 2. PHP code is embedded in HTML, making it easy to develop web pages. 3. PHP processes server-side logic, generates HTML output, and supports user interaction and data processing. 4. PHP can interact with the database, process form submission, and execute server-side tasks.

PHP vs. Python: Use Cases and Applications PHP vs. Python: Use Cases and Applications Apr 17, 2025 am 12:23 AM

PHP is suitable for web development and content management systems, and Python is suitable for data science, machine learning and automation scripts. 1.PHP performs well in building fast and scalable websites and applications and is commonly used in CMS such as WordPress. 2. Python has performed outstandingly in the fields of data science and machine learning, with rich libraries such as NumPy and TensorFlow.

See all articles