I'm a java developper for some while. Recently I've started working with play framework (in java, not scala) and what I like about it the most, is the stateless application type. The question I have right now is :
- since play framework is stateless, can we use static methods everywhere (without having the risk that a user use some information of another user for instance ?) or the static methods in play is the same as static in a ordinary java application. The JVM server side keeps the same info as a classic web application ? It may be a dumb question but thanks for your answers.