Cloud Connectors in Payara Micro
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 […]
Read MoreShowing Search Results For:
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 […]
Read MoreAt the end of April I had a pleasure to speak at the Oracle Code event in Prague. Oracle Code is a new series of free events, hosted in different locations around the world and aimed […]
Read MoreThis 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 […]
Read MorePayara Server 171 was a huge release with lots of new features and improvements on many others. We’ve already written about improvements to the Request Tracing service and had a guest blog about using the […]
Read MoreThe previous part of this blog showed how to take a thread dump of Payara Server. This part will go through reading these thread dumps, particularly in regard to identifying deadlocks.
Read MoreThread dumps are a useful tool for debugging an application that’s running slowly, or is otherwise causing problems. A thread dump is a snapshot of what each running thread is doing at a particular moment. […]
Read MoreIn prior releases of Payara Server, it was not possible to control the maximum number of concurrent Stateless EJB instances in Payara Server. It was, however, possible to control the number of pooled Stateless EJB instances, […]
Read MoreThis quick vlog shows off a few of the recent features and changes we added to Payara Micro in the 171 release. In it, we’ll cover sending asadmin commands to Micro instances from the DAS, […]
Read MoreContinuing our introductory blog series, this blog will demonstrate how to set up a simple Hazelcast cluster of two instances. In contrast to a development environment, where a single server is enough to act […]
Read MoreContinuando con nuestra serie de introducción, este blog va a demostrar como configurar un cluster sencillo de dos instancias mediante Hazelcast.
Read MoreMost modern-day web applications need some way to store data in a database. Oracle arguably gives you the best RDBMS solution when it comes to security, support, and scalability. Oracle XE is the version that […]
Read More