Run Grails Commands on Heroku
May 22nd, 2014
Instructions on how to run Grails commands on Heroku using an example of how to run Grails migrations on Heroku
Instructions on how to run Grails commands on Heroku using an example of how to run Grails migrations on Heroku
It can take a little digging to move Spring Security + CAS XML configuration to Java. Here is the Java config equivalent to the SS documentations example.
A script to grab the list of modified files from git, parse their filenames, and pass those names for testing in grails test-app.
Explains how to resolve the Grails R14 Error when it is encountered on Heroku.
This step-by-step walk-through will guide you through building an Apache Kafka cluster from the ground up, with vanilla Debian as a base on Vagrant boxes.
Gradle build code will sometimes need to be reused across the enterprise. Here are a few ways to do so.
Using controller filters to configure tracking and logging of Hibernate statistics in HTTP requests.
Object Partners is pleased to welcome Ken De Leon to their technology consulting staff. Ken has been involved in software development industry for over 15 years. Over the past few years, Ken has been focused on enterprise Java and related backend and…
Summary of unit test mocking capabilites and syntax of Spock test framework
Android vs iOS is the wrong question. Our job as mobile consultants is to solve a business problem and use that solution to bring value to the client.
Object Partners is pleased to welcome Jeremy Schacherer to their technology consulting staff. Jeremy has 19 years of technology experience working in the food packaging, government, internet auctions, insurance and direct mail industries. Jeremy has…
How to control a WeMo device using Groovy
Object Partners is pleased to welcome Matthew Van Zante to their technology consulting staff. Matthew brings to the table 11 years of experience in enterprise Java technologies including SQL, Spring, JPA, Eclipse RCP, and GWT. With a Masters degree…
Describes a recipe for using git bisect and curl to find where in the commit history a bug was introduced.
Running a Lightweight Static Server with Grunt
A review a presentation about iOS 7s Sprite Kit API.
Implementing Single Sign-on Using Rails, Oauth2 and Wordpress as an Oauth Provider
Recap of John Engelmans presentation at the January 2014 Groovy Users of Minnesota (GUM) meeting on utilizing Spring Batch with Grails applications.
Gits reflog is a powerful feature that allows a user to recover from almost any error. Github doesnt offer direct access to the reflog of the backing repository but using a couple of Githubs APIs, we can recover a commit from the remote reflog.
Discover the JavaScript equivalents of Groovy helper methods in the Lo-Dash library
Object Partners welcomes Jeff Palmer to their technology consulting staff. For more than 10 years, Jeff has been developing well designed, high quality software products to meet business needs across many sectors, including government, finance, e…
The performance of expensive calculations in Groovy can be increased with the use of memoization.
Using Groovy almost makes calling Stored Procedures an enjoyable process. See how to process Sql Output Parameters and ResultSets easily in Groovy