Monday, May 30, 2011

RCP and Java Web Start


A Rich Client Platform (RCP) is software consisting of the following components:

  • A core (microkernel), lifecycle manager
  • A standard bundling framework
  • A portable widget toolkit
  • File buffers, text handling, text editors
  • A workbench (views, editors, perspectives, wizards)
  • Data binding
  • Update manager

With it, programmers can build their own applications on existing platforms. Instead of having to write a complete application from scratch, they can benefit from proven and tested features of the framework provided by the platform. Building on a platform facilitates faster application development and integration, while the cross-platform burden is taken on by the platform developers.

OSGi
http://www.vogella.de/articles/OSGi/article.html



http://i-proving.ca/space/RCP+and+Java+Web+Start

Java to EXE
http://www.excelsior-usa.com/articles/java-to-exe.html

No comments:

Post a Comment