Payara Services is Proud to Sponsor EclipseCon Europe 2018

Photo of Jadon Ortlepp by Jadon Ortlepp

We are looking forward to sponsoring and exhibiting at EclipseCon Europe 2018 in Ludwigsburg, Germany · October 23 - 25.

 

EclipseCon Europe is the Eclipse Foundation’s primary European event designed to create opportunities for the European Eclipse community to learn, explore, share and collaborate on the latest ideas and information about Eclipse and its member companies. Each year we survey the attendees after the conference is over. Satisfaction with the conference continues to be very high, and rising every year.

 

EclipseCon is all about community. Contributors, adopters, extenders, service providers, consumers and business and research organizations gather to share their expertise and learn from each other. EclipseCon delivers networking opportunities that lead to synergies in the community, as well as opportunities to give and receive help on specific technical issues or to generate business opportunities.

 

Rudy De Busscher will be speaking at the event on "Secure JAX-RS" and "Gradual Migration from Java EE to MicroProfile"

 

Secure JAX-RS Abstract

 

With the rise of micro-services, REST communication is more popular than ever. But the communication between the different parts must also be performed in a secure way.


First, we need to know if the user or system is allowed to call the JAX-RS endpoint. For this authentication part, self-contained tokens are the best option to not overload any of our services in the system. JWT which contains the authentication but also can contain the authorization info is ideal for this use-case.


And secondly, we need guarantees that the message isn't altered, that we can have message integrity. For that part, we can use signatures as specified in the HTTP signature draft specification.


Besides the concepts, the presentation will use various code examples to show the theory in action.

 

Gradual Migration from Java EE to MicroProfile Abstract

 

The goal of MicroProfile.IO is to optimise Java EE for a micro-service architecture. It is based on some of the Java EE specifications and standardise a few technologies from the micro-services space.

 

However, some of the microprofile implementations are completely different 'servers', like the KumuluzEE server. So how can you migrate easily from your favorite Java EE server to a MicroProfile implementation?

 

This session shows you an overview of what MicroProfile is and how it relates to Java EE. It then demonstrates with a few examples how you can adjust your Java EE application to incorporate some of the MicroProfile.IO specifications and how you can transform your Java EE application to a MicroProfile one using Thorntail, Liberty, Payara Micro and KumuluzEE.

 

 

Comments