java - 带有 RTC 的 Servlet

标签 java servlets rtc

有谁知道是否可以使用 RTC Java API 实现 servlet?我的目标是做一个连接到 rtc 并检索用户所需的快照的网页。 谢谢。

最佳答案

更多的是您可以编写 servlet 类来调用 Rational Team Concert plain Java API's ,而不是相反。

换句话说,该 API 不知道 Java EE ,但没有什么可以阻止您的 Java EE 应用程序使用 RTC java API。

确保您don't call TeamPlatform.shutdown() though :

You need to start the platform the first time the servlet executes, but if you stop it in your servlet code, you'll get the exception when another user calls the servlet.

关于java - 带有 RTC 的 Servlet,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23884200/

相关文章:

ios - RTC(Rational Team Concert)与 XCode 集成

java - 为什么我的待定更改没有显示在 RTC 中?

java - 复制到剪贴板脚本,包含中断和更多文本

java - Servlet 过滤器 - 操作 JSP 响应数据的问题

Java:实例化一个没有默认构造函数的泛型类

java - JSP/Servlet Web 应用程序中的重定向模块

java - 在 servlet 多部分发布期间无法访问 Spring Security 信息

java - 使用 Eclipse 解决冲突后的 RTC 合并问题

java - 导出数据和SFTP

java - Listenablefuture vs Completablefuture