Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a simple server that uses simple design patterns Factory: Your server should parse the routes and create a new Processor class depending on the

Create a simple server that uses simple design patterns

  • Factory: Your server should parse the routes and create a new Processor class depending on the route

  • Builder: The process method of your Processor should use the Builder pattern to create a response.

  • DAO: Make a class that abstracts the data interactions away from the rest of the app

  • Singleton: Wrap your dao instance as a singleton class

  • Lazy Loading: DAOs should only load data when requested

  • DTO: Your JSON parsing, as well as response objects must be DTOs

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

International Baccalaureate Computer Science HL And SL Option A Databases Part I Basic Concepts

Authors: H Sarah Shakibi PhD

1st Edition

1542457084, 978-1542457088

More Books

Students also viewed these Databases questions