6/25/2016

Removing Unwanted Tab Selection in JTabbedPane

JTabbedPane is  a Jcomponent under java swing. The JTabbedPane can have several tabs.  There is a little bit confusion over left and right mouse click events. The confused scenario is when the user right clicks on one of the tabs, it is  set as the selected tab. It is too confusing when we need to display the right click popup menu for the selected tab. When the user needs to right...

SMS Library for a voting application

I implemented a simple voting application using SMSLib. I used the following technologies:  SMSLib: a universal API for SMS messaging JAVA Swing: the main programming language MongoDB: for ORM gson:  to convert Java objects into JSON and back GSM modem: to receive vote messages...

6/09/2015

6/02/2015

MongoDB Useful Resources

MongoDB is a leading NoSQL document database written in c++  that provides high performance, high availability, and easy scalability. When you are going to learn and understand document database concepts best way is start with MongoDB. In tutorialsPoint mogoDB tutorial explains clearly...