This post originated from an RSS feed registered with Java Buzz
by Scott Delap.
Original Post: Clients on The Server Side?
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
It looks like TSS has become more interested in the client.\ this week. First they link to one of three sites (mine was one) that has been commenting on rich web apps. Then there is a Swing MVC rehash for your enjoyment.
Opinion: Worries about "rich web applications"
There has been a lot of talk recently regarding rich internet applications, especially with products like Flex and Laszlo. Frank Carver has some worries. He opinines that although the browser isn't perfect, it has become the recent defacto standard. Often in UI design the "pure" best way doesn't win as people have been trained in another. What are your thoughts?
Java GUI Development: Reintroducing MVC
Finding the MVC in Swing can be difficult. Andrus Adamchik discusses how you can add a separate MVC layer on top of Swing, treating Swing components as a "view". Scriptable dynamic bindings are used inside this layer for declarative component assembly and communication between various related application parts.