从 php 查询多米诺骨牌

发布于 2024-08-11 03:16:12 字数 202 浏览 7 评论 0原文

我的任务是从 Domino 中提取数据并使用 PHP 或 Web 提交更改。我对多米诺骨牌真的很陌生。我一直在研究,似乎我必须使用 urlcommands,但我似乎找不到像常规数据库一样直接从 Domino 提取/导入数据的方法。我的另一项研究,我意识到我需要在 Designer 中进行编码,其中我不知道如何提取/提交数据。

我是在兜圈子吗?有人可以启发我吗..谢谢大家。

I've been tasked to extract data from a Domino and commit changes to it using PHP or web. I'm really new to Domino. I've been researching and it seems i must use urlcommands but i can't seem to find a way to directly extract/import data from Domino like a regular database. Another research of mine and i realized i need to code inside Designer, of which i don't have any idea how to extract/commit data.

Am i running around in circles? can somebody enlighten me.. thanks guys.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

撩人痒 2024-08-18 03:16:12

URL 命令只是稍微奇怪的多米诺骨牌 url 结构,基于 1996 年似乎是个好主意。除非服务器上有一个应用程序(数据库)可以执行您想要的操作,否则它们不会执行任何操作。

在 Domino 服务器上,您通常会发现数据库包含 Web 应用程序的所有设计元素和逻辑。所有代码都在数据库内部,开发人员使用 domino 的功能(例如表单、视图、代理等)构建 Web 应用程序。

用于输入数据和查看数据的非常简单的应用程序可能包含单个表单(domino 设计元素,而不是html 表单)用于输入和查看文档,以及用于列出已创建文档的单一视图。这些设计元素将在 Domino Designer 中创建,当数据库放置在服务器上时,创建的文档也将存储在同一数据库中。

可以使用各种 API(例如 java api)与来自外部源的数据进行交互,或者通过与 domino 应用程序开发人员提供的 Web 服务进行交互。

URL commands are simply the slightly odd domino url structure based on what seemed like a good idea in 1996. They won't do anything unless there is an application (database) on the server that has been built to do what you want.

On a Domino server you will typically find that the database contains all the design elements and logic for the web application. All the code is internal to the database and the developer builds the web application using features of domino, e.g. forms, views, agents etc.

A very simple application for entering data and viewing it may consist of a single form (domino design element, not html form) for entering and viewing documents and a single view for listing the documents that have been created. These design elements would be created in Domino Designer and when the database was put on a server the documents created would also be stored in the same database.

It's possible to interact with the data from an external source using various APIs like the java api, or by interacting with a webservice that the domino application developer has provided.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文