to organize the workspace? Controller -> servlet -> web socket?
- Controllers (Servlets) - and Websocket (The two are above are the entry point into your application. Your users can either interact via websocket of HTTP req). - Service (Contains your business and app logic) - Repository (DB Manipulation, also caching)
Обсуждают сегодня