« December 07, 2002 | Main | December 10, 2002 »

December 09, 2002

We're All Supersleuths

MSNBC has a pretty good little article by Steven Levy about Google.  What struck me was this quote about how Google has made supersleuths of all of us:

By empowering the masses to make use of the multi-terabit glory of the Web, Google has made supersleuths of us all. Privacy advocates are going crazy at the Pentagon’s plan to track citizens’ purchases, Web-site visits and phone calls. But as my search for the eBay seller indicates, with Google everybody is Big Brother.

This is exactly the point that David Brin makes in The Transparent Society.  Technology has the power to give us all clarity with respect to what's going on in the world.  Anything we want to know about we can.  The danger is not that technology gives us that ability, but when we try to restrict the information flows.  Its a lot less worrisome, to me, if the Pentagon can do all those things as long as I can do them too.    If we're all the watchers then the question of who watches the watchers is moot.  We all do. 

11:15 AM | Recommend This | Print This

Connecting Perl to EJBs

As I mentioned on Saturday, I was paying with Axis, the Apache SOAP engine, and found (via Google, naturally) a good little tutorial.  Part III of the tutorial shows how to get Axis working with jBOSS (a good open source J2EE application server).   I didn't go through the whole tutorial (which shows how to use a Struts like tool to create a connection to the EJB once its had a SOAP interface exposed.  Rather, I deployed my class's gateway simulation bean as a SOAP service (took all of 5 minutes).  Then, I fired up SOAP::Lite and wrote a little Perl script to hit the gateway and do an authorization (another 5 minutes).  All in all, pretty slick---in about 10-15 minutes, I had a Perl interface to my EJB. 

11:05 AM | Recommend This | Print This