Tech talk!
Discussing my experiences with technology!
Monday, January 21, 2013
Hadoop - OutOfMemoryError: Java heap space
›
I was writing a hadoop job which processes many files and creates multiple files from each file. I was using "MultipleOutputs" to...
Tuesday, September 25, 2012
iOS 6 - Apple maps needs to find a shorter route to the correct destination
›
We all have heard a lot about Apple Maps lately. The verdict is already out. A forgettable job by Apple. The last full update(Iphone 4) had...
1 comment:
Thursday, September 6, 2012
GWT - Cookie provided by RPC doesn't match request cookie
›
Even after setting the security cookie on client and server- bindConstant().annotatedWith(SecurityCookie.class).to("mycookie"); ...
Sunday, August 26, 2012
GWT Celltable - Add multiple anchors to a cell
›
I am trying to insert multiple anchors in a single celltable cell. This is how it would look like- The cars column has multiple cars, ...
Saturday, April 7, 2012
GWT dygraph example using visualization datatable
›
Here is a quick example of how to create a dygraph using GWT and visualization api to get the datatable. 1. Add dygraph-gwt.jar to your...
3 comments:
Wednesday, April 4, 2012
NoClassDefFoundError: com.google.common.collect.Sets
›
Error- NoClassDefFoundError: "com.google.common.collect.Sets" Solution- Add guava-11.0.2.jar to WEB-INF/lib and add it to ...
Wednesday, March 21, 2012
GWT wrapper for visualization treemap with mouse events
›
A treemap is a helpful visualization of a data tree. It would be nice if the treemap had features like weighted box sizes for intermediate ...
1 comment:
‹
›
Home
View web version