Android

Debugging Javascript on Android using Chrome

Nowadays almost all applications that we develop are made mobile friendly and a lot of times, everything works perfectly on desktop browsers but not on mobile. Even if we know it is some javascript that is not working as expected, it becomes quite difficult to narrow down on what is causing problem. As we cannot check console there, I...

by Vivek Sachdeva
Tag: console
30-Nov-2014

Grails

Grails Console, execute from file.

Grails Console is one of the most useful plugins available, it provides a console to application to which it's installed. This plugin can be used to test code snippets amazingly fast, debug app, create patches and scripts. And the latest update has made it even more fantastic. Now it has an option to execute code from a file. All one...

by Hitesh Bhatia
Tag: console
07-Sep-2012

Grails

Restricting Access To Plugin’s Classes With Spring Security

Many of Grails plugin like searchable  and console can prove to be really dangerous if access to their URLs is not blocked. After adding searchable plugin to my project, I realized that access to its controllers was not defined and was open for all. Now this was a major security concern. There are many ways of restricting access like...

by Hitesh Bhatia
Tag: console
03-May-2012