The Creatives on Agile and QA teams
January 10th, 2014
Agile and QA teams both have their compliment of Creatives who don’t fit the mold yet provide tremendous value to the team through the very traits that set them apart.
Agile and QA teams both have their compliment of Creatives who don’t fit the mold yet provide tremendous value to the team through the very traits that set them apart.
The test data you have available creates a major design constraint for your automated tests, impacting both test coverage and validity. You can address this challenge in several ways.
An example of using JNDI to provide a Grails application config values per Tomcat Host.
The Oracle XML type functions (e.g. updateXML, EXTRACT) can be applied to xml formatted data in any column type by using the XMLType() conversion function.
Internet Explorer caps the number of CSS rules in a file, while Chrome throws a 404 on missing source maps. Customizing the Grails Resources plugin can help.
Implement dependency injection in Dropwizard with Google Guice.
Speed up your Grails functional tests by running them in parallel with Gradle
Describes a technique for setting up a temporary test suite while upgrading a Grails application.
We had a great time at Mobcon, as well as the time leading up to it! We had a lot of congenial conversations, got to show off some of our many accomplishments within our mobile practice, and in general had a fun time mingling with the local business…
How to write tests for GWT using GwtMockito. GwtMockito makes it possible for you to write Mockito unit tests for your GWT code; these tests execute a lot faster than GWTTestCase or PowerMockito tests, making your build times more scalable.
Project Avatar is a Web Framework for Java EE 7 and JDK 8 that runs under Glassfish. This post discusses how to build Avatar applications with Gradle.
An example Grails build configuration for creating a Travis build matrix
Building a Standalone Service Tier with Spring Integration and RabbitMQ
As an advanced debugging technique, the Groovy Console is a great tool for interactively working with Java or Groovy objects serialized from running code.
Some thoughts and ideas on how I would go about my first Grails project, if I had the chance to start it over.
Presentation Abstract: Application development on the web has drastically evolved over the last 15 years. Today web applications are often expected to act like natives apps, are JavaScript heavy, and need to work across mobile, tablet and desktop…
Create Grails domain classes from your legacy database tables.
How to build, package, and deploy applications with Ratpack
Easily accessing the HTML and objects of Bootstrap components by extending the jQuery prototype.
Simple setup for Grails integration tests to rollback from multiple databases when using the Datasources plugin or 2.3 built-in support.
The released of JUnit 4.4 added a new method assertThat which is a much improved way to write assertions vs the old assert methods.
How to get the benefits of type-safe page objects with the Geb functional testing framework
Presents a new approach for date and time processing that solves almost all Daylight Savings Time issues as well as decreasing the size of a JSON stream.
This post will discuss how to solve the problem of playing a Youtube video from a press from an initial starting image, and then replacing the image when the video has ended playing. Over the last two years on a few different web projects, I have had…