1
13

Java equips developers with convenient tools for serializing objects. Although they seem primitive at first glance, their internal implementation contains a wealth of interesting insights. In this article, we'll explore the essentials of serialization and its nuances. Let's see how it operates under the hood!

2
19
3
5
submitted 1 week ago by bahmanm@lemmy.ml to c/java@programming.dev

cross-posted from: https://lemmy.ml/post/22574276

If there was one reason I liked coding in Java, it'd be AssertJ and its brilliant extensibility.

The image is an example of it from bjForth

The ability to create custom assertions makes the test code concise and read naturally.

4
5
Java on Kubernetes (www.youtube.com)

Not a lot of information out there about running Java on k8s

I have also been looking into benchmarks between HTTP servers.

There is this but its just "Hello world"

5
5

Even though I don't use Azure, I found this quite interesting.

6
1
YYYY? yyyy! (pvs-studio.com)
7
4
8
1
9
5
10
5
11
11
submitted 1 month ago* (last edited 1 month ago) by Thumper@lemmy.world to c/java@programming.dev

Hey Guys,

For my current spring boot project I have been using a @Scheduled annotation and using cron syntax for running jobs, but now I don't want to schedule jobs on holiday (based on US calendar).

So is there any approach to skip the schedule on holiday.

Thanks for your help in advanced.

12
5
13
0

cross-posted from: https://programming.dev/post/19544005

When managing a database, speed and efficiency are crucial. As applications handle more data and become more complex, the performance of database queries plays a big role in keeping everything running smoothly. One of the best ways to make queries faster is by using indexes. Similar to a book’s index that helps you quickly find a topic, database indexes allow you to find specific data without searching through the entire database. This article explains the basics of indexing, how it improves query performance, and some simple tips for using indexes effectively. Whether your database is small or large, understanding how to use indexes can help keep your application fast and responsive.

14
17
15
17
The Arrival of Java 23 (blogs.oracle.com)
16
15
17
9
submitted 3 months ago by Thumper@lemmy.world to c/java@programming.dev

Hey guys, I'm pretty new to coding and I recently learnt java and now I have to learn spring boot but there are a lot of sources when searched and it's getting quite complicated.

So is there any documentation which can help me learn spring boot.

Also thank you for all the help.

18
7
submitted 3 months ago* (last edited 3 months ago) by spiderman@ani.social to c/java@programming.dev

Like you can see in the linked youtube video (forward to 7:14), he is using an older version of Launch4j and using "Only use private JDK runtimes" in the JRE tab to make sure the .exe file uses the JRE we bundled along with other necessary files. But the latest version I am using (3.5.0) does not have that option.

What is the alternative option for the newer versions of Launch4j?

19
10
20
4

cross-posted from: https://programming.dev/post/17309619

In this article, we will explore the key differences between Ktor and Spring Boot for Kotlin developers based on the experience of various developers.

21
7
22
10
23
1
24
10
25
9
view more: next ›

Java

1393 readers
1 users here now

For discussing Java, the JVM, languages that run on the JVM, and other related technologies.

founded 1 year ago
MODERATORS