I'm currently developing a small application in Zend Framework 2, which uses a RESTful API. I am currently working in Netbeans. I want a way to test my application from within Netbeans, sending various requests - is this possible?
I'm using Netbeans 7.1.1.
I know PHPStorm has something similar (http://blog.jetbrains.com/webide/2013/02/using-the-rest-client-within-phpstorm/) but is there something like this in Netbeans?