Which Rich Client Platform to use

前端 未结 11 770
春和景丽
春和景丽 2020-12-28 08:06

We recently started to develop a Java desktop app and management has requested that we make use of Rich Client Platform. I know of four for Java namely:

  1. Eclips
11条回答
  •  执笔经年
    2020-12-28 08:46

    I have experience with the Eclipse RCP and would recommend it.

    Pros:

    • Components - component / plu-in model allows for reuse.
    • Uses SWT and JFace which allows for native looking UI
    • Pluggable Views, Editors, and Perspectives make layouts easy and configurable.
    • Eclipse extension points make extending and integration with 3rd party APIs and tools easy.

    Cons:

    • Learning curve

    If you choose Eclipse RCP, defiantly get this book, it is invaluble when just starting out with the framework: http://www.amazon.com/Eclipse-Rich-Client-Platform-Applications/dp/0321334612

提交回复
热议问题