Posts tagged Microservices (11)
Getting Started with Payara Micro 5 - Demo
Published on 17 May 2018
by Andrew Pielage
Topics:
Payara Micro,
Microservices,
Demo,
Payara Server Basics,
How-to
|
0 Comments
Building Your Next Microservice With Eclipse MicroProfile
Published on 23 Apr 2018
by Ondro Mihályi
Topics:
Payara Micro,
Microservices,
MicroProfile
|
2 Comments
Event-Driven Microservices with Payara Micro
Published on 26 Mar 2018
by Jadon Ortlepp
Topics:
Payara Micro,
Microservices,
MicroProfile
|
0 Comments
Preview: MicroProfile Fault Tolerance in Payara Micro
Published on 01 Feb 2018
by Mike Croft
Topics:
Microservices,
Cloud,
MicroProfile,
Cloud-native
|
2 Comments
Our Payara Engineers have been working very hard on lots of new features ready for our final 5.181 release! One of the key features we intend to deliver is compatibility with MicroProfile 1.2, which will include (among other things) a Fault Tolerance API.
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.
Payara Server and Payara Micro in 2018
Published on 08 Jan 2018
by Steve Millidge
Topics:
What's New,
Microservices,
Cloud-native
|
2 Comments
How to Run Payara Micro on Android (No Root Required)
Published on 04 Jan 2018
by Jorge Cajas
Topics:
Payara Micro,
Microservices,
How-to
|
0 Comments
Have you ever wondered how Micro is Payara Micro?
At first, this was a fun experiment installing a terminal app on my Android phone and playing around with some Linux commands. One thing lead to another and I ended up running a Payara Micro instance on my device! In this article, I'm going to show you exactly how to do that.
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.
Speed up Microservice Development with JRebel and Payara Micro
Published on 14 Dec 2017
by Mike Croft
Topics:
Maven,
Payara Micro,
Microservices,
How-to,
Uber JAR
|
0 Comments
Admitting When You’re Wrong
Just recently, I have had to admit being wrong. Very wrong. Way back at the start of October, I was feeling the familiar sensation of panic and dread that only happens right before I need to give a presentation that includes a demo! In the end, there were major problems with the AV setup in the room I was allocated, so even arriving as early I could to set up didn’t give the techs enough time to hook up my laptop successfully.
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.