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
Get step-by-step solutions from verified subject matter experts
