Posts tagged Java (3)

Is Your Enterprise Java Strategy Ready for the Future?

Java's steady and predictable release cadence brings new features and improvements with each version. Java 21 (and the recently released 22) introduced major language innovations and performance optimizations. But what does this mean for the vast ecosystem of enterprise Java platforms? Let’s explore these issues in this blog post, starting with a look on the benefits of newer Java versions. 

Strategy Insight Track at the Virtual Payara Conference - See What's Coming!

Join us for the Virtual Payara Conference – a two-day, free online event dedicated to fortifying the security and resilience of your Java applications.

Thursday 27 June 2024, 1-5:30pm BST – Security & Cyber Resilience in the Java World - REGISTER HERE

Strategic Insights track is geared towards IT leaders, decision-makers, and strategists focusing on the broader aspects of security and cyber resilience in the Java ecosystem. This day aims to provide strategic insights and actionable guidance to help you navigate the complex cybersecurity landscape and build a robust, resilient Java environment.

Developer Insight Track at the Virtual Payara Conference - See What's Coming!

Join us for the Virtual Payara Conference – a two-day, free online event dedicated to fortifying the security and resilience of your Java applications.

Wed 26 June 2024, 1-7pm BST – Developer Insights – Designing Secure and Resilient Solutions for Jakarta EE Applications – REGISTER HERE

Developer Insight track is tailored for developers and technical professionals who are involved in the design and development of Java applications. This day features an array of sessions aimed at providing practical insights and hands-on knowledge to enhance the security and resilience of your solutions. See below for the agenda details.

Watch Webinar Recording - Uncovering The Secrets of Java Runtime Choices for Jakarta EE Applications

'Java' can be considered an umbrella term encompassing different technologies rather than a single element or solution. This webinar with Simon Ritter from Azul  & Luqman Saeed from Payara - watch here - shed a light on what different Java aspects and components,  illustrating how software developers can leverage these technologies, including runtime options, to deliver highly effective applications.

Announcing Payara’s First Jakarta EE Media and Community Challenge

We have exciting news to share: As part of our Power Up Your Jakarta EE campaign, we are launching Payara's first-ever Jakarta EE Media and Community Challenge!

We’re calling on Java experts, tech writers and content creators from around the world to showcase their talent by developing insightful content focused on Jakarta EE and the Payara Platform application server. This initiative is designed to inspire innovation and foster knowledge-sharing within the Java community. 

An Ode To Java

Today May 23rd marks the 29th birthday of the Java Platform. First debuting in in 1995, the platform has grown to become one of the most used technologies in the world. On this 29th occasion of its birthday, I got an AI chatbot to compose an ode for the Java Platform. So dear Java, here's an ode to you on your birthday from myself and everyone at Payara!

Securing Your Java Ecosystem: Join Us at the Virtual Payara Conference, 26-27 June 2024!

Join us for the Virtual Payara Conference – a two-day, free online event dedicated to fortifying the security and resilience of your Java applications.

This conference is designed for developers, IT professionals, and decision-makers who are keen to enhance their knowledge and skills in creating secure Java environments. The event is divided into two focused days, each packed with insightful sessions from industry experts, including EU Cyber Resilience Act Specialists, Java Leaders, Industry Analysts & more.

Wed 26 June 2024, 1-6pm BST – Developer Insights – Designing Secure and Resilient Solutions for Jakarta EE Applications – REGISTER HERE

Thurs 27 June 2024, 1-6pm BST – Strategic Insights: Security & Cyber Resilience in the Java World – REGISTER HERE


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.

Stratospheric Developer Productivity - Unveiling Payara Dev Mode

Development productivity is crucial in Enterprise Java and Jakarta EE application development, supporting the delivery of high-quality software solutions quickly and efficiently. As a result, it is necessary to focus on streamlining development processes, optimizing resource utilization and empowering developers to work more effectively. Payara Micro Maven Plugin, Version 1, introduces a powerful tool – Dev Mode – designed to supercharge your development experience with Payara Micro. 

In our latest User Guide - available to download here - we look at this plugin, exploring its features, configurations and usage to help developers unlock stratospheric levels of productivity.

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.