Posts tagged Microservices (10)
Impressions from the JVM Conference
Published on 04 Dec 2018
by Rudy De Busscher
Topics:
Microservices,
JVM
|
0 Comments
The JVM Conference is a smaller conference with two tracks. But smaller doesn’t mean it is not worth attending. There is a very broad variety in topics from plain Java SE, backend development, to micro-services and containers in cloud environments with sessions aimed at Java programmers, operators, QA staff and IT architects. You can get up to speed in the latest trends in many areas.
Setting Up a Data Source in Payara Micro
Published on 20 Nov 2018
by Jonathan Coustick
Topics:
Payara Micro,
Microservices
|
6 Comments
Having previously blogged about setting up data sources in Payara Server, we thought we should mention that you can also set up data sources in Payara Micro. In this blog, we'll take you through the process of setting up a data source using Payara Micro, including code snippets and where to find full code examples. Let's get started!
MicroProfile Talks at Devoxx: Videos
Published on 16 Nov 2018
by Debbie Hoffman
Topics:
Payara Micro,
Microservices,
MicroProfile
|
0 Comments
Recently we shared a blog about Ondrej's talk prepared for Code One and Devoxx conferences: Be Reactive and Micro with a MicroProfile Stack. Now, we have his video so you can watch the talk as if you were there! We also enjoyed several other MicroProfile related talks at Devoxx and wanted to share some of those as well. See below for a talk about Jakarta EE MicroProfile WebStandards by Adam Bien, a Java EE/Jakarta EE and MicroProfile discussion with Sebastian Daschner, and a talk about Securing Microservices from Emily Jiang.
Payara Platform on Microsoft Azure: Accessing SQL Databases
Published on 16 Oct 2018
by Steve Millidge
Topics:
Payara Micro,
Microservices,
REST,
Microsoft Azure
|
0 Comments
Microsoft Azure provides fully managed Cloud SQL databases for use by your Azure hosted cloud services. Payara® Micro is built to be the best runtime for Cloud Native Java EE and MicroProfile applications. Here’s how to rapidly create a REST web service that retrieves data from an Azure SQL Database and returns it as JSON.
How to Write Reactive Applications with MicroProfile
Published on 10 Sep 2018
by Ondro Mihályi
Topics:
Microservices,
MicroProfile
|
5 Comments
Eclipse MicroProfile is a framework that brings innovative technology to enterprise applications. Both Payara Server and Payara Micro provide the most recent MicroProfile version as soon as possible. Along with the aim to simplify development of microservices and cloud deployment, MicroProfile is continually adopting other modern approaches and patterns like reactive programming.
Microservices for Java EE Developers (Japanese)
Published on 19 Jul 2018
by Fabio Turizo
Topics:
Java EE,
Payara Micro,
Microservices,
MicroProfile,
Japanese language
|
0 Comments
Payara Micro JCA Adapters - Microsoft Azure Service Bus
Published on 10 Jul 2018
by Matthew Gill
Topics:
Payara Micro,
Microservices,
JCA,
Microsoft Azure
|
2 Comments
In this blog, which follows on from the Cloud Connectors in Payara Micro, we will explain the Microsoft Azure Service Bus connector and how to use it in Payara Server and Payara Micro (the Payara Platform).
MicroProfile OpenAPI in the Payara Platform
Published on 28 Jun 2018
by Matthew Gill
Topics:
Payara Micro,
Microservices,
MicroProfile,
Payara Server
|
8 Comments
One of the new features in Payara Platform version 5.182 is full compatibility with MicroProfile 1.3. In this blog post, I will introduce OpenAPI 1.0, a new API in MicroProfile 1.3. This functionality is available in both Payara Server and Payara Micro in version 5.182. It's also available in version 4.1.2.182 for Payara Support customers.
Be Reactive and Micro with a MicroProfile Stack
Published on 18 Jun 2018
by Ondro Mihályi
Topics:
Payara Micro,
Microservices,
MicroProfile
|
0 Comments
A Step-by-Step Guide from Traditional Java EE to Reactive Microservice Design
Published on 18 Jun 2018
by Ondro Mihályi
Topics:
Java EE,
Microservices
|
4 Comments
A workshop given at JPrime conference in May 2018.
Have you wondered how you can improve the design of your applications to improve its performance? You probably heard that reactive design can help achieve better response time and make your applications more flexible. But you’re asking: Do I need to rewrite my applications from scratch? Do I need to learn a new framework for all that? The answer is no, especially if your application is built on top of Java EE and Java 8.