Development Steps (CRUD for Restaurants)

1. Render Index Page

Task: Create landing page with navigation to restaurant list

2. List All Restaurants

Task: Render List of restaurants

3. Render Update & Delete Links/Buttons in list.jsp

Hint: Use <c:url> tags for proper URL generation

4. Soft Delete Specific Restaurant

Why soft delete?