Hi Java Agent DEvelopment Framework developers! I want to use WAMP with JADE, can I do that, simple because I am well averse with WAMP. Or does JADE recommend only Java related technologies to be interfaced? Thanks for the answer.
I think you want to use WAMP for developing some front-end logic. You can do this but you probably have to develop JADE as a web service which requires it to be deployed to a web container like tomcat. and communicate with JADE agents via SOAP messages or use tomcat connectors to integrate apache web server with tomcat and service the requests using Java Servlets. Either way you need some Java web container.