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: sickgr/JavaWebApplicationExample
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Oct 12, 2024

  1. Added form in Servlet1 to capture first and last name and display the…

    …m in Servlet2
    
    - Implemented an HTML form in Servlet1 to collect "fname" and "lname".
    - Modified Servlet2 to retrieve and display the form parameters ("fname" and "lname") in the response.
    sickgr committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    d95e19e View commit details
    Browse the repository at this point in the history
  2. Added form in Servlet1 to capture first and last name and display the…

    …m in Servlet2
    
    - Implemented an HTML form in Servlet1 to collect "fname" and "lname".
    - Modified Servlet2 to retrieve and display the form parameters ("fname" and "lname") in the response.
    sickgr committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    7bed520 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Created 'formulario.jsp' and 'bienvenida.jsp' in the 'webapp' directory.

    Configured MyServlet to forward requests to 'formulario.jsp' using RequestDispatcher.
    
    Configured MyServlet2 to forward requests to 'bienvenida.jsp' with the parameters 'fname' and 'lname'.
    
    Ensured separation of concerns by handling presentation logic with JSP and business logic with servlets.
    sickgr committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    6b8164e View commit details
    Browse the repository at this point in the history
Loading