Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
2 replies
29 views

Our project is a single system, but there are three groups assigned to it. What are the best practices for system modules that would be fair for everyone? By the way, I am a student and this is my ...
Catherine Gravoso's user avatar
-2 votes
0 answers
56 views

I configured localization in my project. I have generic validation error messages with placeholders, and field names, such as these. src/main/resources/lang/messages.properties: field.NotBlank=Polje {...
IgorArnaut's user avatar
Advice
1 vote
3 replies
99 views

I am currently a second year college student. I am studying audio engineering/music with a minor in CS. As a summer project, I've decided to make a prototype of a rhythm game; this would combine both ...
zenith_m7b5's user avatar
1 vote
1 answer
88 views

I am facing an issue and trying to figure out what is happening. From what I understand, using @PersistenceContext injects an EntityManager into my class. It should be thread-aware, tying the ...
Mostafa Abdelfatah's user avatar
1 vote
1 answer
56 views

I hope someone can help me with an issue I'm facing. We have an application using Micronaut 4.10.9 with Apache Ignite 3.0 embedded in the same server. All dependencies and configurations are already ...
José Delgado's user avatar
Advice
0 votes
6 replies
159 views

I am Currently a first year Software Engineering trainee based in Germany. for the most part i did Front End and UI/UX development as a hobby before starting my job but now i want to get into back end ...
ghostfaceC0dah's user avatar
0 votes
0 answers
59 views

I'm creating a microservice and I'd like it to not automatically create queues in RabbitMQ. I created a RabbitMQ user via the GUI, with no configuration permissions, only read and write, to avoid ...
marciel.deg's user avatar
Tooling
0 votes
3 replies
81 views

I am looking for a way to execute dynamically generated Java bytecode on both OpenJDK VM and DalvikVM. In other words, I want to make platform-agnostic on-the-fly compiler to Java bytecode, using only ...
lulook's user avatar
  • 1
0 votes
0 answers
80 views

This method in the Game class makes the inventory by adding a button for each item in the inventory of the player (and adds the listener for each one, to handle the actions later). Sometimes it has to ...
Enes's user avatar
  • 19
Advice
0 votes
3 replies
68 views

I’m using GridDB with the Java API and ran into a small issue while working with queries. I have a container with a lot of data, and I only need to read a small portion of it (for example, the first ...
subhash sah's user avatar
0 votes
0 answers
44 views

I'm having trouble using spring-integration-smb: when I try to authenticate a user whose name contains an "@", I get the error message "unknown user name". Interestingly, if I ...
Michi's user avatar
  • 599
Advice
0 votes
2 replies
52 views

I’m using GridDB with the Java API in a multi-threaded application where multiple threads may insert or update data at the same time. Each record uses a timestamp as the row key. A simplified example: ...
Prabin's user avatar
  • 19
0 votes
1 answer
88 views

For testing I have a Mailpit Testcontainers instance running: @Container static MailpitContainer mailpitContainer = new MailpitContainer() .withNetwork(TESTCONTAINERS_NETWORK); The service under ...
Thomas's user avatar
  • 179
Best practices
0 votes
7 replies
114 views

Let's say I have a route: PATCH /users/1 Now, the authenticated User sends a UpdateUserDTO that contains all the data needed for an update. However, an admin can also update a User, but they can also ...
sebkaminski16's user avatar
Best practices
0 votes
7 replies
205 views

what are the performance techniques that we need to apply at each layer of our application development and deployment so that it will handle huge number requests . lets consider React JS as frontend ...
sridhar masna's user avatar

15 30 50 per page
1
2 3 4 5
127746