I am using NetBeans just for its JSR-311 support (RESTFul Web Services API plugin) I am wondering if IntelliJ has any plans for supporting REST.
The NetBeans implementation is quite good - if you are looking for a prototype, this one builds the whole Web Service, deploys it, and creates a very nice tester servlet for you.
JSR-311 is scheduled for general release in Sept 2008. The current implementation at https://jersey.dev.java.net
will likely be the release version. When that hits, REST is really going to overtake SOAP. Please, please - give us something for this, so we don't have to use NetBeans.
Do you have any information on REST support coming in IntelliJ?