将版本控制与基于 java/j2ee Web 的应用程序集成

发布于 2024-09-04 18:41:28 字数 452 浏览 2 评论 0原文

我们需要为上传到我们基于 java/j2ee Web 的应用程序的文件提供版本控制(如版本控制)。我们支持将文件上传/下载到应用程序。用户经常通过从我的应用程序下载并修改它们来对文件进行更改,然后上传回应用程序。到目前为止,我们只是用新上传的内容覆盖现有的文件内容。现在我们要维护每次上传到应用程序的版本。

我们需要维护上传文件的版本。 查看不同版本的差异 以及所选文件的预览。

如果我们的应用程序中有任何可用/准备使用的第三方工具,可以轻松与 java/j2ee env 集成,请告诉我。

我用谷歌搜索了几个网站,发现 Drupal 或 Joomla 可以做到这一点,但没有找到确切的集成文档这个实施。

分享任何有用的信息来实现这一目标。

we have a requirement to provide versioning(like version control) to the files uploaded to our application which is java/j2ee web based. We support files to upload/download to the application. Users frequently do the changes to the file by downloading from my appln and modify them, then upload back to the application. as of now we are just overriding the existing file content with newly uploaded content. now we want to maintain the version for each upload to the application.

We need to mantain the version to the files uploaded.
see the diff of the different versions
and preview of the file selected.

Please let me if there are any third party tools available/ready to use in our application, which can easily integrate with java/j2ee env.

i googled few sites and found Drupal or Joomla can do this but not found the exact integration docs for this implementation.

share any useful information to achieve this.

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

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

发布评论

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

评论(1

孤城病女 2024-09-11 18:41:28

最后我使用了unix/linux系统中可用的GIT版本控制。我已经个性化了命令来支持这一点。

at last i have used GIT version control which is available in unix/linux systems. I have personalized the commands to support this.

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