Please enable JavaScript.
Coggle requires JavaScript to display documents.
Frameworks (Java (not an extensive front-end, just some minor frameworks,…
Frameworks
Java
back-end, desktop, mobile - only Android, no iOS, and more importantly NO FRONT-END REALLY
not an extensive front-end, just some minor frameworks, also for Android
There are some frameworks though utilising Java that can be used to build the HTML dynamically from the server side. You can take a look at “old tech” JSP/Servlet and JSF. JSP stands for Java Server Pages. This is the old standard way to build dynamic web pages using Java. Then came JSF (Java Server Faces), which changed the way dynamic web pages being developed, by separating the Model-View-Controller (MVC). Those technologies though, does not remove the reliance on JS. They build the HTML (and part JS) automatically for you. You still need JS for the front-end to do validation or animation and whatnot that you require to be performed on the client side.
-
-
JSF (Java Server Faces) - older, MVC model
-
-
-
-
-
-
-
-
-
-
-
-
JavaScript
mainly front-end, the only framework that is back-end is node.js, also for Android and iOS, NOT for desktop or IoT
-
-
-
-
-