有才華的人,別忘記給滋潤你的那塊土壤施肥

            BlogJava :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理 ::
            28 隨筆 :: 5 文章 :: 147 評論 :: 0 Trackbacks

           

        1. You know your target domain or business logic, so that you are able to design expressive and concise domain objects.

        2. You are thinking in "swing models", not the UI-components. If you understand your domain, you probably have an idea as well how to visualize the business concepts in object oriented way. The use of Swing models just becomes natural.

        3. You are starting with the domain objects covered with unit tests, then develop the Swing models - after that the work is almost complete. You "only" have to create the view and pass the model to it.

        4. You are NOT trying to work with the views directly and force them to behave in your way. This could become quite complex, cumbersome and very hard to maintain. E.g. if you are working with the JTable directly, instead of TableModel, even reordering the table columns can cause you some headaches. The are no issues with a custom model in this case.

        5. The use of TableCellRenderers and TableCellEditors in JTables helps you to visualize you domain objects directly - without any overhead.

        6. You are using visual designers like e.g. Matisse in pragmatic way and separate the generated, from your code.

        7. You have a clear concept how to bind (e.g. with reflection+annotations or JSR-295) the UI-components to domain objects and how and where to validate the input (e.g. in controllers, domain objects or converters).

        8. Try to leverage existing JavaBean patterns like PropertyChangeListener, PropertyChangeSupport and the already built-in listeners in the UI-components. There is lot of stuff which can be reused.

        9. If you spend more than half hour to solve a specific "Swing-problem", just stop hacking and use google to find a solution for your problem. There are amazingly good tutorials, articles and posts out there.

        10. If you lose your motivation. Just stop developing Swing, build a quick prototype with SWT/JFace for few hours (but use Tables and Trees). Your motivation should increase dramatically after this experiment :-)
        11.  

          From: Adam Bien's Weblog

          posted on 2008-11-27 11:57 kissjava 閱讀(333) 評論(0)  編輯  收藏 所屬分類: swing
          主站蜘蛛池模板: 大宁县| 双牌县| 毕节市| 金乡县| 张北县| 武穴市| 尼玛县| 宁强县| 嘉黎县| 株洲市| 北海市| 浏阳市| 新建县| 奈曼旗| 乌拉特前旗| 清水河县| 泸州市| 海盐县| 石嘴山市| 习水县| 磐安县| 蒙自县| 沭阳县| 石景山区| 湖南省| 和硕县| 九台市| 鱼台县| 尼木县| 读书| 桐乡市| 和平县| 革吉县| 镇坪县| 堆龙德庆县| 育儿| 修文县| 汝南县| 泌阳县| 松江区| 宁城县|