Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work. And the only way to do great work is to love what you do.
-- Steve Jobs
Showing posts with label Stack Overflow. Show all posts
Showing posts with label Stack Overflow. Show all posts

Thursday, October 20, 2011

indexing - Best practices for grails index page - Stack Overflow

indexing - Best practices for grails index page - Stack Overflow
What is the right way to populate the model for the index page in a grails app? There is no IndexController by default, is there some other mechanism for getting lists of this and that into the model?

Thursday, October 13, 2011

Integration and unit tests in large Grails project | Stack Overflow

Integration and unit tests in large Grails project - Stack Overflow
It is usually more complicated to write unit tests due to having to deal with mock objects than integration tests in a large Grails project. This article even suggests we can even do away with unit tests altogether and write only integration tests which I tend to agree.
The only disadvantage I see is the speed of execution for integration test as compared to same unit test.
What are your thoughts about this from your actual experience working on a large scale Grails project?
If we write a unit test that tests exactly same method and also write integration test that also tests exactly same method, is this normal way of writing tests?
What you ended up with in terms of ratio of unit tests to integrations tests in actual large Grails project?
Have you successfully completed a large Grails project without writing any tests?

Monday, August 8, 2011

web development - The Definitive Guide To Forms based Website Authentication - Stack Overflow

web development - The Definitive Guide To Forms based Website Authentication - Stack Overflow
Please help us create the definitive resource for this topic. We believe that stackoverflow should not just be a resource for very specific technical questions, but also for general guidelines on how to solve variations on common problems. "Form Based Authentication For Websites" should be a fine topic for such an experiment.

Sunday, April 17, 2011

Saturday, April 9, 2011

Getting Started with Android Development with Honeycomb - Stack Overflow

Getting Started with Android Development with Honeycomb - Stack Overflow
I recently purchased one of the nifty Motorola Xoom's and I'd really like to take a shot at developing some applications for it. I work as a .NET developer using C# and it has been about 6 years since I have looked at Java. In my research I haven't really found and good tutorials or learning resources about Android 3.0 and how to leverage its uses in Android development. So my question(s) is this, does any one know of any good resources? books? whatever for learning Android development or would tutorials say involving 2.2 or 2.3 be acceptable?