Filed under Swing

Java Application Frameworks (not only client side …)

In an old post I listed all Java libraries,where only two application frameworks were listed. Today it is time to list some client side Java application frameworks, because I discovered some new ones while reading the W-JAX announcement. Some of the listed frameworks will make developing application with DB easier. And some of them are … Continue reading »

Plugable Swing – A Hello World OSGi Example

There are a lot of OSGi applications out, a minority is for the client side. Here I will list some “on swing”: Apache-Felix-Demo Swing-Application-on-OSGi from Daniel Rohe Dynamic Swing OSGi Demo from Kai Tödter Examples from the OSGi in Action book Sip-Communicator Daro Today I tried the same and had luck. It was very fast … Continue reading »

Swing Talks (video and slides available)

Maybe you already know that at parleys they put some nice presentations. Especially the talk Spring is Swinging from Jo Wyns was impressive to me, where he talks about the Spring Rich Client project. The presentation seems to be an old one (where is the date??), but it is even today a hot theme: rich … Continue reading »

A Pagination-enabled List in Swing with Hessian

In an ealier post I documented how to set up a maven project to use port 80 for client-server-communication in a Java Swing project. Today I want to show how you could implement a list which shows ‘all’ objects of one entity. It is common that there exists thousand or more objects for one entity … Continue reading »