Posts tagged Microservices (12)
Eclipse MicroProfile: a quest for a lightweight and modern enterprise Java platform
Published on 21 Nov 2017
by Mike Croft
Topics:
Java EE,
Microservices,
MicroProfile
|
0 Comments
Do you still think that Java EE is heavy-weight, cumbersome and doesn’t keep up with modern trends? I’ll show you that there are already production-ready enterprise and open source solutions to bring more flexibility than the traditional Java EE servers from the past. They strive to provide lightweight and extensible runtimes to power microservices, cloud deployments and reactive architectures already. Their individual efforts are naturally followed by an open collaboration within the MicroProfile project.
Java EE Presentations at JavaOne 2017
Published on 26 Oct 2017
by Dominika Tasarz
Topics:
Java EE,
Microservices,
MicroProfile
|
0 Comments
Didn't get a chance to attend JavaOne 2017 earlier this month? You can now watch some of the conference talks online! See below for our selection of the most interesting and useful presentations about Java EE.
All JavaOne 2017 recorded talks can be found on the Oracle Java YouTube channel.
Expanded Request Tracing Service in Payara Micro
Published on 21 Sep 2017
by Fabio Turizo
Topics:
What's New,
Payara Micro,
Microservices,
diagnostics,
request tracing
|
0 Comments
As previously reported on this blog, the Request Tracing Service was improved drastically in release 4.1.1.171 and implemented the configuration of a historic trace record storing for increased productivity purposes. In addition to these changes, we also made the configuration on the Request Tracing Service in Payara Micro for the same release. These changes to Payara Micro make it simpler to configure the Request Tracing Service when starting a new instance!
MicroProfile Panel - One Year On
Published on 14 Sep 2017
by Dominika Tasarz
Topics:
Java EE,
Microservices,
MicroProfile
|
0 Comments
Just a little over a year ago, the MicroProfile initiative was born. The community first heard about it at the DevNation conference in San Francisco on the 27th June last year. During the keynote panel, the five founding members (Red Hat, IBM, Tomitribe, LJC, and Payara) announced their collaboration and their main goal - to make it easier for developers to use familiar Java EE technologies and APIs for building microservice applications.
Payara Micro in Docker
Published on 04 Sep 2017
by Matthew Gill
Topics:
Payara Micro,
Microservices,
Docker,
Cloud
|
1 Comment
The Payara Micro 173 release had a few changes which will make the lives of Docker users easier. This blog will cover the changes which affect Payara Micro in Docker, demonstrating the following:
-
Using the new Payara Micro 5 Docker image, which provides Java EE 8 features.
-
Deploying applications without the targetted database being present.
-
Adding library JARs from the command line.
'5 ways to improve your Java EE applications in reactive way' - Ondrej Mihalyi at GeeCON 2017
Published on 30 Aug 2017
by Ondro Mihályi
Topics:
Java EE,
Payara Micro,
Microservices,
JVM
|
0 Comments
Have you ever wondered how you can improve the performance of your applications under high load? You've probably heard that reactive design can help meet better response time and make your applications more flexible. In this presentation, I will show that you don’t need to rewrite your Java EE applications from scratch to achieve that!
Using the Payara Micro Maven Plugin
Published on 03 Aug 2017
by Mike Croft
Topics:
ActiveMQ,
JMS,
Maven,
Payara Micro,
Microservices,
How-to,
Uber JAR
|
4 Comments
Payara Micro provides build tool plugins for Maven and Gradle. The plugins allows to start/stop/reload Payara Micro instance and package uber jar bundle of application. To illustrate the use of Payara Micro Maven Plugin, I'll be revisiting my earlier blog on another feature of Payara Micro - the ability to use Payara Micro as a JMS consumer.
Nadando río arriba: Avanzando con Eclipse MicroProfile y JDK8
Published on 28 Jul 2017
by Mike Croft
Topics:
What's New,
Payara Micro,
Microservices,
MicroProfile,
Eclipse,
Spanish language
|
0 Comments
Eclipse MicroProfile es una especificación para un conjunto de APIs diseñadas para construir MicroServicios. Este proyecto ha existido desde hace más de un año y es algo con lo que Payara está altamente comprometido. Los lectores a los que les gusta estar al día con las noticias desde a comunidad de Java probablemente serán conscientes de como el proyecto ha progresado a grandes saltos últimamente. Está siendo un camino largo y arduo desde la versión 1.0 a la versión 1.1 de la especificación pero, en este momento, mucho ha sido desarrollado y hay multitud de APIs actualmente en desarrollo.
Swimming Upstream: Moving Forward with Eclipse MicroProfile and JDK 8
Published on 28 Jul 2017
by Mike Croft
Topics:
What's New,
Payara Micro,
Microservices,
MicroProfile,
Eclipse
|
0 Comments
The Eclipse MicroProfile is a specification for a set of APIs appropriate to building MicroServices. The project has existed for over a year now and is something that Payara is highly committed to. Readers who like to keep up-to-date with news from the Java community will probably already be aware of how the project has progressed in leaps and bounds lately. It's been a long road from version 1.0 to version 1.1 of the specification but, in that time, a lot has developed and there are multiple APIs currently being worked on.
Payara Micro JCA Adapters - Amazon SQS
Published on 26 Jul 2017
by Matthew Gill
Topics:
What's New,
Payara Micro,
Microservices,
Cloud,
Amazon Cloud,
Cloud Connectors
|
3 Comments
In this blog, which follows on from the Cloud Connectors in Payara Micro, we will explain the Amazon Simple Queue Service (SQS) connector and how to use it in Payara Server / Micro.