Sunday, November 16, 2014

Martin Fowler on MicroServices

I'm reading up on MicroServices architecture on Martin Fowler's blog . It's an architectural style that seems very appealing to me as a generalist but also because I think it matches very well with cloud architecture.


2 comments:

  1. Dude, you should check out "the other camp" ;) http://projects.spring.io/spring-boot/ and check these starter/example applications: https://github.com/spring-projects/spring-boot/tree/master/spring-boot-starters they're really simple but very powerful. Spring Boot is really awesome because it allowes you to build micro services without the need for an application server because it's wrapped in the application. It allowes you to create runnable JAR files with webserver powah :) very sweet for micro services indeed.

    Check this: https://www.youtube.com/watch?v=4LLQeMcFUpY and this maybe: http://java.dzone.com/articles/future-micro-service

    ReplyDelete
  2. This comment has been removed by a blog administrator.

    ReplyDelete