Mike Croft for TechTarget - Implementing Microservices for Java EE
Published on 05 Dec 2016
by Dominika TasarzWatch the interview with Mike Croft, Payara's Support Engineer, where he discusses views on implementing and building microservices for Java EE and talks about the challenges that businesses might face when adopting microservices.
"There's been a lot that's already written about what the technical challenges of microservices are, what should define a microservice, how micro should a microservice be(...). For me, I think the really big challenge that is often underestimated is something that's encapsulated in Conway's Law, which states that any organization is bound to develop software that reflects its own communication structure internally.
So, I think the biggest challenge that organizations face is not necessarily its technical challenges, but the management challenges that come with going from a monolithic approach to developing software (...) and restructuring the organization to better reflect how you want your microservices architecture to develop".
Visit the TechTarget website here to watch the full video interview with Mike, conducted by Jan Stafford - the Executive Editor for TechTarget - at the 2016 JavaOne conference in San Francisco.
click the image to see the interview
Related Posts
Moving Beyond GlassFish - Here's Why and How
Published on 11 Nov 2024
by Chiara Civardi
0 Comments
If you’re still managing Java applications on GlassFish middleware, you might be hitting some roadblocks, such as difficulties with automation, lack of integrated monitoring and official support and limited abilities with modern tools. However, ...
Nugget Friday - Building Resilient Microservices with MicroProfile Fault Tolerance
Published on 08 Nov 2024
by Luqman Saeed
0 Comments
While we all want maximum uptime for our software systems, failures and downtimes are inevitable. However, these can be minimized and quickly resolved through comprehensive, robust and well-designed fault tolerance mechanisms. This Nugget ...