<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Ondro Mihalyi on foojay.io - Friends of OpenJDK</title><link>https://foojayio.github.io/website/today/author/ondro-mihalyi/</link><description>Articles written by Ondro Mihalyi on foojay.io - Friends of OpenJDK</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 19 May 2026 13:32:00 +0000</lastBuildDate><atom:link href="https://foojayio.github.io/website/today/author/ondro-mihalyi/index.xml" rel="self" type="application/rss+xml"/><item><title>GlassFish 8.0.2 Released: With important security fixes, other improvements, and commercial support</title><link>https://foojayio.github.io/website/today/glassfish-8-0-2-released/</link><pubDate>Tue, 19 May 2026 13:32:00 +0000</pubDate><guid>https://foojayio.github.io/website/today/glassfish-8-0-2-released/</guid><description>&lt;p&gt;The latest version of Eclipse GlassFish 8.0.2 was released on May 5, 2026, with fixes for several critical vulnerabilities. It builds on top of a lot of subtle work and improvements in GlassFish components like the Eclipse Grizzly HTTP framework, or in related components like Eclipse OpenMQ message broker and Eclipse ORB (CORBA) for remote EJB calls. The release of GlassFish 8.0.2 serves as further evidence that GlassFish remains an actively evolving platform, backed by the dedicated maintenance and commercial support of the OmniFish team. As I was deeply involved in this release, I&amp;rsquo;d like to share a deeper look into the technical advancements within this new version.&lt;/p&gt;</description></item><item><title>Eclipse GlassFish: This Isn’t Your Father’s GlassFish</title><link>https://foojayio.github.io/website/today/eclipse-glassfish-this-isnt-your-fathers-glassfish/</link><pubDate>Tue, 24 Mar 2026 15:30:49 +0000</pubDate><guid>https://foojayio.github.io/website/today/eclipse-glassfish-this-isnt-your-fathers-glassfish/</guid><description>&lt;p&gt;GlassFish is an application server with a long history and has always had a special role in the Java world as the reference implementation of Java EE, being one of the most popular Java EE servers. Since Oracle lost interest in the project several years ago, developers and organizations have held certain beliefs about GlassFish, often based on their experiences with older versions.&lt;/p&gt;
&lt;p&gt;If you still think of GlassFish as a slow, unsupported, and purely for-development application server, it&amp;rsquo;s time to take a fresh look. At OmniFish, we&amp;rsquo;ve been working hard to change that perception since 2022. The Eclipse GlassFish of today, particularly from version 7.0 onwards, is a completely different platform, and we&amp;rsquo;re proud to show you what we&amp;rsquo;ve helped to build with the rest of the Eclipse GlassFish contributors.&lt;/p&gt;</description></item><item><title>GlassFish 8 is here with Jakarta EE 11, virtual threads, and Jakarta Data</title><link>https://foojayio.github.io/website/today/glassfish-8-is-here-with-jakarta-ee-11-virtual-threads-and-jakarta-data/</link><pubDate>Wed, 18 Feb 2026 16:06:02 +0000</pubDate><guid>https://foojayio.github.io/website/today/glassfish-8-is-here-with-jakarta-ee-11-virtual-threads-and-jakarta-data/</guid><description>&lt;p&gt;The final version of Eclipse GlassFish 8 is here, released on 5 February 2026. As a GlassFish committer, I&amp;rsquo;d like to share what it brings for the Java community and some behind-the-scenes stories from the development process&lt;/p&gt;
&lt;p&gt;Recently my company OmniFish published an announcement article introducing GlassFish 8.0.0 and covering all the major features: &lt;a href="https://omnifish.ee/glassfish-8-released-enterprise-grade-java-redefined/" target="_blank" rel="noopener noreferrer"&gt;GlassFish 8 Released: Enterprise-Grade Java, Redefined&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;Here, I&amp;rsquo;d like to report on this article and also share some behind-the-scenes stories about my involvement in GlassFish 8 and why I think the new features matter for solving real pain points in the Java community.&lt;/p&gt;</description></item><item><title>New Features in Jakarta EE 11, with Examples</title><link>https://foojayio.github.io/website/today/new-features-in-jakarta-ee-11-with-examples/</link><pubDate>Mon, 11 Aug 2025 06:40:56 +0000</pubDate><guid>https://foojayio.github.io/website/today/new-features-in-jakarta-ee-11-with-examples/</guid><description>&lt;h2 id="h2-0-jakarta-ee-11-is-a-major-update-in-the-enterprise-java-world-it-offers-key-changes-that-enhance-developer-productivity-and-modernize-the-platform"&gt;Jakarta EE 11 is a major update in the enterprise Java world. It offers key changes that enhance developer productivity and modernize the platform.&lt;/h2&gt;
&lt;p&gt;This release introduces several new features and improvements. These streamline workflows and integrate the latest Java advancements.&lt;/p&gt;
&lt;h2 id="h2-1-key-features-of-jakarta-ee-11"&gt;&lt;strong&gt;Key Features of Jakarta EE 11&lt;/strong&gt;&lt;/h2&gt;
&lt;div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;"&gt;
			&lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/TUc_oOJb2PA?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"&gt;&lt;/iframe&gt;
		&lt;/div&gt;

&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Java 21 Virtual Threads&lt;/strong&gt; : This update introduces Virtual Threads from Java 21. They enable lightweight concurrency for handling thousands of simultaneous tasks. This improves performance and scalability. Learn more about &lt;a href="https://omnifish.ee/glassfish-now-runs-on-jdk-21/" target="_blank" rel="noopener noreferrer"&gt;&lt;strong&gt;Java 21 Virtual Threads&lt;/strong&gt;&lt;/a&gt;
.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Jakarta Data&lt;/strong&gt; : This new specification simplifies database access with the repository pattern, which reduced a lot of boiler plate code. Explore more about &lt;a href="https://omnifish.ee/jakartaee_logo_compatible/" target="_blank" rel="noopener noreferrer"&gt;&lt;strong&gt;Jakarta Data&lt;/strong&gt;&lt;/a&gt;
.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;New features in existing APIs:&lt;/strong&gt; Several APIs were updated to enhance existing features or add new features. For example. Jakarta Persistence 3.2 saw a lot of improvements (see the &lt;a href="https://jakarta.ee/specifications/persistence/3.2/" target="_blank" rel="noopener noreferrer"&gt;long list here&lt;/a&gt;
 or an article &lt;a href="https://www.baeldung.com/jakarta-persistence-3-2" target="_blank" rel="noopener noreferrer"&gt;about most of them here&lt;/a&gt;
. Many other APIs like Concurrency, Security, Faces, Servlet, or CDI received many enhancements as well.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Java 17+ Compatibility&lt;/strong&gt;: This release aligns with Java 17 and 21. Besides virtual threads, it also supports Java Records introduced in Java 17. This ensures developers can leverage the latest Java features and run on up-to-date Java versions.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Modernized APIs&lt;/strong&gt;: Jakarta EE 11 also replaces outdated Managed Beans with CDI and removes SecurityManager references. This aligns the platform with current best practices and Java features.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;These updates focus on streamlining workflows. They improve performance and integrate modern Java features. This makes Jakarta EE 11 a powerful choice for enterprise and cloud-native applications.&lt;/p&gt;</description></item><item><title>Performance Best Practise No. 1: Optimize Database Operations</title><link>https://foojayio.github.io/website/today/performance-best-practise-no-1-optimize-database-operations/</link><pubDate>Wed, 11 Jun 2025 13:24:32 +0000</pubDate><guid>https://foojayio.github.io/website/today/performance-best-practise-no-1-optimize-database-operations/</guid><description>&lt;p&gt;Database operations are a very critical part of most applications in regards of performance. There are multiple reasons why database operations can significantly contribute to lower performance:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The database often runs on a remote server, slowing down communication with the database and the data transfer&lt;/li&gt;
&lt;li&gt;Establishing individual connections to a database can take a significant portion of time compared to running the whole database query&lt;/li&gt;
&lt;li&gt;Database queries can run for a long time&lt;/li&gt;
&lt;li&gt;Network communication is unstable and may required restarting queries in case of network failures&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can address the above issues and boost Jakarta EE database performance by leveraging the following best practices.&lt;/p&gt;</description></item><item><title>10 Best Practises For Jakarta EE Performance Optimization</title><link>https://foojayio.github.io/website/today/10-best-practises-for-jakarta-ee-performance-optimization/</link><pubDate>Thu, 29 May 2025 13:44:01 +0000</pubDate><guid>https://foojayio.github.io/website/today/10-best-practises-for-jakarta-ee-performance-optimization/</guid><description>&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;With this article, we start a series where we compiled 10 best practices for performance optimizations and suggestions how to implement them using &lt;a href="https://jakarta.ee/" target="_blank" rel="noopener noreferrer"&gt;Jakarta EE&lt;/a&gt;
 &amp;amp; &lt;a href="https://omnifish.ee/glassfish/" target="_blank" rel="noopener noreferrer"&gt;Eclipse GlassFish&lt;/a&gt;
.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Enjoy reading this initial overview and watching the video about performance tuning Java applications, and stay tuned for upcoming articles from our &lt;a href="https://omnifish.ee/" target="_blank" rel="noopener noreferrer"&gt;OmniFish team&lt;/a&gt;
 that will go into details about each best practice.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;To make your &lt;a href="https://jakarta.ee/" target="_blank" rel="noopener noreferrer"&gt;Jakarta EE&lt;/a&gt;
 applications faster and more efficient, here are &lt;strong&gt;10 proven best practices&lt;/strong&gt; you can easily implement:&lt;/p&gt;</description></item><item><title>Supercharge Your Jakarta EE Skills with These Must-Read Guides</title><link>https://foojayio.github.io/website/today/supercharge-your-jakarta-ee-skills-with-these-must-read-guides/</link><pubDate>Wed, 30 Apr 2025 09:49:03 +0000</pubDate><guid>https://foojayio.github.io/website/today/supercharge-your-jakarta-ee-skills-with-these-must-read-guides/</guid><description>&lt;p&gt;If you&amp;rsquo;re working with Jakarta EE &amp;mdash; or just starting to explore the power of enterprise Java &amp;mdash; there&amp;rsquo;s never been a better time to level up your skills. Whether you&amp;rsquo;re building your first servlet, designing secure REST APIs, or diving deep into dependency injection, the Jakarta EE community has been busy crafting an outstanding collection of &lt;a href="https://jakarta.ee/learn/starter-guides/" target="_blank" rel="noopener noreferrer"&gt;starter&lt;/a&gt;
 and &lt;a href="https://jakarta.ee/learn/specification-guides/" target="_blank" rel="noopener noreferrer"&gt;specification&lt;/a&gt;
 guides to help you get up to speed.&lt;/p&gt;
&lt;p&gt;At &lt;strong&gt;Omnifish&lt;/strong&gt;, we&amp;rsquo;re proud supporters of the open-source enterprise Java ecosystem, and we&amp;rsquo;re constantly pointing developers toward the best resources. So we&amp;rsquo;ve gathered up some of the most practical and insightful Jakarta EE guides to help you go from &amp;ldquo;Hello, World&amp;rdquo; to production-ready applications with confidence.&lt;/p&gt;</description></item><item><title>Jakarta EE 11 Web Profile Released, Enabled by Eclipse GlassFish</title><link>https://foojayio.github.io/website/today/jakarta-ee-11-web-profile-released-enabled-by-eclipse-glassfish/</link><pubDate>Tue, 22 Apr 2025 11:06:19 +0000</pubDate><guid>https://foojayio.github.io/website/today/jakarta-ee-11-web-profile-released-enabled-by-eclipse-glassfish/</guid><description>&lt;p&gt;The &lt;strong&gt;Jakarta EE 11 Web Profile&lt;/strong&gt; has &lt;a href="https://www.agilejava.eu/2025/04/06/hashtag-jakarta-ee-275/" target="_blank" rel="noopener noreferrer"&gt;officially been released&lt;/a&gt;
 on March 30, 2025 &amp;mdash; bringing a cleaner, more modern baseline to the Jakarta EE platform, with strong alignment to recent Java versions, improved modularity, and the removal of legacy specifications.&lt;/p&gt;
&lt;p&gt;Although it comes later than planned, due to unexpected challenges in refactoring the Jakarta EE TCK (compatibility kit), this release marks a key shift toward a more cloud-native, developer-focused platform &amp;mdash; and we&amp;rsquo;re proud to say that &lt;strong&gt;Eclipse GlassFish&lt;/strong&gt; was the &lt;strong&gt;first implementation to pass the Jakarta EE 11 Web Profile TCK&lt;/strong&gt; and enable the specification&amp;rsquo;s final approval.&lt;/p&gt;</description></item><item><title>Reflections on 2024: OmniFish, GlassFish, Piranha, Jakarta EE</title><link>https://foojayio.github.io/website/today/reflections-on-2024-a-remarkable-year-for-omnifish-glassfish-piranha-and-jakarta-ee/</link><pubDate>Thu, 16 Jan 2025 08:43:09 +0000</pubDate><guid>https://foojayio.github.io/website/today/reflections-on-2024-a-remarkable-year-for-omnifish-glassfish-piranha-and-jakarta-ee/</guid><description>&lt;p&gt;&lt;strong&gt;As 2025 slowly gets started, it&amp;rsquo;s a perfect moment to reflect on what we at &lt;a href="https://omnifish.ee/" target="_blank" rel="noopener noreferrer"&gt;OmniFish&lt;/a&gt;
 have achieved this year. It has been a year of growth, innovation, and dedication to the open-source community and the products we&amp;rsquo;re deeply passionate about.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;From expanding our team to pushing the boundaries of what GlassFish and Piranha can do, this year has been nothing short of transformative. Let&amp;rsquo;s take a look back at some of the highlights and share our hopes for an even brighter future.&lt;/p&gt;</description></item><item><title>Issues with old GlassFish server? Upgrade to Eclipse GlassFish!</title><link>https://foojayio.github.io/website/today/issues-with-old-glassfish-server-upgrade-to-eclipse-glassfish/</link><pubDate>Tue, 24 Dec 2024 09:05:26 +0000</pubDate><guid>https://foojayio.github.io/website/today/issues-with-old-glassfish-server-upgrade-to-eclipse-glassfish/</guid><description>&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Rely on hardened and production-ready Eclipse GlassFish 7 or newer. Benefit from key feature updates and Jakarta EE advancements, brought to you by OmniFish and the amazing community of opensource GlassFish contributors.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The advancements made in Eclipse GlassFish under the Eclipse Foundation have transformed it into a more developer-friendly, cloud-native, and secure application server compared to its legacy predecessors from before 2020.&lt;/p&gt;
&lt;p&gt;Since version 7, Eclipse GlassFish provides a lot of benefits not available with old GlassFish versions, for example:&lt;/p&gt;</description></item><item><title>GlassFish is rolling forward. What’s New?</title><link>https://foojayio.github.io/website/today/glassfish-is-rolling-forward-whats-new/</link><pubDate>Tue, 26 Nov 2024 15:11:17 +0000</pubDate><guid>https://foojayio.github.io/website/today/glassfish-is-rolling-forward-whats-new/</guid><description>&lt;p&gt;&lt;strong&gt;The Evolution Continues. GlassFish, which used to be a popular application server, free to use and reliable, is evolving again. If you&amp;rsquo;ve been holding onto your old GlassFish instances, there&amp;rsquo;s good news&amp;mdash;things have gotten a lot more exciting recently.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Since we created the OmniFish company and started improving GlassFish in 2022 (read about that story in &lt;a href="https://omnifish.ee/2022/06/28/oh-what-did-you-do-to-glassfish/" target="_blank" rel="noopener noreferrer"&gt;Oh, What Did You Do to GlassFish?!&lt;/a&gt;
), a lot has happened around GlassFish. We joined the Eclipse GlassFish project and &lt;a href="https://blogs.eclipse.org/post/tanja-obradovic/welcome-omnifish-jakarta-ee-working-group" target="_blank" rel="noopener noreferrer"&gt;joined the Jakarta EE Working Group&lt;/a&gt;
 as well.&lt;/p&gt;</description></item><item><title>Foojay Podcast #51: Persistence, Evolving your Career, Jakarta EE, GlassFish, Messaging via Telegram</title><link>https://foojayio.github.io/website/today/foojay-podcast-51/</link><pubDate>Mon, 03 Jun 2024 08:03:53 +0000</pubDate><guid>https://foojayio.github.io/website/today/foojay-podcast-51/</guid><description>&lt;p&gt;This is part 3 of the JCON interviews.&lt;/p&gt;
&lt;p&gt;Frank meets Otavio Santana, who recently wrote the book &amp;ldquo;Mastering the Java Virtual Machine.&amp;rdquo; At JCON, he talked about the persistence layer and how you can evolve your career.&lt;/p&gt;
&lt;p&gt;You&amp;rsquo;ll also learn more about Jakarta EE, GlassFish, and a PET project with messaging via Telegram.&lt;/p&gt;
&lt;h2 id="h2-0-video"&gt;Video&lt;/h2&gt;
&lt;div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;"&gt;
			&lt;iframe allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen" loading="eager" referrerpolicy="strict-origin-when-cross-origin" src="https://www.youtube.com/embed/7-lhQld4KVc?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;" title="YouTube video"&gt;&lt;/iframe&gt;
		&lt;/div&gt;

&lt;h2 id="h2-1-podcast-apps"&gt;Podcast Apps&lt;/h2&gt;
&lt;p&gt;You can listen and subscribe to the Foojay Podcast on:&lt;/p&gt;</description></item><item><title>GlassFish Embedded - a simple way to run Jakarta EE apps</title><link>https://foojayio.github.io/website/today/glassfish-embedded-a-simple-way-to-run-jakarta-ee-apps/</link><pubDate>Wed, 01 Nov 2023 15:55:14 +0000</pubDate><guid>https://foojayio.github.io/website/today/glassfish-embedded-a-simple-way-to-run-jakarta-ee-apps/</guid><description>&lt;p&gt;&lt;strong&gt;A long-time GlassFish user and active member of the GlassFish community, Jan Blavins, shares how he uses GlassFish Embedded to take advantage of some of its unique features compared to traditional application servers.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;ve been asked by the Eclipse GlassFish project to say a few words about how I use GlassFish Embedded. The GlassFish project is pretty active these days, they have helped me with some complex issues that I have raised. This way I want to thank them, especially to the OmniFish team, who is one of the main contributors to the GlassFish project and helped me with my issues with GlassFish.&lt;/p&gt;</description></item><item><title>Upgrade to Jakarta EE 10 and GlassFish 7: Easier Than You Think!</title><link>https://foojayio.github.io/website/today/how-to-upgrade-to-jakarta-ee-10-and-glassfish-7-its-much-easier-than-you-think/</link><pubDate>Tue, 27 Jun 2023 07:29:48 +0000</pubDate><guid>https://foojayio.github.io/website/today/how-to-upgrade-to-jakarta-ee-10-and-glassfish-7-its-much-easier-than-you-think/</guid><description>&lt;p&gt;Upgrading to Jakarta EE 10 from an older version of Jakarta EE or Java EE can be a bit tricky and may require some extra attention to detail. But don&amp;rsquo;t worry, we&amp;rsquo;ve got you covered!&lt;/p&gt;
&lt;p&gt;In this series of articles, we&amp;rsquo;ll explain everything you need to know before upgrading to Jakarta EE 10 and guide you to complete the upgrade successfully and in almost no time.&lt;/p&gt;
&lt;h2 id="h2-0-types-of-challenges"&gt;Types of challenges&lt;/h2&gt;
&lt;p&gt;The challenges with upgrading to Jakarta EE 10 or to Eclipse GlassFish 7 fall into these 3 main categories:&lt;/p&gt;</description></item><item><title>OmniFish Jakarta EE Survey 2022</title><link>https://foojayio.github.io/website/today/omnifish-jakarta-ee-survey-2022/</link><pubDate>Mon, 12 Dec 2022 11:44:26 +0000</pubDate><guid>https://foojayio.github.io/website/today/omnifish-jakarta-ee-survey-2022/</guid><description>&lt;p&gt;Do you want to have a say in what happens for the next version of Jakarta EE?&lt;/p&gt;
&lt;p&gt;Check out the new edition of the Jakarta EE Survey 2022 by OmniFish, which follows the tradition of the bi-annual OmniFaces surveys.&lt;/p&gt;
&lt;p&gt;The purpose of the survey is to help everybody understand the current status of the Jakarta EE ecosystem, what we as a community represent, which parts of Jakarta EE we all use the most and what we all expect from Jakarta EE in the future.&lt;/p&gt;</description></item><item><title>EJB support in Piranha via CDI</title><link>https://foojayio.github.io/website/today/ejb-support-in-piranha-via-cdi/</link><pubDate>Tue, 15 Nov 2022 14:14:42 +0000</pubDate><guid>https://foojayio.github.io/website/today/ejb-support-in-piranha-via-cdi/</guid><description>&lt;p&gt;Enterprise Beans was once the face of Java EE, but as we &lt;a href="https://foojayio.github.io/website/today/the-future-of-ejb/"&gt;discussed in the previous article&lt;/a&gt;
, is currently de-emphasised in Jakarta EE.&lt;/p&gt;
&lt;p&gt;However, since there&amp;rsquo;s so much existing code using Enterprise Beans, a certain level of support is still desired.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://piranha.cloud" target="_blank" rel="noopener noreferrer"&gt;Piranha Cloud&lt;/a&gt;
, a relatively new runtime supporting Jakarta EE, takes a somewhat novel approach to Enterprise Beans. Instead of implementing a separate container, Piranha Cloud, via the OmniBeans project, maps Enterprise Beans annotations to equivalent functionality in CDI itself, or to technologies in Jakarta EE leveraging CDI (such as Jakarta Transactions).&lt;/p&gt;</description></item><item><title>The Future of EJB</title><link>https://foojayio.github.io/website/today/the-future-of-ejb/</link><pubDate>Thu, 10 Nov 2022 16:06:56 +0000</pubDate><guid>https://foojayio.github.io/website/today/the-future-of-ejb/</guid><description>&lt;figure class="alignleft is-resized"&gt;
 &lt;img decoding="async" src="beans-300x260.jpg" alt="" class="wp-image-60965" width="225" height="195"&gt;
&lt;/figure&gt;
&lt;p&gt;&lt;em&gt;EJB, or Enterprise Beans, are Java classes with a number of container provided services attached to them, such as transactions, remoting and security. In this article we will take a look at what we can expect for EJB in the future.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Once upon a time EJB was almost synonymous with what was called Java EE or J2EE back then (Jakarta EE now). It suffered from many issues though, although it did incrementally got better. We&amp;rsquo;ll explore some of those issues next.&lt;/p&gt;</description></item><item><title>OmniFish announces Eclipse GlassFish support</title><link>https://foojayio.github.io/website/today/omnifish-announces-enterprise-support-for-eclipse-glassfish/</link><pubDate>Fri, 23 Sep 2022 09:15:34 +0000</pubDate><guid>https://foojayio.github.io/website/today/omnifish-announces-enterprise-support-for-eclipse-glassfish/</guid><description>&lt;p&gt;&lt;a href="https://omnifish.ee/" target="_blank" rel="noopener noreferrer"&gt;&lt;strong&gt;OmniFish&lt;/strong&gt;&lt;/a&gt;
&lt;strong&gt;are proud to announce that they have established themselves as a new international company in the field of &lt;a href="https://jakarta.ee/" target="_blank" rel="noopener noreferrer"&gt;Jakarta EE&lt;/a&gt;
 support, specifically supporting the application server Eclipse GlassFish, a new cloud‑native Jakarta EE runtime Piranha Cloud, and their associated components such as Mojarra, the Jakarta Faces implementation.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;OmniFish, based in Estonia, EU, welcomes the new Jakarta EE 10 version. They are going to support Jakarta EE 10 applications on Eclipse GlassFish 7, which will be released later in October 2022. Moreover, OmniFish have recently &lt;a href="https://blogs.eclipse.org/post/tanja-obradovic/welcome-omnifish-jakarta-ee-working-group" target="_blank" rel="noopener noreferrer"&gt;joined the Jakarta EE Working Group&lt;/a&gt;
 and they are strongly committed to contributing to the Jakarta EE standards. Some of the OmniFish founders are well-known Jakarta EE experts, which provides strong guarantees that OmniFish will become one of the key players in evolving and modernizing the Jakarta EE platform.&lt;/p&gt;</description></item></channel></rss>