RAP is very similar to Eclipse RCP, but instead of being executed on a desktop computer
RAP is run on a server and clients can access the application with standard browsers.
This is mainly achieved by providing a special implementation of SWT (a subset of SWT API).
RAP 开发环境的配置。
1.首先下载 rap-sdk-1.1-M3-site-20080407-1550.zip 和 rap-1.1.0-M3-target-3.3-20080407-1124.zip,以及Eclipse 3.3
2.把rap-sdk-1.1-M3-site-20080407-1550.zip解压到Eclipse 3.3的eclipse目录下,把rap-1.1.0-M3-target-3.3-20080407-1124.zip解压到任何除eclipse目录以外的地方
3.启动eclipse,选择 Window >
Preferences, 选择 Plug-in Development > Target Platform, Location选择刚才解压rap-1.1.0-M3-target-3.3-20080407-1124.zip的目录,并选择它的子目录eclipse,最后点Reload
4.新建Project,New Project (File > New > Project),选择Plug-in Project,填入项目名称例如:RapExample, 然后一直点Next,
最后可以选择RAP 的一些模板
运行选择:Run as RAP Application