On Thu, Mar 4, 2010 at 15:44, Kfir Shay <[email protected]> wrote: > 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.
Sorry, but I think you are completely wrong! 1. When I visit hospitals in my home town (Vienna) - a lot of medical software is running on Swing (e.g. . 2. It happened not just one time that under Windows development I have seen Widgets/controls with ugly performance. 3. Swing supports different themes including the option to build your own and looks the same on every platform. 4. Due to the fact that it does not use system widgets you have much more freedom in creating new GUIs and widgets. And hell, where is the big difference for the user in clicking on a JNLP link or starting a web application? The normal client brings much more possibilities. No matter, how hyped web applications are, thick clients are also much more resident against security issues in relation to web applications, so IMHO thick clients (and hence also Swing) is far from being dead! > 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 Not one of them make sense for the end user without a GUI. -- Martin Wildam Home: http://sites.google.com/site/mwildam/ Life Hack Blog: http://1-2-solved.blogspot.com IT Blog: http://it-tactics.blogspot.com -- 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.
