Eclipse rcp/rap 开发经验总结

有牛人将 Eclipse RCP & RAP 开发经验有序地分享出来,

http://jlins.iteye.com/blogs/subjects/eclipse_rap_rcp

eclipse 及 RCP 中文化

http://www.cnblogs.com/tantec/archive/2010/07/23/eclipse-rcp-internationalization-zh-cn.html

中文属性文件编辑器

http://sourceforge.jp/projects/propedit/images?id=489

牛B 的公司CRM 产品

http://www.cas-pia.de/en/try.html

让你的RCP应用程序运行在B/S架构上

http://blog.csdn.net/Chinajash/article/details/4098213

RAP 运行的定制

rap 运行方式都是以 servlet 为入口的,目前运行速度有点慢。


想要玩好 RAP/RCP, 必须得真正的产品级架构,目前的资料可真少, 抓两图片将就一下

(1) server


 

(2) client


是时候关注一下 JDO了, 这个古老而又陌生的数据库标准.

Which Persistence Specification

http://db.apache.org/jdo/jdo_v_jpa.html

Why JFire uses JDO instead of JPA (or the JDO vs. JPA question)

https://www.jfire.org/modules/phpwiki/index.php/Why%20not%20JPA

猜你喜欢

转载自cnmqw.iteye.com/blog/1342421