多个用户如何处理同一个 Enterprise 架构师文件?

发布于 2024-12-07 19:15:17 字数 109 浏览 1 评论 0原文

我想知道许多用户是否可以处理同一个 Enterprise Architect 文件?我们的教授说如果我们可以将文件托管在存储库中然后将其链接到 Windows ODBC 就可以完成?我不确定这是什么意思。

I'm wondering if many users can work on the same Enterprise Architect file ? our professor said it can be done if we can host the file in a repository and then link it to windows ODBC ? I'm not sure what does that means.

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

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

发布评论

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

评论(2

尾戒 2024-12-14 19:15:17

设置 EA 项目有两种方法:存储在 .EAP 文件中(通过文件系统访问),或存储在数据库中(通过 ODBC 访问)。

文件实际上包含数据库,EA 提供了两种方式迁移的功能两者之间。

.EAP 文件可以由多个用户同时访问(文件位于网络驱动器上),当然数据库也可以。无论哪种情况,强烈建议您启用 EA 的“用户安全性”,以便允许用户锁定他们正在处理的项目部分,这样他们就不会撤消彼此的更改。

如果团队规模较小,可以使用 .EAP 文件。如果你们的人数超过 10 人,您肯定需要建立一个数据库存储库。

所以是的,多个用户可以在同一个 .EAP 文件中工作。 ODBC 是一种不同的设置方式;那么就不存在这样的文件,而是一个数据库。

There are two ways to set up an EA project: stored in an .EAP file (accessed through the file system), or stored in a database (accessed through ODBC)

The file actually contains a database, and EA provides functionality for migrating both ways between the two.

An .EAP file can be accessed by several users simultaneously (with the file on a network drive), as of course a database can be. In either case, you are strongly encouraged to enable EA's "user security" in order to allow users to lock the parts of the project they are working on so they don't undo each others' changes.

An .EAP file can be used if the team is small. If there are more than 10 of you, you definitely want to set up a database repository.

So yes, several users can work in the same .EAP file. ODBC is a different way of setting it up; there is then no file as such but a database instead.

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