Hello, Archetype done too. To have a try
mvn archetype:generate \ -DarchetypeGroupId=org.apache.directmemory.server \ -DarchetypeArtifactId=server-example-archetype \ -DarchetypeVersion=0.6.0-SNAPSHOT \ -DarchetypeRepository=https://repository.apache.org/content/repositories/snapshots/ Now you a war project with needed dm dependencies. cd to the created maven project then run: mvn tomcat7:run hit your browser: http://localhost:9091/dm/ 2012/2/28 Raffaele P. Guidi <[email protected]>: > Really, really nice! And a big +1 to the archetype idea > Il giorno 28/feb/2012 20:05, "Olivier Lamy" <[email protected]> ha scritto: > >> Hello Folks, >> >> I have just added a sample on how to store javascript "objects" on a DM >> server. >> >> Update your local wc and run mvn tomcat7:run -pl :server-example -am >> Then hit: http://localhost:9091/dm >> >> I will improve a bit with expiresIn and delete. >> Something else I'd like to add is a maven archetype to generate a war >> project with necessary setup. >> >> Cheers ! >> -- >> Olivier Lamy >> Talend: http://coders.talend.com >> http://twitter.com/olamy | http://linkedin.com/in/olamy >> -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy
