I'm a Systems Analysis and Development student and I love programming, I've studied the basics of Java and I'm working on frameworks just to get a feel for it. How do I return an HTML page in a controller with VRptor instead of JSP.
I'm doing some testing with REST and did not want to use JSP. With Spring boot, I got only by returning a String : return "index.html"
. With VRaptor I have not found a way yet. It's possible? How?