5
I’m starting with the Java language and today I came across a text mentioning Java (FE and BE). What do these acronyms mean?
5
I’m starting with the Java language and today I came across a text mentioning Java (FE and BE). What do these acronyms mean?
9
Developer Java Front-End (FE) and Java Back-End (BE). Not the best definition, but here you are a definition to get an idea.
The terms FE and BE is not restricted to Java, can refer to any programming language.
0
FE refers to the front end. Generally Javascript and the like (Angujarjs, React, Jquery, etc.), "what runs in the browser". BE refers to the back end or server side of the application, "which runs on the server".
In this case, Java FE should refer to Servlet and JSP, while Java BE to the rest of the application.
Browser other questions tagged java terminology
You are not signed in. Login or sign up in order to post.
It can also be Front-End and Back-End of some application, not necessarily Java.
– Victor Stafusa