I'm trying to find a tutorial about how to create a RESTful web server in Java (with NetBeans) but most of the tutorials I find advertise for JavaEE.
My question is therefor: Is it possible to create a RESTful web server in the CE version of Java or do I need EE?
And while on the subject: Do you know any good video/blog/book tutorials about creating your first REST server with good background explaination and step-by-step walktrhough.