Sorry if this is a bit blunt but Java lost when it comes to UI... I wouldn't waste my time on Swing unless you have a specific requirements mandated to you.
With that said there is a lot of area where Java is dominating or at least very interesting, to name a few: Did you play with Hadoop (its an eco system of projects at this point) Do you know Lucene its the standard for search Do you know and understand the java.util.concurrent library. There is a lot more but Swing and Java UI in general is not one of them just my .02 On Thu, Mar 4, 2010 at 9:32 AM, [email protected] <[email protected]> wrote: > Hi > > I'm a fairly experienced Java developer but haven't done much with > Swing beyond wrting some simple tools for my own use. I'm looking for > a Swing book that will show me best practice for setting up and > implementing a medium to large scale Java desktop application. Any > recommendations welcome. > > Cheers > > Nick > > -- > You received this message because you are subscribed to the Google Groups > "The Java Posse" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/javaposse?hl=en. > > -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
