Introduction to Web Application Development
Hello Everyone,
How are you guys doing? I hope and pray almighty Allah that whoever reading this article and people all over the world should be in good health in these challenging times of the Pandemic. I am excited to start one more learning series on Web Application Development in java powered by Spring Boot. As part of this series, we are going to learn how to develop a complete modern Web Application using Java powered by Spring Boot. In episode 1, we are going to learn the below things.
1) What is the Web?
2) What is Web Application Development?
3) What is Web Application Development in Java?
4) What is Web Application Development in Java powered by Spring Boot?
So let's get started with our opening episode.
1) What is the Web?
In simple terms, The World Wide Web(WWW) is commonly known as the Web, it is a giant information system on the internet. But, to truly understand what the web is, you should understand what problem does Web solves and the story behind it? I highly recommend going over the below link to know about the problems which led to the invention of the Web.
2) What is Web Application Development?
In simple terms, it means developing and building WebSites, Applications, Services that communicate with each other over the Web. There are many individual components involved in Web Application Development like Web Browsers(Chrome, Firefox, Edge), Load balancers, Servers(Web, Application, File, Database, Security, Mail) and etc, but on a high level, we majorly have the below 3 components.
3) What is Web Application Development in Java?
When we talk about Web Application Development in java, we're talking about solving the problems and building the components of web development using Java. That means when a user submits data to our website, we will use Java to process it. When a user requests a web page from the server, we will use Java to render it.
4) What is Web Application Development in Java powered by Spring Boot?
I would like to conclude episode 1of our Season 1 here, stay tuned for episode 2.
References
Disclaimer
This article is governed by the "Fair Use" doctrine and is only for purpose such as criticism, comment & teaching.
Note:- This is a living article.