Archive for February, 2011
Implement Business Rules using Grails (Part 1)
Feb 24th
General
Implementing business rules can be a tedious and error-prone task in application development. Business rules are often ambiguously defined and recorded. Since implementing business rules is usually a major task in each project, this can introduce a significant risk to the success of your Grails application.
Deploy Grails Apps in 3 simple steps to Amazon Beanstalk
Feb 18th
We can easy deploy the Grails WAR file to Amazon Beanstalk in 3 simple steps:
Creating a sortable CoreResultsWebPart in SharePoint 2010
Feb 16th
If you are using the out of the box SharePoint CoreResultsWebParts to show your search query results, you are limited to two options for sorting your results: Relevance (Rank) and Modified Date. What if we want to sort our search results to some other column? This post describes how to write code to create a custom CoreResultsWebPart that lets you sort search result on any column you want. Pretty sweet, so let’s get to it!
Deploy Grails Apps in 3 simple steps on Tomcat and MySQL
Feb 5th
For a Grails project we use Tomcat for our demo environment on Windows. Our Grails App is using MySQL as datasource. Here are 3 simple steps to get your Grails Apps deployed.