Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vrdwork/JavaWebApplicationExample
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Myanse/Ejercicio_JavaWebApplicationExample
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 4 commits
  • 4 files changed
  • 1 contributor

Commits on Jan 11, 2024

  1. En MyServlet.java se ha añadido un formulario.

    En MyServlet2.java se han recogido con variables los datos del formulario y se muestran en la web.
    Myanse committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    679b380 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Eliminamos el código HTML de los Servlets para implementarlo en dos J…

    …SP. Solo utilizaremos un Servlet para que haga de controlador.
    Myanse committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    c1e2e1c View commit details
    Browse the repository at this point in the history
  2. Añadido código en MyServlet para asegurar que la variable "options" t…

    …iene algún valor, puesto que en el siguiente JSP se compara utilizando el método equals().
    Myanse committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    1e13052 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    a6d2525 View commit details
    Browse the repository at this point in the history
Loading