Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
0 answers
24 views

I am trying to write a Java program to check whether a given number is a palindrome or not. A palindrome number remains the same when its digits are reversed (for example, 121 or 1331). I wrote the ...
SANKAR S's user avatar
-3 votes
0 answers
31 views

I have 8.5x5.5 pdf I want to print it silently (without any dialog box) using java. I am using pdfbox 3.0.6. No matter how I tried it always prints in sideways.
Surendra's user avatar
-2 votes
0 answers
26 views

We are currently managing a microservice architecture with 40+ services that communicate internally. Our current approach to sharing data models/contracts is causing significant stability issues. ...
Pankaj Singh Rana's user avatar
1 vote
0 answers
17 views

I’m a bit confused and hope someone can help. I’m working on a project that uses SWRL rules and Pellet. In my rules I rely on specific built-ins such as: swrlb:addDayTimeDurationToDateTime temporal:...
Ines's user avatar
  • 87
Tooling
1 vote
1 replies
15 views

Are there packages related to scanning for local devices connected to a network and displaying the name and network information of connected devices? I'm trying to build an application that can scan ...
David Ansu Dave's user avatar
-3 votes
0 answers
54 views

enter image description here I am working on a Java Swing application with MySQL. When I click the Add button, the patient data should be inserted into the database. However, the data is not being ...
Mithilesh's user avatar
1 vote
1 answer
42 views

As the current (as of 2026) situation concerning Java and Bluetooth is a complete disaster, I am trying to wrap macOS’s bluetooth functionality with JNA/FFM, but as central elements of these APIs are ...
Bombe's user avatar
  • 84.5k
-4 votes
0 answers
45 views

I am using Spring WebSocket with STOMP in a Java application and have configured a message broker with a ChannelInterceptor via configureClientInboundChannel. What I’m trying to do I want to validate ...
Ashutosh Pradhan's user avatar
Advice
0 votes
0 replies
33 views

I’m building an open-source project called TCB (The Crying Blocks): https://github.com/surbris/TCB The idea is to let people build real Python (and later Java, etc.) code by dragging and connecting ...
Jeremy Macdonald's user avatar
0 votes
1 answer
57 views

For sending emails on a server application without user interaction I am trying to replace my basic auth connection to Exchange 365 with an OAuth 2.0 connection. I know that there is an alternative ...
Calligos's user avatar
Best practices
0 votes
3 replies
55 views

I'm practicing TDD in Java and my test setup is becoming too complex when a class has multiple dependencies. Scenario: For example, my PaymentProcessingService depends on a validator, payment gateway, ...
Deividas Strole's user avatar
0 votes
0 answers
42 views

I am using Spring Boot 4 with OpemSaml 5. i have set up for global log out with Okta. Both the log in and the log out works great. However, after a global logout if I try to log in again after an ...
Viraj Shetty's user avatar
0 votes
1 answer
94 views

This topic has been answered multiple times here and there, but none of the suggested solutions look elegant and requires too much boilerplate code + work to add the suggested solutions into your ...
zappee's user avatar
  • 23.2k
Best practices
2 votes
2 replies
30 views

In spring boot we hash password like this. BCryptPasswordEncoder passwordEncoder = new BCryptPasswordEncoder(16); String hashed = passwordEncoder.encode(plainTextPassword); Is it a good idea to store ...
Ammar's user avatar
  • 504
1 vote
1 answer
61 views

I am seeing a weird problem. My SAML application which was working great in 3.5.9 has problems reading SAML properties from the application.yml file. I changed to the most basic SAML configuration and ...
Viraj Shetty's user avatar

15 30 50 per page
1
2 3 4 5
127834