The Artima Developer Community
Sponsored Link

Java Buzz Forum
Improve Swing productivity and experience with AOP

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
Scott Delap

Posts: 1154
Nickname: scottdelap
Registered: Sep, 2004

Client / Server application developer.
Improve Swing productivity and experience with AOP Posted: Feb 10, 2005 8:55 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Scott Delap.
Original Post: Improve Swing productivity and experience with AOP
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
Latest Java Buzz Posts
Latest Java Buzz Posts by Scott Delap
Latest Posts From ClientJava.com

Advertisement

Improve Swing productivity and experience with AOP
Swing experts always say that Swing is neither slow nor ugly. But Swing developers often make slow and ugly applications. It indicates that the Swing API and programming model are difficult to use, especially for novice or causal developers. I have been thinking lately on how to make Swing programming as simple and as intuitive as possible. Well, I think this an area where Aspect Oriented Programming really makes sense. Built upon the pioneer work done by the Open Source Foxtrot project, I implemented a JBoss AOP aspect that greatly simplifies how we write Swing event handlers. I will soon check it into the JBoss AOP aspects library for all to use...

Interesting concept. I was going to look into something like this after the book. Looks like I've been beaten to the punch. I could see this concept expanded to methods that could be threaded off asynchronously. However, that adds it own set of problems such as notifying the user of progress, etc.

Read: Improve Swing productivity and experience with AOP

Topic: Clearing the JSFud Previous Topic   Next Topic Topic: Emerging Technology Conference

Sponsored Links



Google
  Web Artima.com   

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