Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » 灌水乐园  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 [???] 著名BEA、IBM 公司被北京首信所抛弃?
nothing

天外飞仙.....

CJSDN高级会员


发贴: 1636
于 2003-11-24 08:07 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
(这条文章已经被阅读了 182次) 时间:2003年11月22日 23:10 来源:兴之 原创-IT

经过两年的酝酿,北京市于2001年2月出台了《北京基本医疗保险规定》。为了配合这
一规定的实施,2000年8月,首都信息发展股份有限公司受政府委托,着手开发了北京
社会保险信息系统的第一个子系统——医疗保险信息系统(简称北京医保信息系统)。
在该系统的开发过程中,首都信息发展股份有限公司(简称首信)采用了微软(中国)公
司的Visual Studio.NET开发工具,作为北京医保信息系统中“支付管理子系统”和
“医院政策分解子系统”的开发平台。

实际上,在整个北京医保信息系统中,首信最初只承担开发了医院政策分解子系统和支
付管理子系统。

医院政策分解子系统一方面以动态连接库方式,提供给各定点医疗机构的HIS应用程序
调用,依据医保政策进行费用分解; 另一方面负责医院和数据中心的信息传递。该系统
的最大难度是要与形形色色的医院信息管理系统(HIS)连接,在通信中又要解决断点
续传、压缩、加密、异步处理等一系列技术问题。

支付管理子系统的功能包括费用审核、费用结算、特殊病种、转院等情况的审批及现金
报销等。医保系统只有通过支付管理子系统进行医疗费用审核后,才能将报销金额支付
给定点医疗机构和各企业。为了实现安全、易于扩展、维护方便等需求,该系统采用了
三层架构的软件模式。

首信社会保险事业部总经理艾建京先生说: “从开发者的角度看,选择开发工具是比较
关键的一步。市场上有很多优秀的开发工具,如BEA公司的Tuexdo、IBM公司的
WebSphere等,都可以实现医保系统的开发功能,因此都在我们的选择范围之内。其
中,也包括Microsoft.NET,但当时并没有特别关注它。”

为什么是三层结构?

在系统分析的过程中,首信发现,以下关键点是开发者不得不着重考虑的: 该系统一定
要是一个三层或多层结构的软件系统(即客户层/应用层/数据层),因为北京市共有大
小医院5000多家,而实现了数据联网传输的就有近800家。另外目前北京市已加入医疗
保险的人数达到600万,如此大的客户端如果采取C/S两层结构,那么中心数据库所承受
的压力就会非常大。对此,首信采取的解决办法是,在数据服务器的下端增加了一系列
应用服务器,应用服务器的数量可根据日后业务量的变化而增加或减少,“这种做法将
有效地缓解中心数据库的压力”。

Microsoft.NET正是基于这种架构思想而设计的。这种架构的好处在于,首先实现了更
高的完全性,客户端不直接对数据库进行访问,而只对中间层的应用服务器进行访问,
而应用服务器处在医保中心网络防火墙之内,不易受到攻击;另一个好处是减少了维护
量,不需要经常对几百家医院的计算机进行维护,只需维护应用服务器层。

艾建京解释说:“IBM的WebSphere虽然也是三层结构,但它是基于Web的访问模式,对
我们来说是有一些困难的。这种模式(CGI)的访问速度相对较慢,每当启动一个问答
后线路必须断开,另外这种机制主要针对Internet结构考虑,不允许对本地资源进行过
多访问,因此一般情况下无法知道客户端的数量。这样产生的问题是,医保信息卡的
POS机安装在各个医院,医保中心需要在医院端进行读卡,而这些工作都需要对本地资
源进行访问。”

两个开发难点的解决

此次医疗保险系统的开发,对于艾建京的又一个挑战是,开发时间非常有限,而且编程
量非常大,“在这种情况下,选择一个好的开发工具对我们来说尤为重要。”此外,艾
建京还认为,一个好的开发工具,必须能够帮助系统实现极高的并发处理能力,“医保
中心和社保中心是一个代办机构,每天可能同时或分时接受成百上千个医院的访问。医
保系统的特点是月初或月末是业务高峰期,每当这个时间段,几万家企业将同时向数据
库传送大量的新参保信息。在这些访问过程中引发的是多事例、多线程管理问题,这是
系统开发的又一个难点。我们选择开发工具必须从这些难点开始考虑。”

首信同时分析过Tuexdo、WebSphere、Visual Studio.NET等多种开发工具的利与弊。艾
建京认为,Tuexdo是一个非常好的中间件产品,它在许多系统上都得到过成功的应用。
但是,在北京医保信息系统项目中,Tuexdo只能在传输上实现负载平衡、多进程、压
缩、加密等功能,并不能提供一整套解决方案,而且在对于数据库的访问方面,该软件
还存在一些不足。“我们迫切地需要一种从访问数据库到中间层一直到客户层的一揽子
解决方案,同时还能够配合操作系统完成并发处理的操作和控制。”首信人如是说。

历经Bea、IBM等世界级公司提出的方案,首信在今天终于找到了微软。

linux系统也大量存在使用古老、低效率的 CGI方式提供服务,同时提供以静态页面文
件为高速缓冲分布到多个服务器上(其中关键的计算机群集实时数据同步技术除IBM 真
正掌握外,其他的开源技术只能用于学习演示,实际工程应用却是漏洞百出。否则也太
小看以前大部分时期IBM雄霸江湖的独门秘技。)就能让用户感觉浏览速度提高的效
果,从根本上是不能满足实际的严谨工程技术要求。

所以IBM才会在linux上投入大量金钱加以改进,实际进展的速度似乎不理想,不过Unix
的成本确实不具备很强的竞争优势。但愿IBM OS/2的悲剧不要再次重演,否则会应了一
句“历史将会惊人地重复”那句话了。
--
妙德商务
www.v690.com
新疆的电子商务网站
日用品网上超市二手市场


nothing edited on 2003-11-24 08:11


躲得过的怪物,躲不过的刺激

作者 Re:[???] 著名BEA、IBM 公司被北京首信所抛弃? [Re:nothing]
nothing

天外飞仙.....

CJSDN高级会员


发贴: 1636
于 2003-11-24 08:10 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
SQL SERVER比ORACLE还牛?

(这条文章已经被阅读了 180次) 时间:2003年11月15日 13:21 来源:兴之 原创-IT

在问到微软的数据库开发队伍的时候,微软人士回答十个数据库专家,有九个在微软,
另一个已经退休了。

为什么微软的人士敢如此夸下海口,且慢看下去。

微软有它的一贯原则, 请全世界最好的工程师为他们工作, SQL SERVER产品系列自然也
不例外, 我们花了三年时间请来了两个在数据库方面非常杰出的专家来做这个系列的产
品。这两个人分别是JIM GRAY和PETER SPIRO.

Jim gray

JIM GRAY博士是关系数据库最早的鼻祖之一,1998年图灵奖得主。他是超大规模数据
库数据处理方面最权威的人,因为不喜欢多雨潮湿的西雅图,于是微软便特意在阳光宜
人的旧金山为他建立了一个只有二十多人的研究院 - San Francisco Bay Area
Research Center

为了让用户相信微软的质量是最高的,我们会做很多的测试。典型的Oracle新版本通常
测试数是5千,微软是10万次。我们的测试数量是Oracle的20倍。

微软研究院还发明了一种有趣的测试方法:从市场上买来4、5种数据库,我们编一个程
序,叫做软件机器人,它把SQL语句发给这5个数据库,结果都一样说明大家都没有问
题。如果回来的结果4家都一样,只有SQL不一样,那肯定是我们的问题。如果我们跟大
家一样,Oracle不一样,说明Oracle有问题。最后,用这种方法我们在产品出厂之前发
现了很多Bug,我们也发现了Oracle的很多Bug。

在微软,我们对SQL质量的要求近乎是苛刻的,开发人员和测试人员的比例是1:3。

SQL SERVER 2000在Microsoft .NET Enterprise Servers中地位是很高的,从利润方面
讲。它的营业额最多,是其它7个服务器之和的一倍半。

从功能上讲,它是一个面向网络, 为大型数据库提供存储, 分析和数据挖掘的平台,可
以自成系统, 也可以是一个加在既有系统之上的系统。未来微软有关数据存储方面都会
依靠SQL SERVER。

现今网络数据存储的需求量很大, 但各系统间的标准非常混乱, 各个公司之间采用的标
准互相排斥, 在这种大环境下, 微软为用户提供了一个在以XML为标准基础上的.NET企
业服务器, 采用相同的I/O数据标准,使得整个系统易于整合。

世界上最大的数据库TerraServer是建在SQL SERVER 2000上的, 而且从最新的测试中表
明,SQL SERVER 2000的速度要比ORACLE快1.5倍,ORACLE是20多万,我们是60多万TPC。
安全认证也是和ORACLE是一模一样的。

微软人士如是说。


nothing edited on 2003-11-24 08:15


躲得过的怪物,躲不过的刺激

作者 Re:[???] 著名BEA、IBM 公司被北京首信所抛弃? [Re:nothing]
jameszhang



CJSDN高级会员


发贴: 1594
于 2003-11-24 08:18 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
SQL SERVER 是不是只能装载WINDOWS上?


"First they ignore u, then they laugh at u, then they fight u, then u will win

Mahatma Gandhi"

作者 Re:[???] 著名BEA、IBM 公司被北京首信所抛弃? [Re:jameszhang]
nothing

天外飞仙.....

CJSDN高级会员


发贴: 1636
于 2003-11-24 08:23 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
jameszhang wrote:
SQL SERVER 是不是只能装载WINDOWS上?


听说MS正在研究在UNIX上跑windows 2003. Tongue




躲得过的怪物,躲不过的刺激

作者 Re:[???] 著名BEA、IBM 公司被北京首信所抛弃? [Re:nothing]
jameszhang



CJSDN高级会员


发贴: 1594
于 2003-11-24 08:28 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
nothing wrote:
听说MS正在研究在UNIX上跑windows 2003. Tongue

蒙了!GG你说的是两个OS怎么跑在一起呀?Dead



"First they ignore u, then they laugh at u, then they fight u, then u will win

Mahatma Gandhi"

作者 Re:[???] 著名BEA、IBM 公司被北京首信所抛弃? [Re:jameszhang]
nothing

天外飞仙.....

CJSDN高级会员


发贴: 1636
于 2003-11-24 08:30 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
嗯,在UNIX上做一个类似于VMware的东东. Wink



躲得过的怪物,躲不过的刺激

作者 Re:[???] 著名BEA、IBM 公司被北京首信所抛弃? [Re:nothing]
jameszhang



CJSDN高级会员


发贴: 1594
于 2003-11-24 08:37 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
nothing wrote:
嗯,在UNIX上做一个类似于VMware的东东. Wink

是不是有点象当年的WINDOWS32呀?



"First they ignore u, then they laugh at u, then they fight u, then u will win

Mahatma Gandhi"

作者 Re:[???] 著名BEA、IBM 公司被北京首信所抛弃? [Re:jameszhang]
nothing

天外飞仙.....

CJSDN高级会员


发贴: 1636
于 2003-11-24 08:46 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
偶是乱说的. 不要当真哦....

nothing edited on 2003-11-24 09:32


躲得过的怪物,躲不过的刺激

作者 Re:[???] 著名BEA、IBM 公司被北京首信所抛弃? [Re:nothing]
guru





发贴: 131
于 2003-11-24 10:05 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
应该是微软的BizTalk比IBM、BEA的EAI产品更容易使用导致的吧。


作者 Re:[???] 著名BEA、IBM 公司被北京首信所抛弃? [Re:nothing]
chenyajun5

一日不倒,每天都打

CJSDN高级会员


发贴: 643
于 2003-11-24 17:01 user profilesend a private message to usersend email to chenyajun5search all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
每个都说自己是最好的!


想干的人找一个方法,不想干的人找一个借口。
作者 Re:[???] 著名BEA、IBM 公司被北京首信所抛弃? [Re:nothing]
wood





发贴: 122
于 2003-11-25 09:19 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
首信有多大的影响力?


作者 Re:[???] 著名BEA、IBM 公司被北京首信所抛弃? [Re:nothing]
elephi





发贴: 45
于 2003-11-25 14:20 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
那篇文章一看就是个质量比较低的软文。


作者 Re:[???] 著名BEA、IBM 公司被北京首信所抛弃? [Re:nothing]
floater

Java Jedi

总版主


发贴: 3233
于 2003-11-26 04:27 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list

在系统分析的过程中,首信发现,以下关键点是开发者不得不着重考虑的: 该系统一定
要是一个三层或多层结构的软件系统(即客户层/应用层/数据层),因为北京市共有大
小医院5000多家,而实现了数据联网传输的就有近800家。另外目前北京市已加入医疗
保险的人数达到600万,如此大的客户端如果采取C/S两层结构,那么中心数据库所承受
的压力就会非常大。对此,首信采取的解决办法是,在数据服务器的下端增加了一系列
应用服务器,应用服务器的数量可根据日后业务量的变化而增加或减少,“这种做法将
有效地缓解中心数据库的压力”。

Microsoft.NET正是基于这种架构思想而设计的。这种架构的好处在于,首先实现了更
高的完全性,客户端不直接对数据库进行访问,而只对中间层的应用服务器进行访问,
而应用服务器处在医保中心网络防火墙之内,不易受到攻击;

Is this logic dumb or what?
1. .net is better on the client side, not on the middle tier.
2. You think a firewall will protect MS stuff, you are just sooooo ignorant. You haven't seen that trick - in the old IIS, you get a console window by firing off a HTTP request, with or without firewalls.
3. With 600M records, Oracle can handle it, no problema.


quote from nothing's post.

Yes, and MS boldhead said linux engineers are no better than his mighty "professional programmers". Tounge. Sounds like we are not pro, brother. Nail him.


微软研究院还发明了一种有趣的测试方法:从市场上买来4、5种数据库,我们编一个程
序,叫做软件机器人,它把SQL语句发给这5个数据库,结果都一样说明大家都没有问
题。如果回来的结果4家都一样,只有SQL不一样,那肯定是我们的问题。如果我们跟大
家一样,Oracle不一样,说明Oracle有问题。最后,用这种方法我们在产品出厂之前发
现了很多Bug,我们也发现了Oracle的很多Bug。

Yea, right, you invented this robot idea after old AT&T Bell Labs used it for 20 some years, huh? Tell me that. And tell me you glorious DOS window has more power than Korn shell and the world believes you, Deh!


在微软,我们对SQL质量的要求近乎是苛刻的,开发人员和测试人员的比例是1:3。

Last time I heard it was 1:6. Sooooo? I still get my xp rebooted. DON'T EVER THINK I CAN'T DO THE MATH, ms! You have more(not better) developers, but for d*mn god sake, you have more creepy code than anyone else too.

If you say MS is better than IBM, I really don't give a d*mn, because of what the difference it makes to say a crap is better than another crap, Tounge.

P.S. Tuexdo is a dinosaur, why do we still want to develop something on that? Oh, yea, that's the reason we use MS! Now I got it. Thank ya, blah ...

"首信在今天终于找到了微软。" Yea, right, I am so moved, hahaha...(clear throat)now, get out.



"Any fool can write code that a computer can understand. Good programmers write code that humans can understand."
- Martin Fowler, Refactoring - Improving the Design of Existing Code
作者 Re:[???] 著名BEA、IBM 公司被北京首信所抛弃? [Re:nothing]
test



发贴: 0
于 2003-12-23 11:18 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
数据量上呢?!
SQLServer不能跑在中小型机上,所以在大型应用上本身就受到局限



作者 Re:[???] 著名BEA、IBM 公司被北京首信所抛弃? [Re:nothing]
hwx

微风吹, 天又蓝...



发贴: 270
于 2003-12-24 00:47 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
"首信在今天终于找到了微软。"

应该说微软终于找到了跟中国人做生意的方法。



作者 Re:[???] 著名BEA、IBM 公司被北京首信所抛弃? [Re:hwx]
nothing

天外飞仙.....

CJSDN高级会员


发贴: 1636
于 2003-12-24 00:51 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
hwx wrote:
"首信在今天终于找到了微软。"

应该说微软终于找到了跟中国人做生意的方法。


长夜漫漫,你也不睡啊? Cool




躲得过的怪物,躲不过的刺激

作者 Re:[???] 著名BEA、IBM 公司被北京首信所抛弃? [Re:nothing]
hwx

微风吹, 天又蓝...



发贴: 270
于 2003-12-24 00:56 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
在学习您的讲话...Big Smile


作者 Re:[???] 著名BEA、IBM 公司被北京首信所抛弃? [Re:nothing]
铁针





发贴: 90
于 2003-12-24 13:28 user profilesend a private message to usersend email to 铁针search all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
不知道是不是收了银子(或者少付了点银子)给MS作广告?!



作者 Re:[???] 著名BEA、IBM 公司被北京首信所抛弃? [Re:guru]
wishmaster



CJSDN高级会员


发贴: 942
于 2003-12-25 09:39 user profilesend a private message to usersend email to wishmastersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
guru wrote:
应该是微软的BizTalk比IBM、BEA的EAI产品更容易使用导致的吧。


don't think so.....biztalk is geared towards small-mid sized companies....can run only on windows machines....for large clients, don't think they will save money on the platform to move to Windows for now...Unix is still the preferred platform for J2EE-based EAI from Tibco, webMethods, SeeBeyond and IBM BI.



The WishMaster
----------------------------------------------
SOA | ERP | EAI | B2Bi | BPM | BAM
作者 Re:[???] 著名BEA、IBM 公司被北京首信所抛弃? [Re:wishmaster]
lxh_ming





发贴: 130
于 2003-12-25 12:45 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
首信的猪,只认银子不认技术。
艾建京,让我知道了,又有一个人变成了猪



作者 Re:[???] 著名BEA、IBM 公司被北京首信所抛弃? [Re:nothing]
steve_sd



发贴: 0
于 2003-12-25 14:32 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
是首信又拿了MS的回扣吧



flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923