Hello guys,I am a 4 years experienced java developer, is it advisable to transition to AEM?
How can I call this SOAP request in Spring Boot using WebserviceTemplate?
Anyone knows how to write junit of httpAuth class?
Hola buenas tardes, estoy empezando con spring boot, y necesito hacer una busqueda por email, con findOne, y no encuentro la manera de pasarle el dato, alguien me ayuda?
does anyone know about logger?
Now, what difference would the websocket make ?
Will it be sending data continuously?

elements.removeIf(e -> (e > 30));
Use this bro…
Try spring.io in browser
public static void main(String[] args) {
// TODO Auto-generated method stub
List<Integer> elements = new ArrayList<Integer>();
elements.add(2);
elements.add(30);
elements.add(10);
elements.add(34);
elements.add(90);
elements.add(100);
elements.add(8);
elements.removeIf(e -> (e > 30));
elements.forEach(e ->{System.out.println(e);});
}
Bro ask here or dm me…. But m going outside….will answer u if possible
// TODO Auto-generated method stub
List<Integer> elements = new ArrayList<Integer>();
elements.add(2);
elements.add(30);
elements.add(10);
elements.add(34);
elements.add(90);
elements.add(100);
elements.add(8);
elements.removeIf(e -> (e > 30));
elements.forEach(e ->{System.out.println(e);});
}
Thank you
any one can help me
Eclipse-ல் java source-file add செய்வது எப்படி(how to add java source file in eclipse IDE)
வணக்கம் நண்பர்களே இன்த பத்தியில் java source file-ஐ eclipse-ல் add செய்து, java-வினுடைய codes-ஐ எவ்வாறு பார்ப்பது என்று பார்ப்போம். step : 1 உங்களுடைய கணினியில் என்ன version java install பண்ணிவுள்ள…


Hola buenas tardes, estoy empezando con spring boot, y necesito hacer una busqueda por email, con findOne, y no encuentro la manera de pasarle el dato, alguien me ayuda? este es mi codigo.
Thanks 👍
Please use English in this group
Yes bhai

Anyone please help me ,I am Facing this issue 😔
I am using spring boot, to create a webapp, where the data (string value) is passed onto the html using @Controller method.
However, this data is dynamic, and changes value every second.
But, on my html page, it only shows that data “at that instant” and does not change automatically.
If i refresh my page, then i do get the new data passed, at that instant.
I am using spring boot, to create a webapp, where the data (string value) is passed onto the html using @Controller method.
However, this data is dynamic, and changes value every second.
But, on my html page, it only shows that data “at that instant” and does not change automatically.
If i refresh my page, then i do get the new data passed, at that instant.
websocket
I checked a video on this, https://youtu.be/n6ZqOwreFTA
Up until now, i was using multiple .addAttributes() to send data from backend to html
In this video, we’re going to implement Web Sockets using Spring Boot Application
GitHub Link: https://bit.ly/3dvLThS
Other Video:
———————————————————————–
Creating Golang Rest API with Mux and GORM – Complete Tutorial – https://youtu.be/KPftgI40WHI
Go / Golang Full Course for Beginners | 2021 – https://youtu.be/1NF2LtWbA1g
Implementing JWT (JSON Web Tokens) with Spring Security in Springboot App – https://youtu.be/lA18U8dGKF8
Skaffold Tutorial – Easy Kubernetes Development workflow with Spring Boot – https://youtu.be/U6Hm5eoYZ5A
What is Kubernetes | Explained in detail with Architecture – https://youtu.be/gOOH51SdHgM
Kubernetes Components you need to know in 10 minutes – https://youtu.be/ivDzqrCfC2Y
Kubernetes Commands with Example – kubectl – https://youtu.be/iyNnXWw7wE8
Kubernetes YAML Configuration | Deployment and Service – https://youtu.be/ZaEuQA0RqiA
Implementing JWT (JSON Web Tokens) with Spring Security in Springboot App – https://youtu.be/lA18U8dGKF8
Follow us on :
——————————————————–
Website: http://www.dailycodebuffer.com/
Facebook: https://www.facebook.com/dailycodebuffer
Twitter: https://twitter.com/DailyCodeBuffer
Instagram: https://www.instagram.com/dailycodebuffer
GitHub: https://github.com/dailycodebuffer
My Laptop :
——————————————————
ASUS ROG Zephyrus G14, 14″ – https://amzn.to/3tMb1I6
ASUS ROG Zephyrus G14, 14″ (US) – https://amzn.to/3xa6X6m
Audio Gear :
——————————————————
Maono AU-A04 Condenser Microphone : https://amzn.to/32FOpwI
Maono AU-A04 Condenser Microphone (US) :https://amzn.to/3awzUj7
Secondary Audio :
——————————————————
Maono AU-100 Condenser Clip On Lavalier Microphone : https://amzn.to/3sGIbYd
Recommended Books:
——————————————————
Mastering Spring Boot 2.0 (Kindle): https://amzn.to/3tHJV4L
Mastering Spring Boot 2.0 (US) : https://amzn.to/3tHNUy5
Building Microservices(Kindle) : https://amzn.to/3gsA1jL
Building Microservices(US) : https://amzn.to/3dDnfNn
Spring Boot in Action : https://amzn.to/2Qo6YTM
Spring Boot in Action (US) : https://amzn.to/32DkeX9
Spring Microservices in Action : https://amzn.to/3gsA3rT
Spring Microservices in Action(US): https://amzn.to/32G3Hl7
Music:
——————————————————-
Hear the Noise (Sting): https://www.youtube.com/audiolibrary/music?nv=1
“Sound effects obtained from https://www.zapsplat.com“
#WebSockets #STOMP #Springboot #DailyCodeBuffer