I first heard of JADE many months back but never got the opportunity to try it. I did a simple google search to find out the way JADE is being used. I got this and since then I really wanted to know much more about JADE.

At present, I have been given a project to create an agent that searches(categorically) for the webservices spread across the Internet and displays the response of each when identified. I wanted to know how can JADE be used to do such a task.

How should I go about it? Which tools and technologies should I be using ?

Can anyone share their thoughts on the same?

Thanks in advance

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Although I don't know how to implement an Java application that searches for online web services. Jade will be perfect for your project.

If you going to implement JADE it will consist of two distinct part. The actual java app that searches for the webservices and the JADE implementation. By using JADE you can create as many agents as you need over several different systems, thus spreading the workload and speeding up the execution.

The actual implementation of JADE on different systems is relatively easy because of the communication protocol implemented by JADE. To learn more about JADE I suggest to look into the following documents.

PDF: JADE programming for beginners

Distrubed JADE: Creating distrubed JADE platforms

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.