DionysisT
JCHJava Community | Help. Code. Learn.
•Created by DionysisT on 3/20/2025 in #java-help
Rest Api Endpoints
soo generally its better to keep the resourse only seperatly and all the others that extends or its a part of a resource to be as endpoints with query params etc in their based resource controller?
13 replies
JCHJava Community | Help. Code. Learn.
•Created by DionysisT on 3/20/2025 in #java-help
Rest Api Endpoints
to give permission on the single to all but then and based on access and the filter to do the exact operation with if statements on service soo to not have different endpoints correct?
13 replies
JCHJava Community | Help. Code. Learn.
•Created by DionysisT on 3/20/2025 in #java-help
Rest Api Endpoints
soo to have the single controller for endpoints and manage the user auth on service layer not on controller how to access
13 replies
JCHJava Community | Help. Code. Learn.
•Created by DionysisT on 3/20/2025 in #java-help
Rest Api Endpoints
for example i have the site and they can register users and each user much have a role , soo i have entities as secretary, mechanic , customer that extends the user entity soo my question is should i make different endpoints - controllers for each entity or should access and manage the other entities through the users controller-endpoints? for example to change the mechanics info will be under the url api/mechanics or at api/users?userRole="mechanic"
13 replies
JCHJava Community | Help. Code. Learn.
•Created by DionysisT on 10/19/2024 in #java-help
Set up Jersey Rest Api in Eclipse
soo the question is how you make a jersey project at Eclipse
9 replies
JCHJava Community | Help. Code. Learn.
•Created by DionysisT on 10/19/2024 in #java-help
Set up Jersey Rest Api in Eclipse
no my question is how i will start a project for jersey with its depedencies because i dont want jakarta... And after all the guide i find with jax-rs may its ok but then it doesnt show the response when i making a get to api\
9 replies
JCHJava Community | Help. Code. Learn.
•Created by DionysisT on 6/7/2024 in #java-help
DionysisT
thanks but they told me to use Apache as static file server and the reverse proxy to the springboot app for this and i am stuck here with it
8 replies
JCHJava Community | Help. Code. Learn.
•Created by DionysisT on 4/24/2024 in #java-help
Website 3tier architecture with spring boot
ok thank you very much for the the advices and your time to explain to me
18 replies
JCHJava Community | Help. Code. Learn.
•Created by DionysisT on 4/24/2024 in #java-help
Website 3tier architecture with spring boot
in this case as you said it i should put everything on the tomcat then if and the client is in a tier cuz client-tomcat-database 3
18 replies
JCHJava Community | Help. Code. Learn.
•Created by DionysisT on 4/24/2024 in #java-help
Website 3tier architecture with spring boot
soo the apache for example as the front-end server the tomcat for besines with the mysql server. Yes its for my university about to build a webapp with 3 tier architecture for health system
18 replies
JCHJava Community | Help. Code. Learn.
•Created by DionysisT on 4/24/2024 in #java-help
Website 3tier architecture with spring boot
that's exactly and on point what frustrates me. So you could say if even with one "layer" server you can make a 3 layer tier. But in reality is 3 different servers?
18 replies
JCHJava Community | Help. Code. Learn.
•Created by DionysisT on 4/24/2024 in #java-help
Website 3tier architecture with spring boot
soo if i want to be seperate then its 3tier or no that my main question to say
18 replies