SaaSHub helps you find the best software and product alternatives Learn more →
WildFly Alternatives
Similar projects and alternatives to WildFly
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
open-liberty
Open Liberty is a highly composable, fast to start, dynamic application server runtime environment
-
-
Jetty
Eclipse Jetty® - Web Container & Clients - supports HTTP/2, HTTP/1.1, HTTP/1.0, websocket, servlets, and more
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
hibernate-reactive
A reactive API for Hibernate ORM, supporting non-blocking database drivers and a reactive style of interaction with the database.
-
WildFly discussion
WildFly reviews and mentions
-
Java News: WildFly 36, Spring Milestones, and Open Liberty Updates
The release of WildFly 36 includes support for MicroProfile 7.0 and enhancements to the WildFly AI Feature Pack. More details can be found in the release notes.
-
glassfish VS WildFly - a user suggested alternative
2 projects | 21 Sep 2024
WildFly is yet another good Jakarta EE application server, supported by Red Hat. Similar features to Eclipse GlassFish. Might not be so quick to adopt new Jakarta EE and Java versions as GlassFish but has a wider user community. Simply, both servers provide a solid ecosystem to build and run modern enterprise Java applications.
- Deploying a WildFly 30.0.1.Final cluster using Ansible
-
I am making an RPM package of Wildfly servlet 26.1.3, it keeps asking for ancient glibc
user@opensuse:~/rpmbuild> cat SPECS/wildfly-26.1.3.spec %define _topdir /home/user/rpmbuild Name: wildfly-servlet Version: 26.1.3.Final Release: 4%{?dist} Summary: WildFly 26.1.3 Application Server License: Apache License, Version 2.0 URL: https://wildfly.org/ Source0: https://github.com/wildfly/wildfly/releases/download/26.1.3.Final/wildfly-servlet-26.1.3.Final.tar.gz #BuildRequires: java-1_8_0-openjdk-devel #BuildRequires: maven #BuildRequires: git #BuildRequires: subversion #BuildRequires: xmlstarlet %description WildFly is a flexible and lightweight open-source application server. %prep %setup -q %build %install rm -rf %{buildroot} mkdir -p %{buildroot}/opt/wildfly cp -rp * %{buildroot}/opt/wildfly %files %defattr(-,root,root) /opt/wildfly %post ln -s /opt/wildfly/bin/standalone.sh /etc/init.d/wildfly systemctl enable wildfly.service %preun systemctl disable wildfly.service %postun rm -f /etc/init.d/wildfly %clean rm -rf %{buildroot} %changelog * Mon Feb 27 2023 user [email protected] - 26.1.3-1 - Initial package creation
-
A note from our sponsor - SaaSHub
www.saashub.com | 14 May 2025
Stats
wildfly/wildfly is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of WildFly is Java.