Where is Java EE 7 Examples?

It annoys me that I couldn' t find javaee 7 tutorial examples which are referring them as under "tut-install/examples/persistence" directory. But there is none.

Thanks google to help me finding examples and others... But why a man on earth place java ee 7 tutorials under svn.java.net and make no direct link to them?
https://svn.java.net/svn/javaeetutorial~svn/


If you are using eclipse to work with examples like me; you will encounter maven install problems because of relative path dependencies on pom.xml of "javaeetutorial".

            <properties>
                <glassfish.home>${basedir}/../../../</glassfish.home>
            </properties>

Also, don' t forget to start derby database instance before "mvn install".

Popular posts from this blog

SoapUI 4.5.0 Project XML File Encoding Problem

COMRESET failed (errno=-32)

SoapUI - Dynamic Properties - Getting Current Time in DateTime Format