Master/Detail tutorial by Marcus Demolsky

Markus Demolsky has recently written a detailed and helpful tutorial PDF explaining how to use the Spring Rich Client Master/Detail component.

Not having easy access to hosting himself, he asked me to host it here for him. Get it here:

Master/Detail Tutorial by Markus Demolsky (PDF - 181Kb)

For those not in the know, the Master/Detail component is an extremely useful way of added list/detail style components to your Rich Client application.

What are those, you ask? We all use components like this every day. As an example, think of a viewing your inbox in an email application. You usually see the list of incoming emails ('master'), with a Preview Pane ('detail') showing the contents of the selected email. Master/Detail allows you to easily include this type of interface idiom in your Rich Client app.

Enjoy the tutorial, and thanks to Markus for sharing it with us.

Comments

Using Spring RCP in an applet context

Is it possible to use Spring RCP in a Swing applet? What's the trick, if any?

Code for master - detail

Hi,
Can we get access to the code for the master - detail example here ?
Thanks,
Vamsi.

It's cool

Thanks to your great tutorial, I have understood more about SpringRCP.SpringRCP gives us a elegant way to create GUI but it seem to be diffcult to archive it. I'm very happy if you could help all of beginers like me by creating a lot of nice tutorials.

Briefly, I appreciate what you did on this tutorial.