Our blog.

Learn from experts in their fields.

JavaScript

Component UI Development with Apache Wicket

May 5th, 2011

Apache Wicket is a component based framework for web development which uses convention over configuration.

Object Partners
Unknown

Helpful git-svn cheatsheet

April 28th, 2011

In my previous post A successful git-svn workflow, I wrote about starting out with git-svn. This post is a followup with notes on more advanced topics.

Object Partners
Unknown

Firebug in Other Browsers

April 26th, 2011

Using Firebug to tweak layouts is incredibly easy. With Firebug Lite, that functionality is available in just about every web browser.

Object Partners
Unknown

Remote administration of Linux VirtualBox® Guest Virtual Machines

April 19th, 2011

This article is to cover the process of setting up a virtual machine in such a way that you can remote administer it and connect to it like any server on your network. This example will be running and OS X host with a Ubuntu Server 10.10 guest.

Object Partners
Unknown

JSP: To @include or jsp:include?

April 14th, 2011

A quick discussion on the difference between @include and jsp:include tags when trying to include one JSP in the rendering of another.

Object Partners
JVM

Fine-Grained Security Simplified

April 7th, 2011

A simple way to add fine-grained security to a Grails application: use annotations and a web filter.

Object Partners
JVM

Using MyBatis Annotations with Spring 3.0 and Maven

April 5th, 2011

Examples on how to use some of the MyBatis annotations and Spring.

Object Partners
Unknown

SSH without passwords (Public/Private Keys)

March 31st, 2011

A quick tutorial on how to setup password-less ssh-logins with public/private keys

Object Partners
Mobile

Let network connectivity help guide concurrency in your iPhone and iPad applications

March 22nd, 2011

Using Apple’s Reachability project & the SystemConfiguration framework, developers can test network access & leverage that information to optimize performance of their apps.

Object Partners
Unknown

A Successful git-svn Workflow

March 17th, 2011

My experience diving into git and git-svn on a larger team.

Object Partners
Unknown

Why GIT: Local Developer Branches

March 11th, 2011

Git has a lot of tools in its shed but in my opinion, none is more powerful and useful than local developer branches.

Object Partners
JVM

GR8 in the US

February 23rd, 2011

Object Partners is proud to be the premier sponsor of this years GR8 in the US Conference. The conference, dedicated to Groovy, Grails, Griffon and other GR8 technologies is now open for registration at <a href=http://gr8conf.us>gr8conf.us</a>.

Object Partners
JVM

Hudson Forked

February 17th, 2011

Recently developers of the continuous integration tool, Hudson, have created a new project, Jenkins.

Object Partners
JVM

Start Using Eclipse with Grails Support via STS

February 15th, 2011

With the latest STS and Grails, Eclipse becomes a potential contender in creating and maintaining Grails applications.

Object Partners
JVM

Grails Testing: Domain Constraints

February 10th, 2011

Developer Testing Unit Testing Grails Domain and Command constraints

Object Partners
JVM

Using Gradle to augment your legacy Ant build

January 4th, 2011

Gradle is a powerful build tool that can be used as a replacement for Ant. This article describes the benefits of moving to Gradle and a simple way to do so.

Object Partners
JVM

Loading test BLOB data into HSQLDB with a Groovy Ant Task

December 30th, 2010

Insert BLOB Data into HSQLDB via ANT Groovy plugin for JUnit testing

Object Partners
JVM

Grails Experience :: Should we use Grails?

December 28th, 2010

Have you ever been on a grails/groovy project that failed because of * limitations/faults in the technology itself * the grails/groovy learning curve Colin Harrington, a Senior Consultant at Object Partners, responds to a common question that we hear based on his years of experience.

Object Partners
JVM

How To Write JUnit Tests

December 21st, 2010

Recently Ive been asked how do you get started writing unit tests? I had to give great thought to the question. A lot of us have been writing unit tests for a long time, most using JUnit or a similar suite, so to many of us its kind of second nature. After pondering and chatting more, heres what I came up with.

Object Partners
Unknown

Reflections on Jive SBS

December 16th, 2010

I’ve been working with the Jive SBS platform for about 6 months at my current client. SBS stands for “Social Business Software“. At its heart, Jive is a portal product, with an emphasis on supporting social networking.  Jive is a licensed product. It can be used effectively out of the box, but licensees have access to the source code (as well as the source of any open-source projects that Jive leverages). Jive provides a robust mechanism for customizing the functionality of the product via plug-ins that developers can create and install. I have found that the platform has some very useful functionality, as well as some substantial shortcomings. In this posting, I’ll describe some of the pros and cons of the platform (as I see them).

Object Partners
JavaScript

Leveraging Apache CXF and Maven to Generate Client Side Web Service Bindings

November 25th, 2010

The purpose of this article is to explain how to leverage Apache CXF and Maven to quickly generate client side web service bindings, and to detail a simple framework implemented on top of the generated classes to allow quick configuration of the client bindings at run time. In order illustrate thoroughly, a fictitious WSDL will be leveraged as a starting point.

Object Partners
JVM

New Spring 3.0.5 Released (Hibernate 3.6.0 Final, too)

November 18th, 2010

Version 3.0.5 of the Spring framework and 3.6.0 of the Hibernate framework have been released

Object Partners
JVM

Grails Plumbing: Spring AOP Interceptors With Annotations

November 16th, 2010

Wiring up a Grails application to use Springs Interceptors with Annotations

Object Partners
Mobile

Lights, Camera, ActionSheet!: Updating iOS ShareKit’s Twitter service to provide photo and messag...

November 11th, 2010

ShareKit (<a href=http://getsharekit.com/>http://getsharekit.com</a>) is a popular, open-source, drop-in solution for implementing social sharing features in iOS applications. ShareKit does not yet have support for selecting/capturing a photo and sending it as part of a Twitter message. However, thanks to ShareKit’s open-source nature and framework for extensibility, I was able to add this functionality without much fanfare, and still leverage the recently added img.ly support to link to that image. An overview of an initial form of this implementation is outlined in this blog post.

Object Partners
JVM

Unit Testing your Persistence Tier code

November 9th, 2010

Writing Java JUnit unit-tests for your JPA/Hibernate persistence-tier code leveraging a memory resident database, HSQLDB.

Neil Buesing
Newer15 of 18Older