Guest post by Lorne Brinkman
Read MoreFlexjson Deserialization Example Sample
By Ryan Peterson
Recently I came across a situation where I needed to be able to deserialize a decently complex custom domain object from JSON back into Java. The entity contained several collections of custom objects,[...]
Read MoreSpring and HipChat Sitting in a Tree - Part 2
Software Development, Software Solutions
By Joel Brinkman
Read MoreSpring TransactionSynchronizationAdapter- Defined & Its Implementation
Software Development, Software Solutions
By Justin Freeman
These days Spring has so many things in it that sometimes you miss something. The other day I came across a class called TransactionSynchronizationAdapter, and honestly I had no idea what it was. Once[...]
Read MoreHow to Add Google Authentication to Your Spring Security Application
By Joel Brinkman
So, you have a Spring MVC application that uses Spring Security for authentication and authorization. While your application is probably buckling under the weight of its own awesomeness, you can't[...]
Read MoreUseful Spring @PreAuthorize with SpEL Examples
Software Development, Software Solutions, Java
By Ryan Peterson
If you've been using Spring Security at all, then you're probably familiar with the PreAuthorize annotation, typically used in the following manner:
Read MoreIntroduction to Confluence Blueprints
Confluence, Atlassian, Atlassian Tools, Software Solutions
By Robert Hall
This post will introduce Confluence Blueprints and how to build them using a simple example. As with previous posts on Atlassian plugin development--here and here--this uses the Atlassian SDK to develop a[...]
Read MoreAtlassian Auto-Merging: Stash
Development Process, Atlassian, Atlassian Tools, Software Solutions, Bamboo
By Thomas Behlau
The Atlassian tools Stash and Bamboo allow users to configure auto-merging of source code. In my next two blogs I will give some details about this feature and discuss some pitfalls. For this[...]
Read MoreWhat's In Your Toolkit?
Software Development, User Experience, Software Solutions
By David Wierbiki
Overview
Designers are often required to produce stunning screen concepts of mockups as well as screen wireframes on short notice, with an expectation of seeing results within hours and, if we’re[...]
Read MoreGoogle Maps APIs - An Introduction
Software Development, Software Solutions
By Justin Freeman
One of the more interesting developer tools I have come across is Google Maps API. It is very simple to use and incorporate into your web application if you need to specify a location or enable[...]
Read More