java.
1. Can smdy, please, tell me what kind of GUI writes in Java/Spring web apps in production ? Is that client side gui in JS (React or Angular) ?
2. I want to make my web app with react.js/css(sass)/html on front end and java on back end. What kind of technologies do I need to learn?
p.s. I have read about spring boot and spring data rest
and I don't want to use electron, swing, javafx .
sry for my newbie question
1) Usually it's client-side react/angular etc. Communication between front and back is performed through REST. Server side solutions like JSF are rarely used. 2) It can be bare javaEE or set of popular frameworks, it's up to you. Example: Spring core, spring mvc, spring data/hibernate etc. It depends on what you want to achieve
Обсуждают сегодня