Is spring front end or back-end?

Spring is a Web Application framework that serves as an inversion of control(IOC) container for Java. There are extensions to use Spring on top of J2EE and you technically can develop a front-end using Spring, but typically Spring is only used to write your back-end services .

Read more