Red Hat Developer » Enterprise Java
1,987 FOLLOWERS
Articles feature the latest Insights, news, and advice on building Enterprise Java Applications. Red Hat Developer program provides no-cost software subscriptions, tutorials, and career insights to enterprise software developers and architects.
Red Hat Developer » Enterprise Java
1w ago
Quarkus has surpassed the 1,000 contributor milestone
This article reflects on the evolution and future of Quarkus, Red Hat’s next-generation Java framework designed to optimize applications for cloud-native environments.
When I joined Red Hat, it was through the JBoss acquisition in 2006, an era when JBoss was the first open source application server competing head-to-head with those produced by the industry giants like IBM and Oracle. Red Hat acquired JBoss, our team became the Middleware (now Application Services) division of Red Hat, and JBoss Enterprise Application Platform (JBoss EA ..read more
Red Hat Developer » Enterprise Java
2w ago
Try Apache Camel: From concept to deployment on OpenShift
The Red Hat build of Apache Camel is now available in the Developer Sandbox for Red Hat OpenShift, a Red Hat OpenShift environment that you can access for free to gain hands-on experience in building and deploying cloud-native applications quickly. The tutorial presented in this article will guide you through the process of rapid prototyping using Apache Camel, from the initial concept to the final deployment on OpenShift, all within a fully web-based, low-code interface.
Apache Camel is an open source integration framework that simplif ..read more
Red Hat Developer » Enterprise Java
3w ago
Applied AI for Enterprise Java Development rosinha Nov 18, 2024
Breadcrumb
Home
Java
Applied AI for Enterprise Java Development
Related topics: AI/MLJava
Related products: Red Hat OpenShift AI
Share:
Nov 18, 2024
English
Download E-book
Overview
For Java enterprise developers and architects looking to expand their skill set into artificial intelligence and machine learning (AI/ML), getting started can feel intimidating, especially when faced with complex theory, data science, and unfamiliar programming languages.
Download Applied AI for Enterprise Java Development, a boo ..read more
Red Hat Developer » Enterprise Java
3w ago
Secure Java applications: A deep look into 3 different issues
In this article we will explore three different issues when writing Java applications that can compromise data confidentiality, integrity, or availability. Managed runtimes offer a myriad of benefits for writing secure software, yet introduce a layer of abstraction that makes gaps less evident at first sight. To characterize each issue, we will look into their nature, analyze simplified examples, and discuss how to avoid them.
Integral overflow and underflow
Primitive integral types in the Java language represent 8, 16, 32, and 64-b ..read more
Red Hat Developer » Enterprise Java
1M ago
Red Hat Enterprise Linux 9.5: What are the top features for developers?
Red Hat Enterprise Linux (RHEL) 9.5 is now generally available (GA). This latest release simplifies complexities and lets developers focus more on building applications. It also provides a platform for faster and more efficient development of critical workloads with a consistent experience across physical, virtual, private, public cloud, and edge deployments.
You can download RHEL 9.5 at no cost as part of the Red Hat Developer program subscription.
In this article, you'll learn about enhancements in RHEL 9.5 that improve ..read more
Red Hat Developer » Enterprise Java
1M ago
Build & deploy JBoss EAP 8 images in OpenShift with Galleon & Helm charts
In Red Hat JBoss Enterprise Application Platform (JBoss EAP) 8, Galleon is the tool for provisioning server images for Red Hat OpenShift 4 via Podman for build images. You can use Galleon to create runtime server images, which combine the server and the application to be deployed.
Learn more: How to use JBoss EAP 8.0's new provisioning system
This build process can be done either locally—via Dockerfile, for example—or in a Red Hat OpenShift Container Platform 4 build via Helm charts (instead of the template ..read more
Red Hat Developer » Enterprise Java
1M ago
DevNation Stockholm 2024 Cancellation Scott Bush Mon, 11/04/2024 - 21:29
DevNation Stockholm 2024 Cancellation
November 6, 2024 | Stockholm, Sweden | Stockholm Waterfront ..read more
Red Hat Developer » Enterprise Java
1M ago
Log4Shell: The vulnerability that shook the world of software development
In December 2021, a critical security vulnerability named Log4Shell was discovered in the Log4j library, a logging tool widely used in Java applications around the world. Identified as CVE-2021-44228, it was quickly labeled as one of the most severe of the decade. The National Institute of Standards and Technology (NIST) gave it a score of 10/10 on the Common Vulnerability Scoring System (CVSS), marking its maximum level of severity.
What seemed like an ordinary logging management tool suddenly became a potential entry p ..read more
Red Hat Developer » Enterprise Java
2M ago
Get started with the JBoss Web Server collection
The article A tutorial on Middleware Automation Collections discussed using the ansible-galaxy tool to install Ansible Content Collections on a control node. It also guides you in using the ansible-navigator utility and Ansible Execution Environments to perform automation tasks. Finally, an overview of the ansible-middleware-ee execution environment from the Ansible Middleware project is provided. It describes how this EE includes all of the Ansible Content Collections and their dependencies.
In this tutorial, we will ..read more
Red Hat Developer » Enterprise Java
2M ago
Red Hat build of Apache Camel Scott Bush Tue, 09/10/2024 - 17:10
Breadcrumb
Home
Java
Apache Camel in Enterprise Integration
When solving integration scenarios, there are two possible ways forward. The first way is to adopt an integration tool to assist developers. Doing so means understanding the benefits of such technologies to effectively address well-known Enterprise Integration Patterns (or EIPs). The second way is giving developers the freedom to code their custom-made solutions.
An integration toolkit, like Apache Camel, is most recommended when having to create and sustain man ..read more