Posts from Luqman Saeed

Photo of Luqman Saeed

Maven Dependency Scopes: Choosing the Right Tool for the Job

Maven is arguably the most used build automation tool in the Java ecosystem. With that great power and popularity, comes great...configuration options! One such option that can leave you scratching your head is dependency scopes. This blog post takes a quick look at maven scopes, what they are and when to choose which scope.

Microservices Mania: Are Moduliths the Saner Path to Scalable Architectures?

Introduction

Lately, microservices have become extremely popular in software design. They offer the ability to scale, deploy updates independently and use different technologies. However, it's easy to forget how complex microservices can be to manage. Inspired in part by the introduction of Spring Modulith, a top-level Spring project aimed at helping developers create evolvable applications, this blog post takes a fresh look at the concept of modularity. 

What’s New In The April 2024 Payara Platform Release

We're excited to announce the April 2024 release of Payara Platform!  This update includes a mix of critical bug fixes, component upgrades, and exciting new tools in the Payara Tooling Ecosystem.  Our enterprise customers will particularly benefit from the new Diagnostics Tool and Dependabot scanner, designed to streamline operations and security.  Also, everyone gets a glimpse into the future with the Payara 7 Alpha 1 preview!

Expressive REST Resources with Java Records and Jakarta REST

Modern web applications often adopt a layered architecture to separate concerns and improve maintainability. In this paradigm, your REST API acts as a communication layer, exposing resources to clients while interacting with the deeper layers of your application. Leveraging Java Records as Data Transfer Objects (DTOs) in this context helps to simplify the design of your REST resources, making them more expressive and easier to work with.

5 ways Payara Cloud drives higher profits for Jakarta EE companies

Introduction

The effective management of production deployment runtimes is essential to ensuring the success, competitiveness and sustainability of your Jakarta EE  applications as well as your business. However, it's important to leverage the right tools, as managing production deployment runtimes can drain your small business's resources in several ways:

Continuous Integration and Continuous Deployment for Jakarta EE Applications Made Easy

Continuous Integration and Continuous Deployment (CI/CD) activities are designed to convey your Jakarta EE applications to end users. Thanks to the unique flexibility of Jakarta EE, multiple CI/CD options are available to software developers. In effect, these are independent from your specific Jakarta EE. 

Watch the video below to learn more about some of the CI/CD alternatives available, what they can offer as well as guide you through how you can implement them. You will be able to follow a demonstration on configuring GitHub Actions for CI/CD and deploying a Jakarta EE applications from the IDE, through GitHub, and onto Payara Cloud. You will also be able to learn how to deploy and manage your applications on Payara Cloud.