For example, we are getting a json message like this from our partner: The partner wants the client to receive the message like this (without newline but with n) But we have a chain of microservices in our ecosystem and that json goes through 4 or 5 microservices which proccesing it before client can get it. So, our partner should
Tag: architecture
Design of layered architecture for a Java application
I have code with the following architecture: Business objects (Represents business object [BO]) DataBasedModel classes (Maps to DB tables) Layered Architecture DAO (reads /write BO to DB, converts BO to DBModels and vice versa) Each table has a DAO I plan to have a manager layer on top of DAO.Manager will call DAOS.Manager handles business logic.And transactions Consider that I
Flow of the project [closed]
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Stack Overflow. Closed 10 years ago. Improve this question I am currently working in java projects. And I am handling many projects at a time. I use eclipse IDE for programming these applications which involves spring, hibernate,