Posts tagged Cloud (4)
Domain Data Grid in Payara Server 5
Published on 23 Jan 2018
by Steve Millidge
Topics:
Microservices,
Hazelcast,
Clustering,
Scalability,
Cloud,
Amazon Cloud,
Cloud Connectors,
Payara Server 5,
Cloud-native,
domain data grid
|
0 Comments
In Payara Server 5 we will be introducing some major changes to the way clustering is working by creating the Domain Data Grid (see documentation for more info). The Domain Data Grid will be easier to use, more scalable, more flexible and ideally suited for cloud environments and cloud-native architectures. All Payara Server instances will join a single domain-wide data grid for sharing of in-memory data like web sessions, JCache, SSO and Stateful EJBs.
Kubernetes Native Discovery with Payara Micro
Published on 20 Dec 2017
by Susan Rai
Topics:
Payara Micro,
Microservices,
Hazelcast,
Clustering,
Cloud,
Kubernetes
|
1 Comment
Payara Micro supports Hazelcast out of the box, and can be used for clustering. This allows members in the cluster to distribute data between themselves, amongst other things. By default, Hazelcast comes with multiple ways to discover other members in the same network. A multicast discovery strategy is commonly used for this purpose; a multicast request is sent to all members in a network and the members respond with their IP addresses. Another strategy must be employed if a member cannot or does not wish to provide their IP address.
AWS Native Discovery with Payara Micro
Published on 23 Nov 2017
by Mike Croft
Topics:
Java EE,
Payara Micro,
Microservices,
Hazelcast,
Caching,
Cloud,
Amazon Cloud,
Uber JAR,
Cloud-native
|
1 Comment
Both Payara Server and Payara Micro can cluster together and share data using Hazelcast. Out-of-the-box, there is no configuration needed, since Hazelcast uses multicast to discover and join other cluster members. However, when running in cloud environments like AWS, for example, there are a lot of things which can stop discovery being quite so straightforward. The key thing is that Multicast is not available, meaning another discovery strategy is needed; the most common generic alternative is to use TCP, but this assumes that you know at least the intended subnet that your cluster members will be in ahead of time.
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.
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.
Payara Micro JCA Adapters - MQTT
Published on 28 Jun 2017
by Matthew Gill
Topics:
What's New,
Payara Micro,
Microservices,
Cloud,
Cloud Connectors
|
14 Comments
In this blog, which follows on from the introduction to Cloud Connectors in Payara Micro, we will explain MQTT and how to use it in Payara Micro with Mosquitto.
Payara Micro JCA Adapters - Apache Kafka
Published on 08 Jun 2017
by Matthew Gill
Topics:
What's New,
Maven,
Payara Micro,
Microservices,
Cloud,
Uber JAR,
Cloud Connectors
|
11 Comments
In this blog, which follows on from the introduction to Cloud Connectors in Payara Micro, we'll guide you through the process of setting up Payara Micro as a Kafka Client, which can produce and consume data from Apache Kafka.
Cloud Connectors in Payara Micro
Published on 02 Jun 2017
by Matthew Gill
Topics:
What's New,
JMS,
Java EE,
Cloud,
JCA,
Cloud Connectors
|
0 Comments
Payara Micro 172 brings with it support for JCA adapters, meaning it can be used as a client for Java Messaging Service (JMS) brokers. JMS is a Java EE API which provides a common interface for standard communication protocols. This means that you can send and receive messages between systems in a platform and language independent way. With Payara Micro now supporting JMS, you can setup your Micro instance as a JMS client with Message Driven Beans (MDBs) to listen and respond to messages from other systems through a message broker.
What's New in Payara Server 172?
Published on 22 May 2017
by Michael Ranaldo
Topics:
What's New,
JMS,
Docker,
Cloud
|
7 Comments
This spring's silver lining, Payara Server 4.1.2.172, a highly cloud-focused release, is now available!
Focusing on enhancing Payara Server and Payara Micro's ease-of-use in cloud environments, we've brought in new features to make working with Docker more seamless and secure, native support for SaaS monitoring solutions and a huge increase in messaging capabilities for Payara Micro! Inside this quarter's release you will find 54 fewer bugs, a host of ecosystem and cloud improvements, and an update to match GlassFish 4.1.2. Carry on reading for a summary of this quarter's changes, or check out the full release notes for a complete list of changes.
What's new in Payara Micro 171?
Published on 23 Feb 2017
by Fabio Turizo
Topics:
What's New,
Payara Micro,
Microservices,
Hazelcast,
Caching,
Admin,
Cloud,
MicroProfile
|
2 Comments
In case you missed the news earlier this week - we are pleased to announce a new release of Payara Micro and Payara MicroProfile 171 to start the new year with a bang! With this new release, we have implemented substantial changes that are meant to improve the stability and usability of both 'regular' and MicroProfile version of Payara Micro. As is usual with our releases, keep special attention to our blog in the following weeks to read detailed articles on these changes and features to take full advantage of them!
For Payara support customers, LTS - Long Term Support - has been introduced for both Payara Micro and Payara MicroProfile so you can expect a full year of patch releases which only include fixes - great news for users who value stability over new features (find out more about the support services here)!
All new changes and features introduced in this release are also included in Payara MicroProfile unless explicitly stated.