Anyone here wants to work on spring boot project for practice?

|
thealekss 2022-09-02 16:42:10
Hi. javax.Valid and Message interface does not work together?
thealekss 2022-09-02 16:43:13
I have a method with Message <User> parameter. But validation does not eork
DURGESH 2022-09-02 16:43:34
Hi everyone I anyone refer me in their company as a Java spring developer. I have total 18 months experience.
Matt_yhy 2022-09-02 16:55:01
Hi all, can anyone give me link tutorial springboot using eclipselink for transaction to db,i want upgrade my legacy code
Siddharth Sharma 2022-09-02 16:58:16
DURGESH 2022-09-02 16:43:34
Hi everyone I anyone refer me in their company as a Java spring developer. I have total 18 months experience.

Ping me

Siddharth Sharma 2022-09-02 16:58:19
With your resume
jitendra kumar 2022-09-02 17:11:06
salil_here 2022-09-01 12:50:16
anyone here wants to work on spring boot project for practice ??

Yes sir..interested

Debiprasad Dash 2022-09-02 17:19:46
What is front controller and what is the responsibility?
Saravana Pandiyan 2022-09-02 17:36:25
Debiprasad Dash 2022-09-02 17:19:46
What is front controller and what is the responsibility?

It’s one of the design pattern, if you would have worked on servlet programming, for each end point we have to define an URL and respect class, with front controller, we will have only one endpoint defined where all the requests are routed to that endpoint, post that front controller decides to which controller request has to go based on the URL mapping.

Madineni Jayasree 2022-09-02 18:34:03
Technology preference means
Vs 2022-09-02 19:20:03
My family is torturing me a lot
Sakshi 2022-09-02 19:41:09
Why starter dependancy is imp in springboot?
beautifulcode01 2022-09-02 19:46:37
Vs 2022-09-02 19:20:03
My family is torturing me a lot

Dude, this group is for java, spring boot, microservices help. Not for personal help. if you need personal help, you need to check Google and find some NGO’S who can help you in your personal life problem. Please make sure you post things related to java, spring boot, microservices etc. Only. Else I will have no choice but to remove you from the group. Please understand. Thanks.

AnkitSaini4466 2022-09-02 19:52:40
Hey, can anybody help me in integration of CHECKOUT PAYMENT GATEWAY ??

Only refund part

Akkisharma03 2022-09-02 20:26:51
salil_here 2022-09-01 12:50:16
anyone here wants to work on spring boot project for practice ??

Yes i’m

Anirudh TP 2022-09-02 20:30:18
salil_here 2022-09-01 12:50:16
anyone here wants to work on spring boot project for practice ??

Yes

Nishantgagneja 2022-09-02 20:52:36
can anyone explain difference between entity and model (practical solution) in Spring boot
Nishantgagneja 2022-09-02 20:54:08
all getter, setter are same in entity and model than why we use model and entity both in same project.
dontwikeit 2022-09-02 21:03:09
Hey,
Im looking for intern role as a java developer, i there is a vacancy by a chance please do inform me.
Pranay G 2022-09-02 21:06:00
dontwikeit 2022-09-02 21:03:09
Hey,
Im looking for intern role as a java developer, i there is a vacancy by a chance please do inform me.

Check on internshala its best platform for intern

dontwikeit 2022-09-02 21:08:03
Pranay G 2022-09-02 21:06:00
Check on internshala its best platform for intern

I did

Raj 2022-09-02 21:16:12
Do anyone have interview experience of UBS software Engineer?
Nishantgagneja 2022-09-02 21:20:57
Nishantgagneja 2022-09-02 20:52:36
can anyone explain difference between entity and model (practical solution) in Spring boot

can anyone explain.

dontwikeit 2022-09-02 21:23:26
Nishantgagneja 2022-09-02 20:52:36
can anyone explain difference between entity and model (practical solution) in Spring boot

Model is some object that contains getter setters fields. Its a place were we put our data

dontwikeit 2022-09-02 21:23:55
And entity is annotation and has special relationship with database
AnkitSaini4466 2022-09-02 21:24:00
@Nishantgagneja

Both are same (kind of).
Difference is that, the entity refers to data representation in database whereas model refers to data representation in UI side

AnkitSaini4466 2022-09-02 21:27:34
Entity = object <-> database
Model = object <-> frontend (UI)

In springboot MVC you use model right.. here model part is used to show objects (data) on frontend or retrieve data from frontend.

getuserdata 2022-09-02 21:45:27
How to install docker in Windows 10 home ??
VAifonin 2022-09-02 21:53:16
getuserdata 2022-09-02 21:45:27
How to install docker in Windows 10 home ??

https://docs.docker.com/desktop/install/windows-install/

Install Docker Desktop on WindowsDocker Documentation
How to install Docker Desktop for Windows
V P 2022-09-02 21:53:48
Anyone aware about rest adapter??
|