|
From: Sean D. <sea...@gm...> - 2014-04-08 14:53:47
|
Hello, Going through the docs and it's not clear to me what's the current correct approach to creating a standalone RestEasy app. I'm adding this in my pom.xml... <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-servlet-initializer</artifactId> <version>3.0.7.Final</version> </dependency> But then what? Do I use the class scanning, or the application class, or... ? I'm thinking the former but just want to double-check. Also, just fyi, the Libary class is missing a closing paren at the end of the method signature for removeBook. Thanks. |