asp如何与weblogic的中间服务器连接(急!!!,狂送分)(300分)

K

Konzi

Unregistered / Unconfirmed
GUEST, unregistred user!
需要进行两个现成应用系统之间的调用:
A系统:
客户端:asp
web server:iis
db:eek:racle
B系统:
开放了一个WEBLOGIC的接口
A系统需要通过这个接口提交数据给B系统,并根据提交成功与否再进行提交或回退本地数据的操作
具体操作过程:
asp页面提交数据,iis接收后进行处理(例如写本地数据库),然后提交必要的数据给B系统,根据提交返回的结果进行下一步处理,然后返回信息给客户
有什么解决方案吗? 最好提供一下相关的例子程序,感谢!
 
B系统:
开放了一个WEBLOGIC的接口
什么样的接口?
 
这个还没有定,weblogic上走着很多ejb
我的目的就系在iis里调用这些ejb中的方法
 
急阿,有没有人能帮忙
 
可以的,WLS里面有COM桥
 
学习一下.
 
由于时间紧,所以我在IIS和EJB之间建立一个SOCKET通道来完成调用了.
虽然加多了一层,但速度很快,性能不成问题
愿继续研究其它的解决方法.
沙隆巴斯的主人,能详细说说你的方法吗?
 
没有更好的办法了吗?
版主,能取回分数吗?
 
你可以看一下 www.theserverside.com
他们已经成功的用 borland janeva 技术使 aspx 可以访问J2EE服务器, 目前支持到了
WEBLOGIC7.3
使ASP.NET 可以直接访问 J2EE 服务器,并可以使用J2EE服务器上的对象 是BORLAND 的一项伟大成就. JANEVA 目前在 C#BUILDER 中提供, 在12月正式发布的 DELPHI8中也将提供, 你可以稍微等一等, 等D8出来, 将ASP升级为ASP.NET , 应该可以跑通这条技术路线
 
Borland Janeva provides seamless integration between Microsoft®
.NETTM applications and any CORBA or J2EE compliant applications.
What is Janeva?
The Janeva product provides high performance connectivity from the Microsoft .NET runtime to J2EE and CORBA servers. This product allows client-side applications developed in .NET to access heterogeneous server-side components via the highly scalable, interoperable and secure protocol: IIOP.
Similar to other VisiBroker product offerings, the Janeva product has two parts: the runtime, and a set of code generators. The Janeva runtime is a native implementation of VisiBroker's client-side functionality. This release of Janeva includes a CORBA-based compiler to generate stubs, or helper code, which can be used by .NET clients to access CORBA servers. Since the stubs target the Common Type System, clients can be written in any .NET language.
Product Contents
Janeva provides full CORBA client functionality for the .NET platform. The release includes three main components:
The Janeva runtime, provided as a set of Windows dynamically loadable libraries (DLLs).
The Janeva IDL to C# compiler, provided as a Windows executable.
The Janeva Java to C# compiler, provided as a Windows executable.
Janeva is fully integrated with the Borland C# Builder.
An optional add-in for Microsoft Visual Studio 2002 that integrates Janeva development into the Visual Studio environment.
 
谢谢王大侠。。。。。。期待BORLAND能给我们带来福音
 

Similar threads

S
回复
0
查看
642
SUNSTONE的Delphi笔记
S
S
回复
0
查看
651
SUNSTONE的Delphi笔记
S
顶部