Category Archives: Microservices

Who will win? Spring Boot or Quarkus

DZone published the article “Microservices: Quarkus vs. Spring Boot“: “Nowadays, with the Microservice Architecture, perhaps it does not make sense anymore, nor any advantage, build something multi-platform (interpreted) for something that will always run on the same place and platform (the Docker Container — … Continue reading

Posted in Architecture, Microservices, Serverless | Leave a comment

Deploying Business Decision Models as Amazon Microservices

Nowadays many enterprises are moving their operational decision services to cloud utilizing Microservices and the new Serverless architecture that takes care of high availability, security, and super-fast performance. But how difficult is it to deploy business decision models as cloud-based … Continue reading

Posted in Decision Models, Microservices, Trends | Leave a comment

One Microjourney™ at a time

Alan Trefler, CEO at Pegasystems, just introduced “The new way of operating: One microjourney™ at a time“: What we’re really talking about are microjourneys – an optimized outcome for each customer touchpoint that, for example, changes the customer experience, builds a relationship, … Continue reading

Posted in Architecture, Digital Transformation, Microservices | Leave a comment

How Do Your Decision Microservices Communicate?

After you deploy your business decision models as microservices, you need to organize your inter-service communication.  Usually, your decision microservices are stateless. But what if they need to maintain some state? What if they updated values and those values got … Continue reading

Posted in Architecture, Microservices | 1 Comment

New Gartner IaaS Magic Quadrant

On July 19 Gartner published its latest “Magic Quadrant for Cloud Infrastructure as a Service, Worldwide“. AWS is being recognized as the Leader for 9th consecutive year following Microsoft, Google, Alibaba, Oracle, and IBM. The report describes their offerings with … Continue reading

Posted in Microservices, Products, Serverless, Trends | Leave a comment

Sandy Kemsley: Case Management Meets Microservices

Sandy Kemsley is an independent analyst well-known for her thoughtful reports and blogs in the area of intelligent process automation.  A quote from Sandy’s latest blog post: “Moving from a monolithic application to microservices architecture makes good sense for many … Continue reading

Posted in Microservices, Trends | Leave a comment

From “Monolithic” to “Microservices”

Traditionally web applications wrapped up business logic, data retrieval, validation, persistence, security and UI in a single bundle deployed on a web server such as Tomcat. This approach continues to work well but nowadays it’s called “monolithic” and many web … Continue reading

Posted in Architecture, Java, Microservices | Leave a comment

Decision Microservices

Nowadays microservices quickly become a highly popular architectural approach showing a lot of benefits over the legacy style of monolithic single applications. The latest DMN specifies Decision Services and more and more people deploy their decision projects as Decision Microservices. … Continue reading

Posted in Architecture, Microservices | Leave a comment

Your System has State: So Let’s Deal with It

“Making services stateless is widely considered to be a good idea.. The rub is that most applications need state of some form, and this needs to live somewhere, so the system ends up bottlenecking on the data layer.. Event streaming … Continue reading

Posted in Architecture, Microservices | Leave a comment