Java Techies Zone
j2ee bigdata hadoop performance architecture
Thursday, 12 September 2013
Using Apache Whirr & Amazon EC2
›
So once you are done with basic stuff of installing hadoop locally and doing some "Hello World" stuff (wordcount in hadoop parlan...
Saturday, 29 June 2013
Quick hands-on with Hadoop for Java Professionals
›
Apache Hadoop is a suite of components that are aimed at handling large scale data.The traditional n-tier architecture with RDBMS based dat...
Saturday, 7 July 2012
Item 78: Consider serialization proxies instead of serialized instances
›
As mentioned in Item 74 and discussed throughout this chapter, the decision to implement Serializable increases the likelihood of bugs an...
Item 77: For instance control, prefer enum types to readResolve
›
Item 3 describes the Singleton pattern and gives the following example of a singleton class. This class restricts access to its construct...
Item 76: Write readObject methods defensively
›
Item 39 contains an immutable date-range class containing mutable private Date fields. The class goes to great lengths to preserve its in...
Item 75: Consider using a custom serialized form
›
Do not accept the default serialized form without first considering whether it is appropriate. Accepting the default serialized form shou...
›
Home
View web version