Archive for the ‘Wicket’ Category

Integrating Uploadify with Java using Apache Wicket

Friday, April 30th, 2010

One of the most requested features on any site that accepts file submissions is the ability to handle multiple uploads elegantly. The current HTML standard only permits one file upload at a time, which makes transferring a large number of files quite tedious.

This tutorial will show how to painlessly integrate Uploadify and Java using Apache Wicket. You should have at least beginner-level knowledge of Wicket before moving forward, but feel free to dive right in even if you’ve never used Wicket before. (If you haven’t used Wicket before, I can’t suggest it strongly enough for developing stateful Java-based web applications.)


… Continue reading this post!

Wicket, OSGi, and Spring DM

Thursday, November 12th, 2009

You’ve probably heard of both OSGi and Apache Wicket. If you haven’t, holy doodle… you’re missing out on a wonderful world of Java goodness! I’m not kidding. Wicket and OSGi are two very exciting technologies.

In this tutorial we’re going to set up an OSGi container, create a sample OSGi bundle that uses the Wicket framework, and deploy the bundle to our container.


… Continue reading this post!