Thursday, February 28, 2008

Google Social API

Check out our experiments with Google Social API: URL's are faces too. The idea is very transparent - examine outbound links on the page, detect the links associated with the some Twitter account and output user's images from Twitter for the discovered links.

Tuesday, February 26, 2008

JSQL

New component in our suite - SQL to JSON taglib. Now you can use JSP files as data layer for your DB. And the real processing for the SQL data will be performed right in your JavaScript code. JSP file simply performs SQL select request and present data in JSON format. So any request to this JSP (e.g. via Ajax call) will return JSON representation for your SQL select. Do whatever you need with the returned data in your JavaScript framework.

Tuesday, February 12, 2008

JSOS 5.70

A new mailstone for our servlets suite. See http://www.servletsuite.com/servlets.htm and download the latest archive. Actually we've started to redesign some old components also.

Friday, February 01, 2008

Traceroute mashup

A practical example for our GeoIP component: Google Maps mashup for traceroute command - GeoTrace. Do traceroute
from your own computer, copy results into mashup window and click Show button. You will see the intermediate nodes right on Google Maps.