4 comments

  • zvqcMMV6Zcr1 hour ago
    Why would you compare Eclipse GlassFish instead to Payara or Wildfly/JBoss? Anyway, that bickering between JEE application server vendors is what caused Spring to win. It doesn't matter it has update churn that is almost as bad as in JS ecosystem, just the fact you don't have to think about AS helped adoption. Well that and significantly easier testing. And Spring Data with generating queries from method names. And you can't recruit people with JEE knowledge anyway, they all know only Spring.
    • bzzzt47 minutes ago
      Spring and JEE (or Quarkus) are very similar, from the viewpoint of an application developer both have the same JAX-RS REST and Hibernate&#x2F;JPA API&#x27;s.<p>IMO the kind of person who only knows Spring and doesn&#x27;t understand modern JEE is exactly the kind of person you don&#x27;t want to recruit.
  • sgt40 minutes ago
    Unfortunately the name Glassfish has been pretty tainted by now. If you say your platform is based on Glassfish they&#x27;ll automatically assume you&#x27;re an old donkey not up to date on latest Java technologies like Spring Boot.
  • ysleepy2 hours ago
    (glassfish is a Java application container, provides DB, http server etc for apps using the standardized interfaces, now more in the micro-profile corner away from the oldern days JavaEE tar pit)<p>I use jersey+glassfish to build very small micro-profile applications. It&#x27;s stable, small and works.<p>Not a fan of the HK2 dpendency injector though. Maybe that&#x27;s my general dislike of how convoluted the spec and implementation (of EE di) is.<p>I hate how sprawling the (other) implementations are, no it is not ok to pull in 90mb dependencies to support things I don&#x27;t need. These app servers tend to grow into huge uncontrollable messes. Nobody uses standalone containers anymore and forcing people to pull in all or nothing for the embedded version is just asinine engineering.
  • fyrn_3 hours ago
    Probably would be a good idea to include at least a single sentence somewhere near the top explaining what the heck a glass fish is.
    • stavros12 minutes ago
      Exactly, I had to read way too far before giving up because I have no idea what Glassfish is.
    • trashcluster1 hour ago
      A java framework, like Springboot
      • gertrunde2 minutes ago
        er... surely it&#x27;s a Java application server?<p>(i.e. in the same space as Jboss&#x2F;Wildfly, WebSphere, etc)<p>Historically, it was also the reference implementation application server for J2EE.
      • angelaguilera34 minutes ago
        Nope. From the glassfish.org web page: &quot;Eclipse GlassFish is a lightweight yet powerful open-source application server that fully implements the Jakarta EE platform.&quot;