DEV Community

sonnuk
sonnuk

Posted on

1

JBoss

What is JBoss?
JBoss Application Server is an open-source platform developed by Red Hat that is used to deploy Java applications and many other software applications. You can design and deploy Java services to fit the size of your business. JBoss / Server and the suite of products are provided under a public license. With a large number of downloads per month, JBoss is the industry's most downloaded J2EE-based server.

is JBOSS still in use?
In 2013, JBoss was renamed and is now known as WildFly, but the old name is still widely used, especially by users of older versions, so we will remain JBoss for now.

JBoss features
Clustering

A computer cluster is a group of connected computers that work closely together so that they form many aspects of a single computer. Clusters are typically used to improve performance and / or availability over a single computer, and are typically much more cost-effective than individual computers with comparable speed or availability.

Load balancing

JBoss AS balances the load of the incoming request either by adding new hardware or by installing a software load balancer, eg mod_jk.

Caching

JBoss AS offers a temporary storage area where often accessed data can be stored for quick access. If the data is cached, it can be used in the future to access the cached copy, rather than retrieving or recalculating the original data

Failover

When one server goes down, control is transferred to another server. Heartbeat software is configured in JBoss AS to maintain the session.
Source: JBoss Tutorial

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay