Question: 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!