Posts

Showing posts from February, 2010

I love being Geek

Never before I am faced with very interesting and challenging task in my entire life than today. For most years in my life I have been a freelancer and I work locally to most of my clients. Today has been very different since I am very happy to be working internationally! The task is really challenging as I have to team up with the best people. We had different terms whenever we talk things in technicality but we share the same concept, ideas and the process of solving the problem. The job is very challenging as I have to keep up with them. Most of my task for the longest time has always been an open forum but on my job today it is very different since I have to team up with them and work together. It becomes more of a corporate world with an openness considering that they respect each of our own opinion. This job may never last forever but no matter what happen it is very important to me and I think it is one of the best. Everything that I need to step up my career has been rolled int

Source Code Test

This is a test on how to post a source code in blogger.... public class Record implements Serializable { private Long id; private String title; private int year; private double price; public Record() { } public Record(Long id) { this.id = id; } // Along with corresponding getters + setters. } Now I can post my source code neatly on Blogger. Got this link on: http://heisencoder.net/2009/01/adding-syntax-highlighting-to-blogger.html

GWT+Hibernate

This was something new to me so I was trying to figure out how to do it. Luckily I saw some example in Google code check this out: http://code.google.com/webtoolkit/articles/using_gwt_with_hibernate.html