Wicket do's and don'ts
In the past 2 years I worked in, and visited many development teams to help them implement divers Wicket applications. Some applications were mostly for visualizing stuff, some were full of forms, and...
View ArticleSecuring connections with TLS
In this article I'll explore some ways to secure socket communication with TLS from a java application. To make it more concrete I'll show you SubEtha SMTP (an excellent Java based bare bones SMTP...
View ArticleWicket root mounts
One of the very easy things with Wicket is mounting pages on the first words of a URL; listening to URLs like http://shop.nl/article/4513 is programmed before you can say xiphophorus clemenciae. One of...
View ArticlePublic Wicket introduction course May 27/28
JTeam is proud to announce another public Wicket training. This public Wicket Introduction course (in cooperation with jWeekend) is scheduled on May 27 and 28. For more information (or on-site training...
View ArticleSocial sites, lessons learned
As JTeam is a good match for companies starting a social website, we have had the pleasure of building a couple in the past years. This article summarizes some of the lessons we learned. If you plan to...
View ArticleEncoding problems with properties files and IntelliJ
The Java platform has fantastic support for many character encodings. So it is a bit odd when you find out that regular properties files, read through the Properties class only supports the ISO-8859-1...
View ArticleMy 11 day quest to connecting JMS client to remote GlassFish from Tomcat
To prevent anyone from being in this tormenting situation ever again, this article describes the result of my 11 day quest to get a remote JMS client (running in Tomcat 6) to send JMS messages to a...
View Article