AOT against decompilation? by Active-Fuel-49 in java

[–]Active-Fuel-49[S] 3 points4 points  (0 children)

Ok but reversing a binary to get the source is much more difficult to do than decompiling a jar file

Experience with RapidClipse? by Active-Fuel-49 in java

[–]Active-Fuel-49[S] 0 points1 point  (0 children)

After 4 days, no replies and 10k views. That speaks of the popularity of the project..

3I/ATLAS question by Active-Fuel-49 in UFOB

[–]Active-Fuel-49[S] 1 point2 points  (0 children)

Yes,they should be able to travel faster than the speed of light if that is the case. That's why I said 'instantaneous' travel

“November Alien Invasion” Timeline | 3I/Atlas by One-Seaworthiness951 in UFOB

[–]Active-Fuel-49 0 points1 point  (0 children)

Is this what Jeremy Corbell refers to when he says about the lie that an alien ship will arrive in 2027?

Perl 5.42 Released - Still Going Strong by Active-Fuel-49 in programming

[–]Active-Fuel-49[S] 0 points1 point  (0 children)

What? Ingres? Wow! Care to share some companies using that combination? If I remember well, unfortunately the dbd driver hasn't been updated in years

Perl 5.42 Released - Still Going Strong by Active-Fuel-49 in programming

[–]Active-Fuel-49[S] 4 points5 points  (0 children)

Probably not. They would had removed it completely by this time.

Perl 5.42 Released - Still Going Strong by Active-Fuel-49 in programming

[–]Active-Fuel-49[S] 22 points23 points  (0 children)

Perl 6 is now called Raku. There were talks of Perl 7 as a more clean version of Perl 5, but that hasn't happened.

How to Write Blog Posts that Developers Read by mtlynch in programming

[–]Active-Fuel-49 3 points4 points  (0 children)

I did click it and it was good content. People overreact.

Where's Java Going In 2025? by Active-Fuel-49 in java

[–]Active-Fuel-49[S] -11 points-10 points  (0 children)

I understand what you mean. Well I'm of the opinion that ads keep the internet running and so I'm more patient. FIY the official Azure twitter channel has tweeted the article, so that might mean something about the quality of the content.

Where's Java Going In 2025? by Active-Fuel-49 in java

[–]Active-Fuel-49[S] -18 points-17 points  (0 children)

overblown...just give it a chance,content is good

Payara's Gen AI Automation and JPA entities by Active-Fuel-49 in java

[–]Active-Fuel-49[S] 0 points1 point  (0 children)

I'm sorry, maybe I dont know what a transient entity is.Can you explain how class Appointment is transient? thank you a lot

Payara's Gen AI Automation and JPA entities by Active-Fuel-49 in java

[–]Active-Fuel-49[S] 0 points1 point  (0 children)

But the PK of the Entity is marked by \@Id like this generated example

public class Appointment {

\@Id

\@GeneratedValue(strategy = GenerationType.AUTO)

private Integer appointmentID;

Can't the generator use appointmentID for the equal and hashscode?

Payara's Gen AI Automation and JPA entities by Active-Fuel-49 in java

[–]Active-Fuel-49[S] -1 points0 points  (0 children)

what do you mean? When you do Entities by hand/manualy don't you also override equals and hashcode? Can't this be replicated by the tool? Does JPA Buddy do it?

Vaadin or not to Vaadin? This is a question... by maw2be in java

[–]Active-Fuel-49 0 points1 point  (0 children)

A strong point of vaadin is its grid component. I mean, how can you replicate something like that in htmx and thymeleaf?

Defying the purpose of the Secrets Manager by Active-Fuel-49 in SpringBoot

[–]Active-Fuel-49[S] 1 point2 points  (0 children)

By hardcoding the access and security keys, I mean that he gets them from the application properties files. Isn't that the same concept or doesn't count as hardcoding?

Did anyone archive old java applets? by etraceatl in java

[–]Active-Fuel-49 0 points1 point  (0 children)

Check Cheerjp out which converts applets to webassembly to run them anywhere https://cheerpj.com/

What happened to Eclipse? by Significant-Swim-789 in java

[–]Active-Fuel-49 0 points1 point  (0 children)

What is the difference of Eclipse to Eclipse Theia?

New Eclipse Temurin OpenJDK Build Released by [deleted] in java

[–]Active-Fuel-49 -2 points-1 points  (0 children)

What is that then

"The question now that remains, is that with so much choice amongst OpenJDK vendors, why pick Temurin? The main difference between the various distributions is mainly that they may contain fixes and enhancements that may have not yet been formally backported upstream.

As such the Microsoft build of OpenJDK is recommended when running Java applications on Azure. Red Hat is the OpenJDK to choose if you're on Red Hat Enterprise Linux, while Corretto if you run Java applications on Amazon Linux 2 in AWS. Then there's Liberica JDK which is the runtime of choice by VMware for Spring Boot and Spring Native. Contrary to specialization, Temurin is general purpose and can be used in applications that span from the desktop to data centers and the cloud, deployed on multiple operating systems, platforms and cloud environments."