Ondro Mihalyi12 articles
Table of Contents Getting Started with Jakarta EE1. How to Start with Servlets2. How to Build a RESTful Web Service3. How to Store and Retrieve Data Using Jakarta Persistence4. How to Secure a RESTful Web ServiceUnderstand the Specs Behind the Scenes5. …
- Ondro Mihalyi
-
Jakarta EE 11 Web Profile Released, Enabled by Eclipse GlassFish
Table of Contents Key Technical Changes in Jakarta EE 11 Web ProfileGlassFish: The first compatible implementation for Jakarta EE 11 Web ProfileOmniFish Engineering ContributionsWhat’s Coming: GlassFish 8OmniFish – Jakarta EE experts The Jakarta EE 11 Web Profile has officially been released on March 30, …
- Ondro Mihalyi
-
Reflections on 2024: A Remarkable Year for OmniFish, GlassFish, Piranha, and Jakarta EE
From expanding the OmniFish team to pushing the boundaries of what GlassFish and Piranha can do, this year has been nothing short of transformative. Let’s take a look back at some of the highlights and share our hopes for an even brighter future.
- Ondro Mihalyi
-
Issues with old GlassFish server? Upgrade to Eclipse GlassFish!
Table of Contents Jakarta EE Standardization and FlexibilityCompatibility with new Java versionsEnhanced Security with Modern ProtocolsSupport for HTTP/2, REST and JSON EnhancementsCloud-Native Readiness and ContainerizationConclusion Rely on hardened and production-ready Eclipse GlassFish 7 or newer. Benefit from key feature updates and …
- Ondro Mihalyi
-
GlassFish is rolling forward. What’s New?
The Evolution Continues. GlassFish, which used to be a popular application server, free to use and reliable, is evolving again. If you’ve been holding onto your old GlassFish instances, there’s good news—things have gotten a lot more exciting recently. Since we …
- Ondro Mihalyi
-
Foojay Podcast #51: JCON Report, Part 3 – Persistence, Evolving your Career, Jakarta EE, GlassFish, Messaging via Telegram
This is part 3 of Frank’s JCON interviews, featuring multiple people, on Jakarta EE, GlassFish, and a PET project with messaging via Telegram, and more!
- Frank Delporte,
- Ondro Mihalyi
-
GlassFish Embedded – a simple way to run Jakarta EE apps
Jan Blavins shares how builds both server component and a client component in his project using the GlassFish Embedded container with little effort.
- Ondro Mihalyi
-
How to Upgrade to Jakarta EE 10 and GlassFish 7: It’s Much Easier Than You Think!
We’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.
- Ondro Mihalyi
-
OmniFish Jakarta EE Survey 2022
Want to have a say in what happens for the next version of Jakarta EE? Check out the new edition of the Jakarta EE Survey 2022 by OmniFish!
- Ondro Mihalyi
-
EJB Support in Piranha via CDI
Since there’s so much existing code using Enterprise Beans (EJB), a certain level of support is still desired. Piranha Cloud takes a somewhat novel approach to Enterprise Beans and maps Enterprise Beans annotations to equivalent functionality in CDI or other Jakarta EE APIs.
- Ondro Mihalyi
-
The Future of EJB
EJB, or Enterprise Beans, are Java classes with a number of container provided services attached to them, such as transactions, remoting and security. A possible future direction for EJB is to rebase it on CDI. Instead of having those two essentially competing component models in Jakarta EE, we would end up with just one.
- Ondro Mihalyi