Alternatives to Payara logo

Alternatives to Payara

GlassFish, Wildfly, Jetty, Apache Tomcat, and JBoss are the most popular alternatives and competitors to Payara.
43
72
+ 1
0

What is Payara and what are its top alternatives?

It Server is a drop in replacement for GlassFish Server Open Source Edition with quarterly releases containing enhancements, bug fixes and patches.
Payara is a tool in the Web Servers category of a tech stack.
Payara is an open source tool with 894 GitHub stars and 306 GitHub forks. Here’s a link to Payara's open source repository on GitHub

Top Alternatives to Payara

  • GlassFish
    GlassFish

    An Application Server means, It can manage Java EE applications You should use GlassFish for Java EE enterprise applications. The need for a seperate Web server is mostly needed in a production environment. ...

  • Wildfly
    Wildfly

    It is a flexible, lightweight, managed application runtime that helps you build amazing applications. It supports the latest standards for web development. ...

  • Jetty
    Jetty

    Jetty is used in a wide variety of projects and products, both in development and production. Jetty can be easily embedded in devices, tools, frameworks, application servers, and clusters. See the Jetty Powered page for more uses of Jetty. ...

  • Apache Tomcat
    Apache Tomcat

    Apache Tomcat powers numerous large-scale, mission-critical web applications across a diverse range of industries and organizations. ...

  • JBoss
    JBoss

    An application platform for hosting your apps that provides an innovative modular, cloud-ready architecture, powerful management and automation, and world class developer productivity. ...

  • Spring Boot
    Spring Boot

    Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need very little Spring configuration. ...

  • NGINX
    NGINX

    nginx [engine x] is an HTTP and reverse proxy server, as well as a mail proxy server, written by Igor Sysoev. According to Netcraft nginx served or proxied 30.46% of the top million busiest sites in Jan 2018. ...

  • Apache HTTP Server
    Apache HTTP Server

    The Apache HTTP Server is a powerful and flexible HTTP/1.1 compliant web server. Originally designed as a replacement for the NCSA HTTP Server, it has grown to be the most popular web server on the Internet. ...

Payara alternatives & related posts

GlassFish logo

GlassFish

312
0
The Open Source Java EE Reference Implementation
312
0
PROS OF GLASSFISH
    Be the first to leave a pro
    CONS OF GLASSFISH
      Be the first to leave a con

      related GlassFish posts

      Wildfly logo

      Wildfly

      191
      6
      A Java EE8 Application Server
      191
      6
      PROS OF WILDFLY
      • 3
        Eclipse integration
      • 3
        Java
      CONS OF WILDFLY
        Be the first to leave a con

        related Wildfly posts

        Jetty logo

        Jetty

        473
        47
        An open-source project providing an HTTP server, HTTP client, and javax.servlet container
        473
        47
        PROS OF JETTY
        • 15
          Lightweight
        • 10
          Embeddable
        • 10
          Very fast
        • 6
          Very thin
        • 6
          Scalable
        CONS OF JETTY
        • 0
          Student

        related Jetty posts

        Apache Tomcat logo

        Apache Tomcat

        16.7K
        201
        An open source software implementation of the Java Servlet and JavaServer Pages technologies
        16.7K
        201
        PROS OF APACHE TOMCAT
        • 79
          Easy
        • 72
          Java
        • 49
          Popular
        • 1
          Spring web
        CONS OF APACHE TOMCAT
        • 3
          Blocking - each http request block a thread
        • 2
          Easy to set up

        related Apache Tomcat posts

        Остап Комплікевич

        I need some advice to choose an engine for generation web pages from the Spring Boot app. Which technology is the best solution today? 1) JSP + JSTL 2) Apache FreeMarker 3) Thymeleaf Or you can suggest even other perspective tools. I am using Spring Boot, Spring Web, Spring Data, Spring Security, PostgreSQL, Apache Tomcat in my project. I have already tried to generate pages using jsp, jstl, and it went well. However, I had huge problems via carrying already created static pages, to jsp format, because of syntax. Thanks.

        See more

        Java Spring JUnit

        Apache HTTP Server Apache Tomcat

        MySQL

        See more
        JBoss logo

        JBoss

        338
        0
        An open source Java EE-based application server
        338
        0
        PROS OF JBOSS
          Be the first to leave a pro
          CONS OF JBOSS
            Be the first to leave a con

            related JBoss posts

            Spring Boot logo

            Spring Boot

            26.3K
            1K
            Create Spring-powered, production-grade applications and services with absolute minimum fuss
            26.3K
            1K
            PROS OF SPRING BOOT
            • 149
              Powerful and handy
            • 134
              Easy setup
            • 128
              Java
            • 90
              Spring
            • 85
              Fast
            • 46
              Extensible
            • 37
              Lots of "off the shelf" functionalities
            • 32
              Cloud Solid
            • 26
              Caches well
            • 24
              Productive
            • 24
              Many receipes around for obscure features
            • 23
              Modular
            • 23
              Integrations with most other Java frameworks
            • 22
              Spring ecosystem is great
            • 21
              Auto-configuration
            • 21
              Fast Performance With Microservices
            • 18
              Community
            • 17
              Easy setup, Community Support, Solid for ERP apps
            • 15
              One-stop shop
            • 14
              Easy to parallelize
            • 14
              Cross-platform
            • 13
              Easy setup, good for build erp systems, well documented
            • 13
              Powerful 3rd party libraries and frameworks
            • 12
              Easy setup, Git Integration
            • 5
              It's so easier to start a project on spring
            • 4
              Kotlin
            • 1
              Microservice and Reactive Programming
            • 1
              The ability to integrate with the open source ecosystem
            CONS OF SPRING BOOT
            • 23
              Heavy weight
            • 18
              Annotation ceremony
            • 13
              Java
            • 11
              Many config files needed
            • 5
              Reactive
            • 4
              Excellent tools for cloud hosting, since 5.x
            • 1
              Java 😒😒

            related Spring Boot posts

            Praveen Mooli
            Engineering Manager at Taylor and Francis · | 19 upvotes · 4.1M views

            We are in the process of building a modern content platform to deliver our content through various channels. We decided to go with Microservices architecture as we wanted scale. Microservice architecture style is an approach to developing an application as a suite of small independently deployable services built around specific business capabilities. You can gain modularity, extensive parallelism and cost-effective scaling by deploying services across many distributed servers. Microservices modularity facilitates independent updates/deployments, and helps to avoid single point of failure, which can help prevent large-scale outages. We also decided to use Event Driven Architecture pattern which is a popular distributed asynchronous architecture pattern used to produce highly scalable applications. The event-driven architecture is made up of highly decoupled, single-purpose event processing components that asynchronously receive and process events.

            To build our #Backend capabilities we decided to use the following: 1. #Microservices - Java with Spring Boot , Node.js with ExpressJS and Python with Flask 2. #Eventsourcingframework - Amazon Kinesis , Amazon Kinesis Firehose , Amazon SNS , Amazon SQS, AWS Lambda 3. #Data - Amazon RDS , Amazon DynamoDB , Amazon S3 , MongoDB Atlas

            To build #Webapps we decided to use Angular 2 with RxJS

            #Devops - GitHub , Travis CI , Terraform , Docker , Serverless

            See more
            Shared insights
            on
            PythonPythonSpring BootSpring BootJavaJava

            I've been studying Java for approximately six months now, and I'm considering delving into Spring Boot. Recently, I've been contemplating learning a secondary language for leisure, allocating about 20% of my study time to it. I'm particularly keen on a technology that is widely used. Consequently, I opted for Python since I'm not overly interested in client-side aspects. The decision to concurrently learn another technology stems from the limited availability of Java resources, especially at the junior level where more diverse small projects could enhance my understanding of backend development. What are your thoughts on this approach to diversifying technologies? Does it seem sensible, or would it be more beneficial for me to allocate 100% of my time to Java?

            See more
            NGINX logo

            NGINX

            114K
            5.5K
            A high performance free open source web server powering busiest sites on the Internet.
            114K
            5.5K
            PROS OF NGINX
            • 1.5K
              High-performance http server
            • 894
              Performance
            • 730
              Easy to configure
            • 607
              Open source
            • 530
              Load balancer
            • 289
              Free
            • 288
              Scalability
            • 226
              Web server
            • 175
              Simplicity
            • 136
              Easy setup
            • 30
              Content caching
            • 21
              Web Accelerator
            • 15
              Capability
            • 14
              Fast
            • 12
              High-latency
            • 12
              Predictability
            • 8
              Reverse Proxy
            • 7
              Supports http/2
            • 7
              The best of them
            • 5
              Great Community
            • 5
              Lots of Modules
            • 5
              Enterprise version
            • 4
              High perfomance proxy server
            • 3
              Embedded Lua scripting
            • 3
              Streaming media delivery
            • 3
              Streaming media
            • 3
              Reversy Proxy
            • 2
              Blash
            • 2
              GRPC-Web
            • 2
              Lightweight
            • 2
              Fast and easy to set up
            • 2
              Slim
            • 2
              saltstack
            • 1
              Virtual hosting
            • 1
              Narrow focus. Easy to configure. Fast
            • 1
              Along with Redis Cache its the Most superior
            • 1
              Ingress controller
            CONS OF NGINX
            • 10
              Advanced features require subscription

            related NGINX posts

            Simon Reymann
            Senior Fullstack Developer at QUANTUSflow Software GmbH · | 30 upvotes · 12.2M views

            Our whole DevOps stack consists of the following tools:

            • GitHub (incl. GitHub Pages/Markdown for Documentation, GettingStarted and HowTo's) for collaborative review and code management tool
            • Respectively Git as revision control system
            • SourceTree as Git GUI
            • Visual Studio Code as IDE
            • CircleCI for continuous integration (automatize development process)
            • Prettier / TSLint / ESLint as code linter
            • SonarQube as quality gate
            • Docker as container management (incl. Docker Compose for multi-container application management)
            • VirtualBox for operating system simulation tests
            • Kubernetes as cluster management for docker containers
            • Heroku for deploying in test environments
            • nginx as web server (preferably used as facade server in production environment)
            • SSLMate (using OpenSSL) for certificate management
            • Amazon EC2 (incl. Amazon S3) for deploying in stage (production-like) and production environments
            • PostgreSQL as preferred database system
            • Redis as preferred in-memory database/store (great for caching)

            The main reason we have chosen Kubernetes over Docker Swarm is related to the following artifacts:

            • Key features: Easy and flexible installation, Clear dashboard, Great scaling operations, Monitoring is an integral part, Great load balancing concepts, Monitors the condition and ensures compensation in the event of failure.
            • Applications: An application can be deployed using a combination of pods, deployments, and services (or micro-services).
            • Functionality: Kubernetes as a complex installation and setup process, but it not as limited as Docker Swarm.
            • Monitoring: It supports multiple versions of logging and monitoring when the services are deployed within the cluster (Elasticsearch/Kibana (ELK), Heapster/Grafana, Sysdig cloud integration).
            • Scalability: All-in-one framework for distributed systems.
            • Other Benefits: Kubernetes is backed by the Cloud Native Computing Foundation (CNCF), huge community among container orchestration tools, it is an open source and modular tool that works with any OS.
            See more
            John-Daniel Trask
            Co-founder & CEO at Raygun · | 19 upvotes · 509.9K views

            We chose AWS because, at the time, it was really the only cloud provider to choose from.

            We tend to use their basic building blocks (EC2, ELB, Amazon S3, Amazon RDS) rather than vendor specific components like databases and queuing. We deliberately decided to do this to ensure we could provide multi-cloud support or potentially move to another cloud provider if the offering was better for our customers.

            We’ve utilized c3.large nodes for both the Node.js deployment and then for the .NET Core deployment. Both sit as backends behind an nginx instance and are managed using scaling groups in Amazon EC2 sitting behind a standard AWS Elastic Load Balancing (ELB).

            While we’re satisfied with AWS, we do review our decision each year and have looked at Azure and Google Cloud offerings.

            #CloudHosting #WebServers #CloudStorage #LoadBalancerReverseProxy

            See more
            Apache HTTP Server logo

            Apache HTTP Server

            64.7K
            1.4K
            Open-source HTTP server for modern operating systems including UNIX and Windows
            64.7K
            1.4K
            PROS OF APACHE HTTP SERVER
            • 479
              Web server
            • 305
              Most widely-used web server
            • 217
              Virtual hosting
            • 148
              Fast
            • 138
              Ssl support
            • 44
              Since 1996
            • 28
              Asynchronous
            • 5
              Robust
            • 4
              Proven over many years
            • 2
              Mature
            • 2
              Perfomance
            • 1
              Perfect Support
            • 0
              Many available modules
            • 0
              Many available modules
            CONS OF APACHE HTTP SERVER
            • 4
              Hard to set up

            related Apache HTTP Server posts

            Nick Rockwell
            SVP, Engineering at Fastly · | 46 upvotes · 4.3M views

            When I joined NYT there was already broad dissatisfaction with the LAMP (Linux Apache HTTP Server MySQL PHP) Stack and the front end framework, in particular. So, I wasn't passing judgment on it. I mean, LAMP's fine, you can do good work in LAMP. It's a little dated at this point, but it's not ... I didn't want to rip it out for its own sake, but everyone else was like, "We don't like this, it's really inflexible." And I remember from being outside the company when that was called MIT FIVE when it had launched. And been observing it from the outside, and I was like, you guys took so long to do that and you did it so carefully, and yet you're not happy with your decisions. Why is that? That was more the impetus. If we're going to do this again, how are we going to do it in a way that we're gonna get a better result?

            So we're moving quickly away from LAMP, I would say. So, right now, the new front end is React based and using Apollo. And we've been in a long, protracted, gradual rollout of the core experiences.

            React is now talking to GraphQL as a primary API. There's a Node.js back end, to the front end, which is mainly for server-side rendering, as well.

            Behind there, the main repository for the GraphQL server is a big table repository, that we call Bodega because it's a convenience store. And that reads off of a Kafka pipeline.

            See more
            Tim Abbott
            Shared insights
            on
            NGINXNGINXApache HTTP ServerApache HTTP Server
            at

            We've been happy with nginx as part of our stack. As an open source web application that folks install on-premise, the configuration system for the webserver is pretty important to us. I have a few complaints (e.g. the configuration syntax for conditionals is a pain), but overall we've found it pretty easy to build a configurable set of options (see link) for how to run Zulip on nginx, both directly and with a remote reverse proxy in front of it, with a minimum of code duplication.

            Certainly I've been a lot happier with it than I was working with Apache HTTP Server in past projects.

            See more