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...
6/25/2016
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
How To Create Better API

Wikipedia definition - In computer programming, an application programming interface (API) specifies how some software components should interact with each other.
Nowadays
we can find a lot of open source APIs that are built and maintained by
organizations...
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...