-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/eagledev-am/fawry-intern
- Loading branch information
Showing
2 changed files
with
40 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Week 8 | ||
## Web Overview | ||
- **Servlet** | ||
>Servlet is a Java program that runs on a server and is used to handle client requests, typically HTTP requests. Servlets are a key component of Java web applications and are commonly used to generate dynamic web content. They operate as the backend logic that processes the client's request, interacts with databases or other services, and generates a response, usually in the form of HTML, JSON, or XML. | ||
<br> | ||
|
||
| Resource | instructor | | ||
| ---------| ---------| | ||
|[WebOverview (part1)](https://drive.google.com/file/d/15v7tlEScnicnBVqqWwkg6RSotjbA3OIU/view?usp=sharing) | Eng. Hany Ahmed | | ||
|[WebOverview (part2)](https://drive.google.com/file/d/1TuPs-zrWYvlxMNs549sWKcgv38DF8Bg3/view?usp=sharing) | Eng. Hany Ahmed | | ||
| Other resources | | ||
|[Building Dynamic Web Applications using Servlets and JSP](https://maharatech.gov.eg/course/view.php?id=2248) | Eng. Mona Mahrous | | ||
|[jsp and servlet](https://www.youtube.com/watch?v=7TOmdDJc14s&list=PLsyeobzWxl7pUPF2xjjJiG4BKC9x_GY46) | Telusko | | ||
|
||
<br> | ||
|
||
## Spring Framework | ||
> spring comprehensive framework for Java that simplifies the development of enterprise-level applications. It provides a wide range of tools and libraries to streamline the development of modern, scalable, and maintainable Java applications, particularly web applications. | ||
<br> | ||
|
||
| Resource | instructor | | ||
| ---------| ---------| | ||
|[Spring core ](https://drive.google.com/file/d/1xji11Um_qfTDEopNG2mu4jOrVgyOkNdd/view?usp=sharing) | Eng. Magued Mamdouh | | ||
|
||
|
||
|