About the Author
Adrienne Gessler

Adrienne Gessler

Adrienne Gessler is a consultant for Keyhole Software with 8 years of experience in the wild and crazy world of IT and a primary focus on Java/Java EE development. Recently she has been working with rich user interfaces in JavaScript and is always excited by changes in technology and what those changes can bring to the dev community & her clients. Outside of software, Adrienne loves reading, running, concerts, and generally going about her weird life.

JSF Components – A Quick Example Using ICEFaces

Adrienne Gessler Development Technologies, Java 2 Comments

Attention: The following article was published over 11 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.This is a continuation of my previous entry on component based java frameworks. In this post, I would like to give a couple of examples of the kinds of components that can …

Component-Based Java Frameworks

Adrienne Gessler Development Technologies, Java, Spring 2 Comments

Attention: The following article was published over 12 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.I have recently had the opportunity to work on an application utilizing ICEFaces ICE components and have been learning more about the product. This was the first time I have had the …

Using the Jackson JSON Processor – A Quick Overview

Adrienne Gessler Development Technologies, Java, Tutorial 1 Comment

Attention: The following article was published over 12 years ago, and the information provided may be aged or outdated. Please keep that in mind as you read the post.A wide variety of parsers exist for use with JSON and can be viewed on the JSON website. One great option for use with Java objects is Jackson. Jackson allows for Java objects …