On Fri, Feb 6, 2009 at 9:15 AM, carljmosca <carljmo...@gmail.com> wrote:
> Does anyone know of a library which will let me examine a browser's
> cookies?  I think it goes w/o saying I am wanting to do this in a
> platform independent manner. :)

At my company, we write a lot of spiders in Java. We are very happy
with Jakarta Commons HttpClient:

http://hc.apache.org/httpclient-3.x/

The support for retrieving browser cookies is well documented here:

http://hc.apache.org/httpclient-3.x/cookies.html

Although I have never looked at it myself, there is CookieDemoApp
checked into the code samples section of the project too:

http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/src/examples/

Cheers, Van

-- 
| Michael "Van" Riper
| http://weblogs.java.net/blog/van_riper/
| http://www.linkedin.com/in/vanriper
----
| Silicon Valley Web JUG
| mailto:van_ri...@dev.java.net
| https://sv-web-jug.dev.java.net
----
| Silicon Valley Google Technology User Group
| mailto:van.g...@gmail.com
| http://sv-gtug.org

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to javaposse@googlegroups.com
To unsubscribe from this group, send email to 
javaposse+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to