Showing posts with label grails. Show all posts
Showing posts with label grails. Show all posts

Monday, April 16, 2012

Eat, Sleep and Breathe Unit Testing/TDD/BDD


I do write unit tests while writing APIs and core functionalities. But I want to be the cool fanboy who eats, sleeps and breathes TDD and BDD. What's the best way to get started with TDD/BDD the right way? Any books, resources, frameworks, best practices?

Friday, February 24, 2012

Access mobile device camera from a grails application using jquery mobile


I have a grails application using jquery mobile. I am hoping to find some way to access the camera on the devices. I thought about using flash to grab the webcam but that obviously wont work on Apple devices.