Currently I am working on developing mobile app using Phonegap. Phonegap comes up with very nice javascript methods to access phone specific api and the developer like me who have fair knowledge of javascript HTML and CSS can learn it very quickly. My app required bundling the database into the app but there is no […]
These are FAQ from most of us :– How to meet dead lines ? How to complete task on time ? How to take more responsibilities ? Lot of things on my plate how to manage it ? How to get recognized and get praised ? Such a difficult and huge project, how will I […]
At TO THE NEW, we believe that closely knit teams are essential for excellent results. We are in real substance, a people focused company that aims to develop high-caliber multidisciplinary groups. And the rate at which we are growing it becomes more essential and difficult to keep a closely knit team happy and encouraged. To […]
In Grails optimistic locking is achieved by version property . The Grails Domain classes has a built in property called “version”. This property can be used for optimistic locking. Although you can remove this property [java] static mapping ={ version false } [/java] but its not a very good practice. The initial value of version […]