Posts

Showing posts from July, 2012

Mongo DB Viewer

Image
Features of Mongo DB viewer: Tabular view of mongo db data. Text view of mongo db data. Tree view (Document view) of mongo db data. Refine option for filtering our search. Paging facility to limit no of records shown per page. Server Monitoring facility to check for the status (live or down) of all servers added in list. Index viewing facility. GridFS files viewing facility. Database Users viewing facility.   Snapshots: Tabular view of mongo db data. Text view of mongo db data.   Tree view (Document view) of mongo db data.   Refine option for filtering our search.   Paging facility to limit no of records shown per page. Server Monitoring facility to check for the status (live or down) of all servers added in list.   Index viewing facility.   GridFS files viewing facility.   Database Users viewing facility.  

Hibernate Sharding Example

It is a simple implementation of Hibernate Sharding in java. In this we are using two databases i.e. shard1 and shard2. All data related to "India" goes to shard1 where as others go to shard2. Project Contents: File Name Use DatabaseCreator.java Used to create tables in databases named shard1 and shard2. User.java POJO class. User.hbm.xml Mapping file. Used to map POJO to database tables. hibernate0.cfg.xml Hibernate configuration file for database named shard1 hibernate1.cfg.xml Hibernate configuration file for database named shard2 IdGenerator.java Class for Id generation HibernateShardUtil.java Class for loading hiberante session factory. UserShardResolutionStrategy.java Class for implementing shard resolution strategy. UserShardSelectionStrategy.java Class for implementing shard selection strategy. Main.java Clie...

Image Scaler...By Hemant Kumar

Image
It is a software for scaling of the images. Using this software images can be scaled up or down in terms of their width, height and quality. Download Link:  http://www.4shared.com/file/7uL7ILHa/ImageScaler.html Retain original width and height It has two options namely “Yes” and “No”. If “Yes” is selected then only the quality of image will be scaled where as if “No” is selected then there is a option to define the width and height of new image. New Image Width It is the width of the new scaled image. It is active only when “Retain original width and height” is chosen “No”. New Image Height It is the height of the new scaled image. It is active only when “Retain original width and height” is chosen “No”. New Image Quality Through this the quality of new image can be defined. Do Same For Neighbour files also It has two options namely “Yes” and “No”. If “No” is selected then only the selected image will be scaled where as if “Yes” is selected then...