Work Finished:
1.Basic learning of SOA,ESB,MDA in RSA.
2.Gathering lots of integration related materials to study.
3.Learn a bunch of BPEL samples.
4.Discussion of overall system architecture and technologies to use.
5.Disucssion of basic system requiements.
6.Basic design of service architecture.
Work ToDO:
1.Continue learning
2.Study integratioin cases
3.Continue discuss of system and requiements.
4.Refine design of service architecture.
posted @
2006-05-21 18:08 silver.sun 阅读(701) |
评论 (1) |
编辑 收藏
上一篇:
BPEL Notes
不小心发在了文章里面,才知道首页看不到。。。,请大家注意。
~~~~~~~~~~~~~~~~~~
1.MDA
是什么
模型驱动的框架。简单来说就是由原来编程序改成编模型。看起来好像是
4GL
甚至
5GL
的样子。不过区别还是很大的,一个是语言,一个是模型。
2.MDA
和现有的编程语言的关系
没关系而又有关系。没关系是因为
MDA
不与任何一种编程语言邦定。有关系是因为
MDA
最后生成的还是具体编程语言的代码。
3.MDA
的流派