简体   繁体   English

TIBCO BW 或 Java 中的 WS

[英]WS in TIBCO BW or in Java

I see it is a lot faster developing a WS in TIBCO compared to coding in Java.我发现在 TIBCO 中开发 WS 比在 Java 中编码要快得多。

Is it wise investment to use TIBCO as your WS Service Provider & Service Requester?使用 TIBCO 作为您的 WS 服务提供者和服务请求者是明智的投资吗?

Also both previous question for developing a JMS consumer & publisher.还有关于开发 JMS 消费者和发布者的前两个问题。

How would my Server-side Java code use/listen to the BW Process?我的服务器端 Java 代码将如何使用/监听 BW 进程? So far I read about TIBCO Adapters to do that with a lot of features like monitoring, but would this be just an overhead?到目前为止,我阅读了有关 TIBCO Adapters 的相关信息,该适配器具有许多功能,例如监控,但这只是开销吗? Is it better to just code your WS & JMS codes in your Java app?在 Java 应用程序中编写 WS 和 JMS 代码会更好吗?

How do you decide if you would implement a functionality in Java or in TIBCO (eg send a Mail, Logging, etc.)?您如何决定是否在 Java 或 TIBCO 中实现功能(例如发送邮件、日志等)?

Thanks a lot!非常感谢! Thirdy第三次

Using TIBCO Business Works to implement your SOAP Web Services and to invoke SOAP Web Services will certainly save you a lot of time compared to creating them in Java. Using TIBCO Business Works to implement your SOAP Web Services and to invoke SOAP Web Services will certainly save you a lot of time compared to creating them in Java.

Whether it's a "wise investment" really depends on the amount of development your doing.这是否是“明智的投资”实际上取决于您所做的开发量。 The TIBCO BW licenses are not cheap, but with a large development team and a large body of development work, you can get a return on investment very quickly. TIBCO BW 许可证并不便宜,但拥有庞大的开发团队和大量的开发工作,您可以很快获得投资回报。 If you've got just one project and only a couple of developers, you might not see a return on investment (ie, the license cost could be more than the cost of developing the project in Java).如果您只有一个项目并且只有几个开发人员,您可能看不到投资回报(即,许可成本可能高于用 Java 开发项目的成本)。

Your Server-side Java code would use/listen to BW by simply invoking the web services.您的服务器端 Java 代码将通过简单地调用 web 服务来使用/收听 BW。 Axis 2 will make your life easier in this regard. Axis 2将使您在这方面的生活更轻松。

In terms of deciding what you would develop in Java and what you would develop in TIBCO BW, I would answer everything you can in TIBCO BW, with some custom java where you need it.在决定您将在 Java 中开发什么以及您将在 TIBCO BW 中开发什么方面,我会回答您在 TIBCO BW 中的所有内容,并在您需要的地方提供一些自定义 java。 BW is Java based, so it's trivially easy to add Java code to any project. BW 是基于 Java 的,因此将 Java 代码添加到任何项目都非常容易。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM