Biography

Ivar Grimstad is a Java Champion and software architect focusing on Enterprise Java. He is participating in the Java Community Process as a member of the Expert Groups for JSR 368 (JMS 2.1), JSR 371 (MVC 1.0), JSR 375 (Java EE Security API). He is also a member of the NetBeans Dream Team.

He has been working with Java since the beginning and has over the years tried out everything from lightweight mobile applications to large scale enterprise applications. His experience covers all aspects of designing architectures based on a variety of technologies including standard Java EE as well as other frameworks such as Spring and a variety of open source products.

Ivar is a frequent speaker at international developer conferences.

MicroProfile - by Example

Architectures based on microservices introduce new challenges for architects and
developers. An ever-increasing list of languages and tools brings with it the
capabilities to conquer this challenge. Java is no exception.

The latest addition in this area is the http://microprofile.io[Microprofile.io] initiative.

In this session, we will explore different approaches to building microservices
using the Java ecosystem and compare them to using Microprofile.io.

All strategies for building microservices with Java that are presented will be
compared and demoed in live coding demos. The demos will include technologies
such as Java, Java EE, microprofile.io, Spring Boot, Docker and more.

MVC 1.0 - Now Even Better!

MVC 1.0, as specified by JSR 371, may not be targeted for the upcoming Java EE 8 release, but the specification is still going on as a standalone specification.

It is already possible to use the technology in a Java EE 7 environment and as Java EE 8 and 9 evolves, MVC 1.0 will be kept aligned to take advantage of the features provided by the platform.

This session will go through the fundamentals of this specification and explain the core concepts. We will show lots of code samples showing how to use the framework to build MVC 1.0 applications.

There will even be a demo of tooling support available and tips’n’tricks on how to extend the framework.

After this session you will have everything you need to get started using the technology to quickly build secure, flexible, localized MVC Web applications.