|
|
|
|
|
by ptrwis
1003 days ago
|
|
I would say that application servers with EJB and JMS are a good environment for implementing microservices. Everything uses less resources (memory) and communication is much more efficient, plus everything is written in Java, which makes it easier to maintain consistency. |
|