Social Icons

twitterfacebookgoogle pluslinkedinrss feedemail

Pages

Monday, July 04, 2011

Junaio Tutorial - description

I'm working on Augmented Reality in these days and I'm trying a new channel using Junaio.

The goal is to create a couple of channels to help people inside my company to understand AR potential and demo it within the company walls.

Since Junaio has two way of working I used the second option:
  1. using GPS points and locations
  2. using image detection

I made few explorations and I think that a good way is to create the channel without the online tool: at least for the first time I prefer to control everithing, there are really good examples in the tutorials in Junaio site so ...

Goal: creating some "painting" to distribute around the company with content tied on: some 3D, a video, a changing image graph, audio.
My choice was to create a GLUE Channel, setting it to refresh 30 seconds (but it doesn't still work the way I like) and than linking to it some color images to create the "paintings" that will become the anchor for content.
In following post I'll describe how I've done.

Friday, June 24, 2011

Lecture made at Politecnico of Turin

Here is the speech I made at Politecnico of Turin the 17/6.
The topic was open source in the Public Administration.
I believe that new engineers have a moral duty to propose open source solutions to their customers especially when they are public administrations.
This does not mean that proprietary solutions are to be excluded, but open source should be given proper attention.
Here is the presentation


Saturday, April 02, 2011

Sankorè

I've had the chance to use Sankorè for whiteboard.
It's really a great product and it support the W3C Widget standards so it's possible to import Chrome Widgets.
Will post some more info

Tuesday, November 30, 2010

Much open source in these past days

I've been working a lot in these past months and had little time to blog.
Lots of stuff around and as usual good open source on the table.
I've looking on Drupal, Elgg, OpenMeetings, Limesurvey, Liferay and some other stuff.
Hope to manage to post a bit of information and some how-to in the next few days.

Wednesday, June 09, 2010

The video is a bit old, but it's from a presentation of mine at a PA conference on Open Source strategy of the company I work for.

Wednesday, June 10, 2009

TEIID + SQuirreL SQL tutorial

As I wrote before is quite simple, but it took me little time to produce this one so here it is.
Last version of SQuirrel (3.0.1) with last version of TEIID.

Tuesday, June 09, 2009

TEIID and SQuirreL SQL

Continuing in the integration path: since I'm confortable in using SQuirreL SQL for accessing DBs I've tryed also to access the VDB from TEIID and I can say that after iReport the road is much more easy (once you learn the trick, magic comes easy).
So ... if I manage I'll produce another tutorial, for now warnings are:
* use JDK 1.6.
* include the teiid-6.1 snapshot client in the driver lib of SQuirreL SQL and create a new driver (I named mine TEIID with a great creativity effort); than create a new alias using that Driver (use the same data from the iReport example); test the connection and all should run smoothly.
Access the DB browse the tables and the data.
Will investigate on more complex usage tomorrow.

TEIID tutorial

Managed to finish integrating TEIID with iReport.
Since it has been a bit of a trouble and there is little documentation around I've made a tutorial to help my memory and maybe helping others around.
Here is the link.
I've created a VDB merging an Oracle DB and a MySQL one (that contain data from excel ... long way to integrate data ...)
The version used are TEIID 6.1 snapshot and iReport 3.5.2 (Java is 1.6), the PC is a windows box, but the stuff works also in linux (had to use that one this time).
Warnings are:
* mind the classpath it has been a pain to check it right.
* look for connector troubles at the firts sign of malfunction (there are some threads in the TEIID forum about it); it should be OK with this version, but in case of trouble is the first thing I'll look upon.

I'm really happy since now that all is tested and working can create a more useful VDB and get a bunch of data integrated and have a new view on information.
A great thanks to TEIID people for the product and the help in solving problems, hopes the tutorial can give something back.