Version 2, last updated by dfundak at March 25, 2010 17:56 UTC

This is sample on how to implement async search through couple of providers.

Showing results as provider get done searching.

Implementation lay on next technologies:

ActiveMQ, JMS API, Servlet API, some JavaScript and AJAX.

 

Source code is just ok.

To check sample out in action, do next steps:

1. svn checkout http://svn2.assembla.com/svn/Aggregated_Search_Sample/aggregatedsearch/

2. First mvn activemq:run

3.Second mvn jetty:run

4.Open browser with url http://localhost:8080/aggregatedsearch/Sample.html and try to search for something

 

Would be kind of cool to create same sample with CometD.