Archive from July 2017
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.
Payara Server Basics Part 4 - Load Balancing Across Payara Server Instances with Apache Web Server
Published on 20 Jul 2017
by Michael Ranaldo
Topics:
Payara Server Basics,
Clustering,
How-to,
GlassFish basics,
Scalability,
Apache,
Payara Server Basics - Series,
Developer
|
3 Comments
Continuing our introductory blog series, this blog will demonstrate how to add load balancing capability to Apache Web Server and forward to our simple Payara Server cluster.
A load balancer can redirect requests to multiple instances, primarily for the purpose of distributing incoming requests between cluster members based on pre-determined rules. This could be a simple "round-robin" algorithm, where the workload is distributed to each instance in turn, or a weighted algorithm where requests are delivered based on a pre-determined weight for each cluster member.
Fundamentos de Payara Server Parte 4 - Balanceo de Carga a través de Instancias de Payara Server con Servidor Web Apache
Published on 20 Jul 2017
by Michael Ranaldo
Topics:
Payara Server Basics,
Clustering,
How-to,
GlassFish basics,
Scalability,
Apache,
Payara Server Basics - Series,
Developer,
Spanish language
|
0 Comments
Continuando con nuestra serie de blogs de introducción, este blog va a demostrar como añadir la capacidades de balanceo de carga a un Servidor Web Apache y asi re-enviar las peticiones HTTP a nuestro cluster de Payara Server.
Security Auditing in Payara Server - Part 2
Published on 14 Jul 2017
by Fabio Turizo
Topics:
How-to,
Security,
JVM,
EJB
|
0 Comments
Following up from the first part of the Security Auditing article, where we covered the audit logging, in this part we will focus on creating a custom audit module.
Resolving Library Conflicts with Class Whitelisting
Published on 12 Jul 2017
by Lenny Primak
Topics:
How-to,
Developer
|
5 Comments
Many applications, especially complex legacy ones that are packaged with a large number of libraries, may contain libraries that are also shipped with Payara Server (like Google Guava or Jackson for example). These types of conflicts can be very hard to track down and solve. Starting from the 171 release of Payara Server, there is now another solution in the toolbox which can help with resolving these dependency conflicts.
Security Auditing in Payara Server - Part 1
Published on 06 Jul 2017
by Fabio Turizo
Topics:
How-to,
Security,
JVM,
EJB
|
0 Comments
Security is always a concern you must have when implementing applications that will run in production environments. Both the JVM and Payara Server have a strong tool set of security implementations for most use cases in the industry, so you won’t have to worry about implementing your own security measures from scratch.