Posts tagged Java (2)
Nugget Friday: Simplify Module Imports in Java 23
Published on 23 Aug 2024
by Luqman Saeed
Topics:
Java,
Jakarta EE,
java 23
|
0 Comments
Welcome to this week’s Friday Nugget! In today’s post, we’re focusing on a new feature coming in Java 23 that’s set to make your coding life a little easier, especially if you’ve ever found yourself frustrated by the clutter of import statements: module import declarations. By leveraging such tool, you can streamline your Java code, reduce verbosity and enhance readability, making your development process more efficient.
Payara Platform Roadmap Update - August 2024
Published on 15 Aug 2024
by Ilias Efstathiou
Topics:
Java EE,
DevOps,
Developer,
Payara Platform,
Java,
Jakarta EE
|
0 Comments
Now that we're eight months into 2024 (already!?), and in the middle of summer, it seems like a good time to catch up and update you on the Payara Roadmap for 2024 - let's see what we've done and what we are still planning to do for the rest of the year and beyond.
You can also watch the Payara Roadmap Update presented at the Virtual Payara Conference last month.
Nugget Friday - Stream Gatherers: A New Way to Enhance Your Java Streams
Published on 02 Aug 2024
by Luqman Saeed
Topics:
Developer,
Java,
java 22,
java stream gatherer
|
1 Comment
Nugget Friday - Statements Before super()
Published on 26 Jul 2024
by Luqman Saeed
Topics:
Developer,
Java
|
0 Comments
As Java developers, we’ve long grappled with the constraints of constructor logic and initialization. In the past, if you needed to perform any operations before invoking the superclass constructor (via super()) in any class, you were often forced to rely on helper methods or extra constructors. This mostly ended up with cluttered, hard to read code as you needed to duplicate constructors or find workarounds. Let's look at how to address this in today's Nugget Friday!
Fine Tuning Payara Server 6 in Production
Published on 24 Jul 2024
by Ramya Billapati
Topics:
Payara Server,
Java 11,
Java,
getting started with Jakarta EE,
Jakarta EE
|
1 Comment
Nugget Friday - Structured Concurrency in Java
Published on 19 Jul 2024
by Luqman Saeed
Topics:
Developer,
Java
|
0 Comments
Nugget Friday - InputStream To String Post Java 9
Published on 12 Jul 2024
by Luqman Saeed
Topics:
Developer,
Java
|
0 Comments
It's Nugget Friday again, and we're excited to bring you another valuable titbit to our beloved coders! In this instalment of our Friday Nugget series, we're diving into a common yet essential task for developers, especially when handling data read from a file, network or database: converting an InputStream to a String in Java. Knowing how to do this is crucial for efficiently managing IO and data processing tasks.
Migrating from GlassFish 7 to Payara Platform Enterprise
Published on 11 Jul 2024
by Chiara Civardi
Topics:
GlassFish,
GlassFish Migration,
Payara Enterprise,
Java,
Migration,
Jakarta EE
|
0 Comments
When it comes to choosing an application server for your enterprise environment, it looks like there's plenty of fish in the sea. However, what each type of fish can offer can vary considerably. Hence, selecting the right one is key to improving your business's efficiency, security, scalability and overall success.
If you're currently using GlassFish, it's time to consider casting your net wider and migrating to a more powerful fish, such as Payara Platform Enterprise. Let's explore the key benefits of making this transition and why Payara could be the perfect catch for your application and enterprise needs.
Nugget Friday - Did You Know This About HashMaps?
Published on 05 Jul 2024
by Luqman Saeed
Topics:
Java
|
0 Comments
It’s Friday and we kick off the maiden edition of Nugget Friday. So, what is it? Nugget Friday is going to be a series of short blog posts that focus on hidden nuggets in the various JDK releases since Java 9. In this maiden edition, we look at a very obscure static method on the HashMap class introduced in Java 19.
Smooth Transition: Upgrading from WebLogic 14 to Payara Server 6
Published on 02 Jul 2024
by Chiara Civardi
Topics:
Payara Server,
Java,
Migration,
WebLogic,
Jakarta EE
|
0 Comments
To remain competitive in a marketplace where competition is fierce, businesses relying on software applications as part of their offering need robust, flexible and efficient application servers. These are key to maximizing the capabilities of their applications, addressing customer needs and maintaining a competitive edge.