You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2-0-servlet-api/2-0-1-hello-servlet-api/README.MD
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,16 @@
1
-
# <imgsrc="https://raw.githubusercontent.com/bobocode-projects/resources/master/image/logo_transparent_background.png"height=50/>Welcome Date Servlet
2
-
Your first acquaintance with Servlets, JSP and servlet Container 👀
3
-
4
-
[Servlets are the Java platform technology of choice for extending and enhancing Web servers.](https://www.oracle.com/java/technologies/servlet-technology.html)
1
+
# <imgsrc="https://raw.githubusercontent.com/bobocode-projects/resources/master/image/logo_transparent_background.png"height=50/>Hello Servlet API
2
+
Start learning Servlet API – the foundation of Java web applications 💪
5
3
6
4
### Pre-conditions ❗
7
-
You're supposed to be familiar with [Java Fundamentals](https://github.com/bobocode-projects/java-fundamentals-course)
5
+
You're supposed to be familiar with [Java Fundamentals](https://github.com/bobocode-projects/java-fundamentals-course#welcome-to-the-java-fundamentals-course)
8
6
9
7
### Objectives
10
-
***install**[Apache Tomcat Container](https://tomcat.apache.org/download-90.cgi) if you didn't ✅
8
+
***install**[Apache Tomcat Container](https://tomcat.apache.org/download-90.cgi)locally (if you don't have it yet) ✅
11
9
12
-
-*Servlets don’t have any main() method. Instead, are used Containers to control Servlets.
10
+
*Servlets don’t have any main() method. Instead, are used Containers to control Servlets.
13
11
Containers are other Java applications such as Tomcat, GlassFish or Jetty. You have to install one of it if you didn't.
14
12
We suggest to use Tomcat as more lightweight and easier in configuration.*
15
-
* ⚙ **configure a Container** depending on your environment ✅
13
+
* ⚙ **configure a Container** depending on your IDE ✅
0 commit comments