Search |
||
A Simple Framework for Desktop ApplicationsPosted by joconner on May 24, 2006 at 1:33 AM PDT
Designing desktop applications can be tricky. Threading, resource management, launching, shut down...there are a lot of things to think about. Nothing akin to rocket science, but lots of things can go wrong, and do. A desktop framework would bring much needed consistency to the task, providing structure and encouraging adoption of best practices for application design. At the JavaOne conference last week, the dynamic desktop duo Hans Muller and Scott Violet presented their plans and ideas for a simple framework for desktop applications. Their presentaion focused on possible APIs, but they acknowledged that tools (like NetBeans) would be important for a successful framework. They gave some examples of common bad practices that demonstrate why you might want a little guidance (a framework):
Goals for the framework include these:
The framework isn't available yet, but JSR 296 defines the request for the framework. You should expect to see a java.net project for it in the near future. If all goes well, Hans and Scott would like to see this minimalist framework in Java SE 7 (Dolphin). A framework in the core libraries? Although I like the idea of some guidelines, even a java.net project to assist desktop application developers, I'm not immediately sold on any argument to include it in the actual JRE. Hey, but I don't have any say in these things....or do I? Do you? As luck would have it, Sun's last general session at JavaOne stressed the need for community involvement in the Java platform's innovation. You have an open invitation to join the Java Community Process, comment on proposals, submit some of your own work. So, yes, you do have a say in such things, but you have to register too. »
Related Topics >>
Java Desktop Comments
Comments are listed in date ascending order (oldest first)
|
||
|
|