Meta Search

Does anyone know how to create a meta-search engine for job search. What are the tools required to do so?Thanks.
[126 byte] By [mnarasima] at [2007-11-27 5:08:56]
# 1
Have you tried searching for said information?
bsampieria at 2007-7-12 10:28:30 > top of Java-index,Java Essentials,New To Java...
# 2
> Have you tried searching for said information?Even better ... meta-searching for it?
Hippolytea at 2007-7-12 10:28:30 > top of Java-index,Java Essentials,New To Java...
# 3

This ought to get you started:

http://en.wikipedia.org/wiki/Metasearch_engine

Now that you have your general architecture figured out, you're probably going to have to figure out APIs for all the major search engines that you want to search... you'll probably have a bunch of web service clients, SOAP or XML-RPC.

Then, you're probably going to have to learn J2EE so you can invoke all these clients and present the results to the user. I suggest servlets and JSP's. You probably won't need to bother with EJBs.

Hire yourself a team of two or three people, and this thing will probably rock and roll in a couple months :).

kevjavaa at 2007-7-12 10:28:30 > top of Java-index,Java Essentials,New To Java...
# 4
> Hire yourself a team of two or three people, and this thing will probably rock and roll in a couple months :).It takes somewhere between three and six mouse clicks to code this in .NET ;-)
Hippolytea at 2007-7-12 10:28:30 > top of Java-index,Java Essentials,New To Java...
# 5
> It takes somewhere between three and six mouse clicks> to code this in .NET ;-)<bearded_linux_geek> I can do that in six lines of Perl... </bearded_linux_geek>
kevjavaa at 2007-7-12 10:28:30 > top of Java-index,Java Essentials,New To Java...