Classic Layout

Tip: Meetup ‘From Knowledge to Insights with Neo4j and Machine Learning’

Thursday , Oct 10 · 6:00 PM  Meetup : From Knowledge to Insights with Neo4j and Machine Learning DEVOXX 2024 is around the corner in 2 weeks in Antwerp. To complement this great event Neo4j and Hopsworks invite you to a great meetup in Antwerp, just a short tram ride away from DEVOXX. During this meetup there are 3 fantastic …

Read More »

Azul Brings Java from Edge to Cloud

Author: Frank Delporte Original post on Foojay: Read More In Part 1 of this series, “A Fresh Look at Embedded Java,” we explored the use of Java for embedded use cases. Azul and its Zulu Build of OpenJDK (Zulu) are the ideal partners in this part of the software world. Let’s expand and look at the cloud part of a …

Read More »

J-fall 2024 is sold out, but you could consider the following options to still get a ticket for J-Fall.

J-Fall 2024 is sold out This edition sold out within 25 minutes. If you missed the moment but would still like to visit the J-fall conference 2024, you could still consider the following options. Register for the Masters of Java (free) at november 6. A ticket for the Masters of Java includes a ticket for the J-fall. However, full is …

Read More »

Exploring New Features in JDK 23: Factory Pattern with Flexible Constructor Bodies with JEP-482

Author: Miro Wengner Original post on Foojay: Read More Since the introduction of the new JDK release cadence, we have seen an incredible amount of new enhancements added to each JDK cycle, kicking the Java platform back on track compared to other languages. Source code maintainability plays a very important role as complexity of nowadays projects increases. Yes, design patterns, …

Read More »

Run true-to-production tests on your MicroProfile and Jakarta EE applications

Author: Grace Jansen Original post on Foojay: Read More As supported by the 12 factor and 15 factor app methodologies, in application development, we’ve come to realize just how important it is to test our applications in a true-to-production environment before releasing them to consumers. This helps us to mitigate potential failures and spot bugs that could appear in production …

Read More »

Server-Side Rendering with Spring Boot

Author: Nicolas Frankel Original post on Foojay: Read More Understanding the shared steps in the project setup is crucial before delving into the specifics of each client-augmenting technology. My requirements from the last post where quite straightforward: I’ll assume the viewpoint of a backend developer No front-end build step: no TypeScript, no minification, etc. All dependencies are managed from the …

Read More »

A Short History of AJAX and SSR

Author: Nicolas Frankel Original post on Foojay: Read More My journey in programming began over two decades ago, a time when JavaScript was a far cry from its current state, and developers were primarily focused on Microsoft Internet Explorer. One of my proudest achievements back then was writing a few lines of code that allowed users to add and remove …

Read More »

TestPostForSorting

Author: Foojay Original post on Foojay: Read More Testtsteset The post TestPostForSorting appeared first on foojay.

Read More »

TornadoVM for RISC-V Accelerators

Author: Juan Fumero Original post on Foojay: Read More Takeaways RISC-V is an open standard instruction set architecture that anyone can use to build new processors and accelerators, for example, for AI. oneAPI Construction Kit (OCK) is a new framework that allows software developers and system designers to bridge the gap between hardware accelerators and open standards, by enabling a …

Read More »