In this module, you will use the movie domain class to write new nodes and relationships to Neo4j. By the end of this module, you will have learned how to:
- 
Create new
Movienodes in Neo4j from your Java application. - 
Create new
ACTED_INrelationships in Neo4j from your Java application. - 
Delete a
Movienode and relationships from Neo4j. - 
Test the application and verify results.