I've a reactive API which receives the following String (image below). I want to process these ID's and perform a search query to my MongoDB and return a Flux w
Any Lead for consuming Microsoft dyanmics NAV web service.Client has given us a WSDL file in XML format and we need to consume it in java/spring boot.
I'm trying to build a custom launcher for Android, and I'm following this guide to have a clue of what I'm doing. Till the first part everything's ok, it works
I am deploying a Spring-boot web-application on 'tomcat 9' and I faced a NoSuchMethodException. I compile and run this code in localhost, successfully; but when
I get the following error: I have this code I have tried several things going before I posted this, I determined that this was the source error it did not conne
I am new to Android and I have been trying to show a Heads up action push notification just like whatsapp does. This is my configuration for my notification:
I am new to Android and I have been trying to show a Heads up action push notification just like whatsapp does. This is my configuration for my notification:
I'm a beginner, when I create a java project using the command pallate in vscode ctrl-shift-p -> java: Creat java project, only created the lib, src and read
I recently made a custom api for my spigot plugin to manage the database connection in an easier way. I had to get the plugin and cast it to the class of my API
I'm trying to get auth0 to work with quarkus: resources i've used are: https://github.com/quarkusio/quarkus-quickstarts/tree/main/security-oauth2-quickstart htt
I was trying to return list as page object to my client side angular Application. But it return all the list not a page. this is my server side controller m
How can I sort array according to the count of set bits? I'm getting an error whit below code: Arrays.sort(arr, (o1, o2) -> { if (Integ
I'm working with two apps, one of them is server-app (Netflix eureka server) and the other is the client-app, they works perfectly on my machine, client registe
I am new to Visual Studio Code for Java development and I had a workspace open yesterday for testing. Now when restarting Visual Studio today, I get a "Classpat
I am new to Visual Studio Code for Java development and I had a workspace open yesterday for testing. Now when restarting Visual Studio today, I get a "Classpat
I see lots of answers to this question but they don't work for me. I installed Visual Studio Code, latest version of Java and Maven on my PC and I was able to s
We have a Java web application that implements reCaptcha validation against URL https://www.google.com/recaptcha/api/siteverify in a microservice in Docker. Thi
I am trying to create a plugin for Flutter in Java. I am trying to pass the Android activity parameter in my main Java class. This is my native code: package
I want to hit login api from postman or java and the error generating bad csrf token. Have any solution to fix this issue or we disabled csrf token?
I have a multi-module maven project. I use maven build helper plugin to automatically add generated sources to the classpath. I am able to use the generated s