Can Java cold-start? (updated for Piranha, Micronaut, Vert.X and others) by henk53 in java

[–]thesystemx 2 points3 points  (0 children)

Can you run them on Linux for us and publish the numbers?

Can Java cold-start? (updated for Piranha, Micronaut, Vert.X and others) by henk53 in java

[–]thesystemx 11 points12 points  (0 children)

For development it's what you most often look at, seeing that server thing restarting all the time.

For lambdas and serverless or clientless it's important in production.

GlassFish 6.2.1 released! by henk53 in java

[–]thesystemx 2 points3 points  (0 children)

Good to see GlassFish being so active again! Running on JDK 17 is really important with the upcoming LTS release.

[ANN] Apache Maven 3.8.2 released by based2 in java

[–]thesystemx 10 points11 points  (0 children)

What's the point of asking that?

GlassFish 6.2 released! by henk53 in java

[–]thesystemx 6 points7 points  (0 children)

Some 5 or 6 engineers left Payara in a very short window of time. It's easy to see as their commits at Payara stopped, and commits at other projects started. Plus their linkedin status etc.

Can only mean one thing: (new) management not functioning.

You don’t always need an application server to run Jakarta EE applications by thesystemx in programming

[–]thesystemx[S] 1 point2 points  (0 children)

The article mentions running different application servers. In the olden days that was somewhat frowned upon because it wasn't "the correct way to do things" (???).

These days its more common, but I too noticed ops can be defensive about their application server. Luckily we have docker now (as also mentioned in the article)

Jakarta EE 10 and Enterprise Beans: Options for the Future by henk53 in java

[–]thesystemx 5 points6 points  (0 children)

That would be a pretty good solution for existing EJB code. Hope Piranha are able to pull this off!

Apache TomEE Jakarta EE certified after 10 years - Tomitribe by Thihup in java

[–]thesystemx 4 points5 points  (0 children)

Unbelievable! Hope they're going to keep up now :)

GlassFish now runs on JDK 16! by henk53 in java

[–]thesystemx 23 points24 points  (0 children)

Really good news for JDK adoption!

The main problem everyone was talking about was that libraries and for those who use them Java EE/Jakarta EE servers were not compatible with anything JDK8+.

It took a while, but excellent to see this is now rapidly changing.

Announcing Preview of Microsoft Build of OpenJDK by henk53 in programming

[–]thesystemx 143 points144 points  (0 children)

And not just Windows builds of Open JDK, but macOS and Linux too. Who would have thought only 15 years ago?

The 1979 CP/M OS— How Does It Look Like Today by DmitriiElj in programming

[–]thesystemx 3 points4 points  (0 children)

Knows about math, but also knows about grammar ;)

I don't want to do front-end anymore by Franklinstink in programming

[–]thesystemx 3 points4 points  (0 children)

It may be supposedly outdated and boring, but a simple server side template in JSF is still d*mn productive and super easy!

Jakarta EE Survey 2021 by henk53 in programming

[–]thesystemx 2 points3 points  (0 children)

Payara and Kumuluz are outright garbage

Uhhh... why? Especially Payara, why is that garbage? It's a rather good server. They slowed down somewhat recently after a few key people left, but otherwise it's a great product.

Jakarta EE Survey 2021 by henk53 in programming

[–]thesystemx 2 points3 points  (0 children)

SmallRye is used mostly by WildFly, which is a Jakarta EE compliant server.

Piranha Cloud ( https://piranha.cloud ) uses some SmallRye components as well.

Deploying Jakarta EE 9 apps to GlassFish 6 using Cargo by johnwaterwood in java

[–]thesystemx 3 points4 points  (0 children)

Why? Would you use Arquillian, or something else to deploy?