Java – Eclipse RCP, RAP
To develop apllications the technology based on
Java language and
Eclipse RCP (Rich Client Platform) is used. These applications make use of all advantages of the classic client-server application with so-called fat client. Due to
RAP (Eclipse Rich Ajax Platform) technology we are able to transfer most of the functionality to the application with so-called lean client when the application can be run using the classic web browser. The common code (single source) shared by RCP and RAP application versions and a lot of possibilities of passing from one technology to another one are the greatest advantage. You can see examples using both technologies
here and
here.