One of the feature I am missing from old Alfresco, it's not the AVM itself but its ability to create a static web site, from WCM Web Form.
However I found out I can easily replicate this behaviour with script and transformation services.
I built a Script which reads every node on a specific folder and apply an ftl to each of them. In the end I have a nice static html site, ready to be transferred with FSTR.
Altough it's working (currently there are nearly 60 nodes), I wonder if in terms of performance and Alfresco way of working (and Java garbage issue) the Script is the correct way to deal with this, or if a Java Backed Script is rather to be preferred.