Latest Updates

Documenting code, one commit at a time.

Streamlining RDV Management: A Focus on Functionality and Design

Working on the rdv_Medecin project involves enhancing the functionality related to appointments (RDV - Rendez-vous). The recent development efforts have concentrated on improving the appointment management aspects of the application, likely including both backend logic and user interface components.

The updates included creating and modifying JSP (JavaServer Pages) files to enhance the

Read more

Streamlining Application Logic with Servlet Controllers

Introduction

Developing web applications often involves managing complex interactions between the user interface and the backend logic. Using Servlets as Controllers can help to organize request handling and application flow.

The Challenge

Without a well-defined structure, web applications can become difficult to maintain and scale. Handling user requests directly within JSPs or tightly

Read more