Posts tagged How-to (5)

How to Configure the Email Notifier with Payara Server 171 & Gmail

The latest version of Payara Server extends the Notification Service with many ways how to process notifications and send them to external services.  Sending notifications as email messages to an SMTP server is now provided out of the box. It is even possible to use an account on a public email server, such as Gmail. In this guest blog, Alessio Gennari - a member of the Payara open source community - explains to you exactly how it can be done.

 

'Demystifying Microservices for Java EE Developers' - new guide now available!

Lately there has been a lot of talk about microservices - a new way to develop and design enterprise applications. In this document, written by David Heffelfinger - an independent Java EE expert - we aim to cut through the hype, explaining microservices in terms that make sense to Java EE developers. 

 

Microservices for Jakarta EE Developers  Download the Guide

 

Payara for Beginners - Adding Payara Server to NetBeans

This blog uses NetBeans 11.1. If you're using an older version, you may need to perform slightly different steps to get the same result.

When testing an app to be run on Payara Server, it can be extremely useful to be able to test your app continuously from your IDE. If you're using NetBeans this is made very easy. Follow the steps in this blog to setup NetBeans to use Payara Server for running your web apps.

Payara Server Basics Part 2 - Forwarding Requests from Apache to Payara Server on Ubuntu

In the first blog of this series, we configured our Apache Web Server. Our next step will be to set up request forwarding to send traffic to Payara Server. If you need guidance on installing Payara Server on Ubuntu, we already have a blog post covering the installation of a JDK and Payara Server which we would recommend you read before continuing with this blog.