OpenCMIS:示例使用了我在整个源代码中找不到的类
我正在尝试在以下位置运行 CMIS 客户端示例:
http://incubator.apache.org/chemistry/opencmis-api-examples。 html
不幸的是,我找不到该示例使用的“SessionParameter”类。
在整个项目的源代码中找不到它:
http://github.com/apache/chemistry
我错过了什么?
或者这个例子可能已经过时了?
I am trying to run the CMIS client example on:
http://incubator.apache.org/chemistry/opencmis-api-examples.html
Unfortunately I can't find the "SessionParameter" class that the example uses.
It is nowhere to be found in the whole project's source code:
http://github.com/apache/chemistry
What did I miss?
Or maybe the example is out-of-date?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
SessionParameter
不再是 GitHub 项目的一部分。一个简单的 git log -SSessionParameter --oneline 可以揭示很多信息:
(请参阅“Git 历史记录 - 通过关键字查找丢失的行”)
第一个日志特别显示:
这意味着可以在 https: //svn.apache.org/repos/asf/incubator/chemistry/trunk。
特别是:
SessionParameter.java
弗洛里安·穆勒本人确认上面;)
SessionParameter
is no longer part of the GitHub project.A simple
git log -SSessionParameter --oneline
can reveal a lot:(see "Git history - find lost line by keyword")
The firstlog i n particular displays:
Meaning that implementation can be found at https://svn.apache.org/repos/asf/incubator/chemistry/trunk.
In particular:
SessionParameter.java
Florian Müller himself confirms it above ;)
这些示例是最新的并且有效。 Apache Chemistry OpenCMIS 当前和维护的代码流位于:https: //svn.apache.org/repos/asf/incubator/chemistry/opencmis/trunk/
但是这个代码流不在github上。
The examples are up-to-date and working. The current and maintained code stream of Apache Chemistry OpenCMIS is here: https://svn.apache.org/repos/asf/incubator/chemistry/opencmis/trunk/
But this code stream is not on github.