Ternary Operations in JSTL
August 23rd, 2012
An often overlooked operator, in JavaScript (and elsewhere), is the ternary operator.
An often overlooked operator, in JavaScript (and elsewhere), is the ternary operator.
Some impressions after using the new Eclipse Juno IDE for a few days.
It may happen that you need to open a second browser window to help your web application perform some additional action that you dont want to leave your current page to do.
Theres a little trouble putting JavaScript variable values into HTML form elements when those values contain HTML encoded characters. Heres a simple solution to that problem.
Using event handlers in Jquery UI Datepicker to return focus to the input field after date selection, while handling a quirk in IE that would reload the calendar window.
This post show how to create a hierarchical test data builder using generics.
Geb and Spock can be used to automate testing of mobile application on mobile devices, including the iPhone, iPad and Android devices.
Some setup and common issues involved with unit testing controllers in Grails 1.3.7.
The Apache Tomcat v7 brings with it a feature called Parallel Deployment, which allows deploying more than one application to the same context.
Comparing writing Grails units tests using mock objects written with mockFor and Gmock.
Shows how to setup the oauth-plugin and LinkedIn API in a Grails application
Add the ability to detect and redirect mobile devices to specific version of your grails app by using / configuring the spring security plugin that many grails apps already use.
How-to use the new JsonBuilder in Grails 2.0 to convert a graph of object to JSON dynamically at runtime.
If you use Mocking framework (Mockito or EasyMocK) and you want to mock final classes, this article will provide you a simple way to actually mock them.
Recovering from Merge Errors in Mercurial with Sub-Repositories and Named Branches
VIM can provide some of the more advanced IDE features while still remaining lightweight. Here I discuss version control, merging and testing of a Grails application.
VIM can be used as your primary editor for Grails. Here I walk through navigation of a Grails project using various VIM plugins and scripts.
Manipulating HTML with Java and jsoup
Quick and Easy Class and Sequence Diagrams in Eclipse
A blog post detailing how to add a JEE war module to an existing gradle project. Also shows how to run it with jetty via gradle.
how to get started with building java projects using the gradle build system.
A RegexParserDecorator to decorate any Spring Formatter to apply a regex pattern, creating a @StrictDateTimeFormat annotation as an example.
Grails 2.0 is here and full of a bunch of exciting, fun stuff. Check out Sr. Consultant Zan Thrash talk about what youll see in Grails 2.0.
One very nice thing Servlet 3.0 brings us is a set of annotations to declare Filters and Servlets and Listeners. With these annotations, the configuration of applications is removed from the web.xml file and put into the applications JARs and WEB-INF/classes.
The Grails JXL Plugin can be used to generate Excel documents from a Grails application using the JXL library