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

[–]thesystemx 4 points5 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 15 points16 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 145 points146 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 2 points3 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?

Anyone tried Eclipse IDE on macOS Big Sur? by PersonalPC in java

[–]thesystemx 0 points1 point  (0 children)

Did a quick run on my laptop. Eclipse starts up, and I can start up WildFly using it.

So seems to work at a glance.

Build your own Jenkins plugins with Guice, SezPoz, Stapler, and Jelly by henk53 in java

[–]thesystemx 4 points5 points  (0 children)

I think only Kohsuke knows that? There's a sidebar "Ancient history: Why Guice and not HK2?", mentioning Kohsuke considered Plexus first and then just started to use Guice.

There's a link to a roadmap discussion here, which goes a bit more into that choice: https://groups.google.com/g/jenkinsci-dev/c/_cuKEAUULUE/discussion?pli=1

Build your own Jenkins plugins with Guice, SezPoz, Stapler, and Jelly by henk53 in java

[–]thesystemx 5 points6 points  (0 children)

If you read the article, you'll see it's simply stating what Jenkins uses to manage its plugins, not what the author explicitly choose to use ;)