← prev | next →
Neslihan 2022-08-04 11:57:22
What do you think about Soap Api guys ?
Spark 2022-08-04 12:40:48
Neslihan 2022-08-04 11:57:22
What do you think about Soap Api guys ?
Outdated.. In latest Versions the endpoints were also deprecated
Rahul 2022-08-04 13:27:33
How to use log4j.properties file in catch block to handle errors
Any sample programs❓
Anish Narayan 2022-08-04 13:59:32
https://stackoverflow.com/questions/73234630/same-url-request-returns-200-on-postman-talend-etc-but-returns-404-when-called
Same URL request returns 200 on Postman, Talend etc but returns 404 when called from web app using AJAX –
Stack OverflowI have made requests to a Java web service using AJAX:
<script>
function loadcaptcha() {
$(“#spmsg”).html(“”);
$(“#txtCaptcha”).val(“”);
var inputValObj = {};
inputVal…
Anish Narayan 2022-08-04 13:59:50
Suggestions please, been struggling with this problem for hours
i aspirant 2022-08-04 14:26:54
Hi all, I am new to Advanced Java and Speingboot. I hv learned springboot and I know how to create rest api at basic level.i want to move beyond that level. Ex Authention login and on.
Do anyone you have some guidance/advices on learning practically.Can you pls point some resources youtube videos for practically implementing.Thanks for your time for spending,
Debiprasad Dash 2022-08-04 14:28:13
Anyone please send any resource to learn spring mvc
Pa Alioune Tine 2022-08-04 14:59:17
Hello guys how to use inheritance with spring boot
Developer 2022-08-04 15:08:53
Hello bright minds, another query. With C# being cross platform now, what’s the reason for using Java still (other than maintaining existing Java applications)?
Debiprasad Dash 2022-08-04 15:09:55
Spring boot
Eclipse1303 2022-08-04 15:24:10
Debiprasad Dash 2022-08-04 14:28:13
Anyone please send any resource to learn spring mvc
Learn code with Durgesh
Eclipse1303 2022-08-04 15:24:17
YT channel
Megaknight11 2022-08-04 17:15:48
Anyone know mongodb?
Rahul Gupta 2022-08-04 17:33:30
Hi guys,
When I’m connecting two microservices and running it the error comes like connection refused: connect
What can be the solution anyone can please suggest
thirudinesh71 2022-08-04 18:23:57
Anyone please explain how @bean annotation will work
spring_moments 2022-08-04 18:30:21
thirudinesh71 2022-08-04 18:23:57
Anyone please explain how @bean annotation will work
https://docs.spring.io/spring-javaconfig/docs/1.0.0.M4/reference/html/ch02s02.html
Best explanation so far
VAifonin 2022-08-04 18:42:10
Rahul Gupta 2022-08-04 17:33:30
Hi guys,
When I’m connecting two microservices and running it the error comes like connection refused: connect
What can be the solution anyone can please suggest
Need example or log error.
jwiejan1999 2022-08-04 18:55:36
Hello, I have a Json Array with contain JsonObject as element. my problem is when I use get(index) methud to get one of elements in my JsonArray, it convert my Json element to an Object and remove all double quote, so I can not paras this memebrs of Json Array, any help will be appriciate.
Duelivotni 2022-08-04 20:13:26
jwiejan1999 2022-08-04 18:55:36
Hello, I have a Json Array with contain JsonObject as element. my problem is when I use get(index) methud to get one of elements in my JsonArray, it convert my Json element to an Object and remove all double quote, so I can not paras this memebrs of Json Array, any help will be appriciate.
Did you try specifying the JsonObject type for each element that you get from array?
jwiejan1999 2022-08-04 20:23:31
Duelivotni 2022-08-04 20:13:26
Did you try specifying the JsonObject type for each element that you get from array?
I tried with typspecification, did not work, u think its possible to get elements as Json Object?
Duelivotni 2022-08-04 20:43:34
jwiejan1999 2022-08-04 20:23:31
I tried with typspecification, did not work, u think its possible to get elements as Json Object?
Another way as I remember is using Json library (don’t remember exact name) which has static method Json.toString() and fromString() or smth like that. So you can convert each element it to String and serialize it later to Json if needed. The format will be preserved.
Rahul Gupta 2022-08-04 21:36:30
VAifonin 2022-08-04 18:42:10
Need example or log error.
Yes
B K 2022-08-05 05:14:53
Does anyone know how to read the avro object from Kafka topic and persist that in cosmos database?
Please share if someone knows..
rdedhia 2022-08-05 05:56:57
Does anyone knows how the xml file reading done in below conditions.
Xml tags format may be fixed but in sometime some tags will not be present in randam files.
I tried it with xml pojos that is object factory but in that if some xml file some tags not present then it gives error.
GobiKrishnanNagamani 2022-08-05 07:14:04
thirudinesh71 2022-08-04 18:23:57
Anyone please explain how @bean annotation will work
It will Create a bean for u and it will return That bean whenever u inject that object with @Autowired
RAISING_ROCK 2022-08-05 07:51:36
RAISING_ROCK 2022-08-05 07:51:36
RAISING_ROCK 2022-08-05 07:51:36
jwiejan1999 2022-08-05 07:54:30
Duelivotni 2022-08-04 20:43:34
Another way as I remember is using Json library (don’t remember exact name) which has static method Json.toString() and fromString() or smth like that. So you can convert each element it to String and serialize it later to Json if needed. The format will be preserved.
tnx
Aishuu 2022-08-05 08:23:12
← prev | next →