Examples of RCP-based apps
From the site... This is the summary of a nice thread spotted on eclipse.platform.rcp. The initial question was I am constantly having to deal with resistance from my developers, which mostly boils down to resistance to SWT, and hesitance from peers in the company. There are compelling arguments to counter nearly every criticism that I've encounted. However, I'm having difficulty with one question, has anyone else based a non-IDE product on Eclipse?. A few answers later, boy do we have some nice eye candy to show.
Concurrent Swing
Juha decided to brush up his Swing skills. He runs into a few threading issues moving a search off the EDT thread. ThreadPoolExecutor from the java.util.concurrent package comes to the rescue.
Why Java still has not so good reputation in client-side arena - not among users, but programmers?
I'm pleased
c0
to anounce framework which radically eases development of rich client applications. It focuses on following topics:
- encouraging MVC type application design
- rich model
1f40
data binding
- rich command binding
- validation
- buffering (commiting/reverting changes)
- ease of use, rapid development
- extensibility: model, event strategy and component toolkit agnostic
- no XML
WebCharts3D is a development library and tool that can enable you to deliver charts as animated interactive server-generated images or to embed charts into stand-alone Swing and SWT applications. The designer component can help you to give the end-user chart-editing capabilities.