You are currently browsing the archives for the General category.

Posted on October 9, 2009 at 12:14 pm

Reviewing Google’s 03D, a 3D engine for browsers in Javascript.

Hi!, if you followed my latest tweets you may know that I am taking a look to this new tech from Google that was presented on this latest IO convention. This API allows you to create and manipulate 2D and 3D models using only javascript. What is also interesting is the underlying tech around 03d [...]

Posted on October 8, 2009 at 5:19 pm

Finite State Machine Utility en Javascript para PureMVC.

Hello Folks!, I am working again to contribute with a sequel of my previous work about finite state machines implementation framework. This time I am working to mashup a FSM into the pureMVC framework in Javscript. I’ve used the FSM utility in AS# and I loved it since the first time, but I was kinda [...]

Posted on April 14, 2009 at 10:19 pm

Java @ Google App Engine

As I twitted last week I am testing an early version of Google’s App Engine in Java flavor. If you never got the chance to try it, or you are just curious about it, I wrote a few tutorials about how to do regular things, including: java patters, servlets, data access, etc.
Use this command to [...]

Posted on March 25, 2009 at 8:48 am

Fault tolerance on comodity clusters..

Ive been doing some research on this latelly and I found some interesting videos I want to share with you…
This video demonstrates how it works on a real cluster, while disks are being disconnected.
Lemil.-

Posted on March 25, 2009 at 8:15 am

Socialsite, an opensource social network.

Hi!, today I m going to taught you about this new project called Socialsite.
What’s Socialsite ( https://socialsite.dev.java.net/)?
It is an open source software made by sun,  that implements 2 things, an Opensocial (www.opensocial.org) container that render your favorite OS gadgets (Google gadgets too), and also has it own social graph Db and gadgets to manage invitations, [...]

Posted on December 11, 2008 at 3:48 pm

State machines for ‘javascript’

Today I am presenting a (yet) small but usefull framework to use in ajax clients that I build and use …

 Â
Â
What is Maquina?
Maquina is a petri net runtime implementation for Javascript and other languages like AS3 and java (work in progress).Â
Â
Why do I need a state machine ?
Finite state machines have long been used as [...]