3
I am a student of Analysis and development of systems and I love programming, I studied the basics of Java and I am searching frameworks just to get a sense. How do I return an HTML page in a controller with Vrptor instead of JSP.
I’m doing some tests with REST and did not want to use JSP. With Spring boot, I could only return one String: return "index.html"
. With Vraptor I haven’t found a way yet. Is it possible? How?