Skip to content

Commit

Permalink
introduccion
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-emarquez committed May 26, 2021
1 parent e987dc4 commit 2175795
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ La API de Java Database Connectivity (JDBC) proporciona acceso universal a los d

Los Servlets son las respuesta de la tecnología Java a la programación CGI. Son programas que se ejecutan en un servidor Web y construyen páginas Web. Construir páginas Web al vuelo es útil (y comunmente usado)

| F01 |:heavy_check_mark: | [Manejo del Pool de Conexiones](#Manejo-del-Pool-de-Conexiones) | <img src="https://media.giphy.com/media/nA5PIseVjV3he/giphy.gif" width="17px">|| 💾 | [ ⬅️ Atras](https://github.com/BrianMarquez3) |
| F01 |:heavy_check_mark: | [Introduccion Servlets](#Introduccion-Servlets) | <img src="https://media.giphy.com/media/nA5PIseVjV3he/giphy.gif" width="17px">|| 💾 | [ ⬅️ Atras](https://github.com/BrianMarquez3) |



Expand Down Expand Up @@ -2584,6 +2584,22 @@ var url = "jdbc:mysql://localhost:3306/test?useSSL=false&useTimezone=true&server
|:----------:|:------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
|D19 | [Manejo del Pool de Conexiones](https://github.com/BrianMarquez3/Learning-Java/tree/main/ManejoJDBC_PoolConexiones) | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Java-con-JDBC) |

---

## Servlets y JSP'S
## Introduccion-Servlets
<table align="center" >
<tr>
<td align="center" style="padding=0;width=50%;">
<img align="center" style="padding=0;" src="./images/arquitectura.png" />
</td>
</tr>
</table>
<table align="center">
Expand Down
Binary file added images/arquitectura.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2175795

Please sign in to comment.