Posts tagged Scalability (2)
Persistent EJB Timers in Payara Micro
Published on 31 Aug 2016
by Ondro Mihályi
Topics:
What's New,
Production Features,
Payara Micro,
Microservices,
Hazelcast,
Caching,
Clustering,
Scalability
|
0 Comments
Payara Micro is packed with most of the features and APIs that come with Payara Server Full Profile even though it doesn't entirely support whole Jakarta EE Full Profile. As an example, Payara Micro supports persistent EJB Timers, which are only required by the Jakarta EE Full Profile and not by the Web Profile. In Payara Micro, it's possible to use persistent EJB Timers, which are stored across your micro instances inside the distributed data grid as long as at least one instance in the data grid is up and running.
Payara Server Lite Nodes
Published on 09 Aug 2016
by Fabio Turizo
Topics:
What's New,
Payara Micro,
Microservices,
Hazelcast,
Caching,
Clustering,
Scalability
|
0 Comments
Payara Micro - Dynamic Clustering Demo
Published on 02 Aug 2016
by Mike Croft
Topics:
Payara Micro,
Microservices,
Demo,
Hazelcast,
Clustering,
How-to,
Scalability
|
0 Comments
Take a look at this quick demo to see some of Payara Micro's dynamic clustering capabilities. I'm running the demo without any extra tools, just Payara Micro itself. To show how Payara Micro dynamically rebalances the cluster, I used JCache
and Payara Micro's --autoBindHttp
feature.
Flexible Clustering with Payara Server
Published on 05 Jul 2016
by Ondro Mihályi
Topics:
Payara Micro,
Microservices,
Hazelcast,
Clustering,
Scalability
|
1 Comment
Application server clustering provides a means to make application infrastructure more robust and perform better. However, it is often very inflexible and even a small change in the cluster topology can involve serious maintenance costs. Payara Server supports a new way of clustering based on Hazelcast, which brings much more flexibility, decreases maintenance costs and adds the benefit of JCache support out of the box.
Creating a Simple Cluster with Payara Server 4
Published on 30 Jun 2016
by Mike Croft
Topics:
Hazelcast,
Clustering,
How-to,
Scalability
|
18 Comments
GlassFish has traditionally used Project Shoal to power its clusters. Since Shoal is no longer actively maintained, Payara Server intends to replace Shoal with Hazelcast, which has the added benefit of being JCache compliant.
Introduction to Payara Scales - Using Payara Scales with Amazon CloudFormation
Published on 05 May 2016
by Mert Caliskan
Topics:
Hazelcast,
Clustering,
Scalability,
Cloud,
Amazon Cloud
|
2 Comments
In the first part of this 'Introduction to Payara Scales' blog, I will give you an overview of the architecture for a Payara Scales cluster and a load balancer upfront, using Amazon CloudFormation and Amazon EC2.
Flexible HA & Scalability Architectures with Payara Server
Published on 08 Feb 2016
by Steve Millidge
Topics:
Production Features,
Payara Micro,
Hazelcast,
Caching,
Clustering,
Ops Teams,
Scalability
|
3 Comments
One of the lesser known features and key benefits of Payara Server is that it provides huge flexibility when architecting topologies for High Availability and Scalability. Utilising the embedded Hazelcast Data Grid for web session and JCache clustering brings the potential of many different topologies for scale out.
Payara Micro Clustering
Published on 15 Jun 2015
by Andrew Pielage
Topics:
Payara Micro,
Microservices,
Clustering,
Scalability
|
3 Comments
Using the JCache API with CDI on Payara Server
Published on 03 Feb 2015
by Steve Millidge
Topics:
Hazelcast,
Caching,
CDI,
Clustering,
Scalability
|
1 Comment
Payara Server 151 Sneak Preview - Hazelcast Session Persistence
Published on 17 Dec 2014
by Steve Millidge
Topics:
Hazelcast,
Clustering,
Scalability
|
0 Comments