Thursday, March 15, 2012

Moving on

My new blog http://searchforsolutions.wordpress.com

Sunday, August 29, 2010

Is cloud going to create bottlenecks in infrastructure?

One of the reason being that disk fetch in a cloud is very expensive with the overhead of network,cache algorithms,OS etc. in the cloud.

Cloud and virtualized infrastructure is creating more pressure to get things into memory.

So what would be the future of memory management & GC in a VM on cloud?
I think this calls for processors which can execute byte codes directly! So we do away with abstractions of OS.Although we have appliances introduced into the market they are far from satisfying!

Monday, May 31, 2010

The Rise of NoSQL data stores

NoSQL is a movement promoting a loosely defined class of non-relational data stores that break with a long history of relational databases. These data stores may not require fixed table schemas, usually avoid join operations and typically scale horizontally.
Basically the data won't be stored as table/matrix as most of us have come to know how a basic DB looks like.Relational data is easy to understand for most applications but scalability & performance take a hit or its a trade off between convention over being faster & large.
Data processing performance & scalability,as most CS graduates would agree, is hugely influenced by underlying data structures like map,trees,graphs etc.The NoSQL movement is gaining traction due to the toll man's principle "Using the right tools for the right job"

If it further interests you explore http://en.wikipedia.org/wiki/NoSQL

Monday, April 12, 2010

Future of Glassfish revealed.

Finally some clarity on Glassfish!

http://mediacast.sun.com/users/am74686/media/CommunityUpdate-25Mar2010.pdf

Saturday, January 23, 2010

So long, old friend ........ SUN RIP

Oracle-SUN merger thru
http://news.yahoo.com/s/pcworld/20100118/tc_pcworld/oraclesunmergerfoesheadeast

James Goslings blog :(
http://blogs.sun.com/jag/entry/so_long_old_friend

Thursday, January 29, 2009

Essential Java resources

I'm listing out here the resources i heavily depend and use.The order has no significance

A: Websites and developer forums
  1. http://java.sun.com/
  2. http://forums.java.net/
  3. http://www.theserverside.com
  4. http://www.onjava.com/
  5. http://www.artima.com/
  6. http://www.jboss.org/
  7. http://www.javaranch.com/
  8. http://www.java-forums.org/
  9. http://java-tips.org/
  10. http://forums.devshed.com/java-help-9/
  11. http://www.ibm.com/developerworks/
  12. http://google.com/

B:Weblogs (Subscribe to the RSS/ATOM feeds or newsletters)
  1. http://www.javablogs.com
  2. http://martinfowler.com/
  3. http://www.javaspecialists.eu/
  4. http://www.javaposse.com/

C: Open Source project directories
  1. http://java-source.net/
  2. http://www.onjava.com/pub/q/java_os_directory

Garbage Collection Friendly Programming

With JDK 5/6 things are getting more manageable in the JVM world.
Read more about GC friendly programming here.
http://developers.sun.com/learning/javaoneonline/j1sessn.jsp?sessn=TS-2906&yr=2007&track=5