I'm new in personal projects, and i have a confusion in start with JPA/Hibernate 2.1
Some tutorials say that you have to put persistence.xml in the /META-INF folder. And some others say that you might have a hibernate.cfg.xml in the root folder.
What is the best practice ?
Is there one for local deployment and another for remote deployment ?
Thank you in advance.