Building Nanoservices with Java 8 + Java EE 7 - Adam Bien

preview_player
Показать описание
SOA was yesterday, microservices
are hot today, and nanoservices are the next big thing.
However you call your services, with Java 8 and Java EE 7 you can delete even more code as it was the case with Java EE 6.
Server side applications can be built faster, without any technical "noise", than ever before.
In this session I will build a few examples based on Java 8 and Java EE 7 and demonstrate some approaches of how to further rethink enterprise apps with Java 8 and Java EE 7.
Рекомендации по теме
Комментарии
Автор

Regarding Object-model vs Normalized-mode (relational), when we're talking about highily-connected data, it's always better to follow something like a graph-database. I'd recommend OrientDB (Object API is great and uses JPA annotations).

pirestube
Автор

I'm sorry but even though the presentation does target "what is a microservice?" and how to develop them with Java EE 6/7, it doesn't refer to Java8 goodies nor does actually make a clear separation between micro & nano services.

pirestube
Автор

As I read from your blog, you are working for commarzbank. Are you able to use docker in bank environment?

Автор

Microservices means: functional decomposition & the server as lib.. main problem: access control via token (JWT seems to be the best solution yet)

IronCandyNotes
Автор

As usual another best presentation from you...waiting to see you in December Workshop in Munich..

venquetgmail
Автор

Adam, you mentioned here (Building Nanoservices with Java 8 + Java EE 7 - Adam Bien) that you need a minimum of 5 annotations to get started in JavaEE 6. What are these 5 annotations? 
Here are mine based on your "service WAR", here are mine (class level only)

What are yours?

chukybaby