Hi,
Anyone know what technique goolge.com uses for its web page? servlet?
jsp?, or others?
Thanks,
xx
Mark Haase - 03 Apr 2004 08:11 GMT
> Hi,
>
> Anyone know what technique goolge.com uses for its web page? servlet?
> jsp?, or others?
Hmm??
If you type something in the search box, it returns a URL like this:
http://www.google.com/search?q=how+does+google+work%3F&ie=UTF-8&oe=UTF-8
So it's just using HTTP GET, with some propietary software processing
those GET requests.
Unless I've misunderstood you.
PS What's this got to do with Java?
|\/| /| |2 |<
mehaase(at)sas(dot)upenn(dot)edu
Princess Morgiah - 04 Apr 2004 12:30 GMT
> Hi,
>
> Anyone know what technique goolge.com uses for its web page? servlet?
> jsp?, or others?
A quick Google on "how does Google work" gave me the following result:
http://www.cse.ogi.edu/~jsnow/google/google.html
More data and technical facts - everything you always wanted to know :)
http://www.google.com/technology/pigeonrank.html
Princess Morgiah
Liz - 05 Apr 2004 00:56 GMT
Google has an API that you can access
after (free) registration. It uses SOAP.
> Hi,
>
[quoted text clipped - 4 lines]
>
> xx