I am trying to create a project in Intellij Idea 13 using RESTFul Web Service template but the generated code gives Could not resolve 'HttpServerFactory' error.
The related import statement is com.sun.jersey.api.container.httpserver.HttpServerFactory. It shows jersey does not exist in com.sun package. Do I have to add another library or am I missing something else?