PA165 Seminar 3, September 30th 2014, Persistence 2 In this seminar you will work mostly independently. If you get stuck with any task, please ask your neighbour first (there just too many students in the room) and then feel free to ask a tutor, they will provide you with an explanation. To start solving the problems you need to obtain a Maven project and import it into Netbeans. The project is in GitHub repository. Follow the following steps to get it: 1. Open terminal, navigate to some directory into which you want to save your for todays seminar 2. Add the netbeans module (module add netbeans-7.3.1-loc) so that you have the local netbeans and all the settings for the tools prepared. You must add this module in each terminal in which you gonna run next commands 3. execute the following command: git clone https://github.com/nguyenfilip/pa165-persistence.git --branch tut2 4. change directory to /pa165-persistence 5. Run command "git checkout tut2" 6. change directory to /pa165-persistence/persistence-container 7. To test your project issue "mvn clean install -DskipTests”, you should see SUCCESS 8. Now open Netbeans. 9. Open the following project in Netbeans /pa165-persistence 10. You want to open module persistence-container. If the module doesn't appear, you will have to use context menu option "add existing modules" 11. Follow the following list of tasks https://github.com/nguyenfilip/pa165-persistence/blob/master/persistence-container/README.md