The Artima Developer Community
Sponsored Link

Java Buzz Forum
Swing Binding and Validation

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Marc Logemann

Posts: 594
Nickname: loge
Registered: Sep, 2002

Marc Logemann is founder of www.logentis.de a Java consultancy
Swing Binding and Validation Posted: Jul 26, 2004 7:08 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Marc Logemann.
Original Post: Swing Binding and Validation
Feed Title: Marc's Java Blog
Feed URL: http://www.logemann.org/day/index_java.xml
Feed Description: Java related topics for all major areas. So you will see J2ME, J2SE and J2EE issues here.
Latest Java Buzz Posts
Latest Java Buzz Posts by Marc Logemann
Latest Posts From Marc's Java Blog

Advertisement

I am one of those developers with a focus on web development aka J2EE stuff, but moved to Swing development recently for some projects. First of all, its much harder to seperate concerns in Swing, in web environments you have 31 frameworks for role seperation and most of them are quite easy to use. With Swing the choice is not as big.

I used JGoodies and its Forms and Looks API in the past and used a lot of components from the UIF framework. All this resulted in very neat user interfaces and good layouts, but my seperation was still in a poor state. So i started into the missing 2 APIs from JGoodies, which are in fact the ones where most of Karstens current efforts goes into: Validation and Binding. I have not covered it all yet, but all i can say about these two is that when applied correctly, your resulting application is maintainable and cleanly designed.

All of you working with Swing know how hard it is to seperate GUI presentation from Domain Models. Normally, these two are happily mixed in most Swing Applications. No more when using JGoodies Binding. You will need some time to learn this stuff, but it pays of.

Some presentations from Karsten about "binding" and "validation":

Swing Data Binding (english)
Swing: Data validation (currently only in german)

Read: Swing Binding and Validation

Topic: More DNC Blogger Thoughts: Media and Journalism Previous Topic   Next Topic Topic: R

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use