# RAILS # Advantages - Quick to set up (everything is where it should be ready to be used). In Java I have to fidle with 100 diferent archtypes to ensure that there is a persistence.xml, applicationContext.xml, web.xml... - Easy to specify indexes (quite hard with JPA) # Disadvantages - does not as default generate forign keys (eases overview of database and ensures data consistency)