Moneydance 扩展开发的最佳实践

发布于 2024-10-27 11:59:00 字数 104 浏览 1 评论 0原文

开发基于 Java 的 Moneydance 扩展时是否有任何最佳实践?

Are there any best practices when developing Java-based extensions for Moneydance?

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

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

发布评论

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

评论(1

看春风乍起 2024-11-03 11:59:00

作为 Moneydance 的创始人和主要开发人员,我承认使用了几种不同的环境来编写扩展,从 emacs+terminal+ant 到 Xcode、eclipse 和(目前)IntelliJ 的 IDEA。

我唯一真正推荐的是使用 ANT。这主要是因为当您提交延期以供审核和签署时,这让我的生活变得更轻松。 Moneydance.com/developer 提供的示例扩展还提供了示例 ant 构建文件。除了 ANT 之外,只需使用您最喜欢的 java 环境即可。

As the founder and main developer of Moneydance I can admit to using several different environments to write extension, from emacs+terminal+ant to Xcode, eclipse and (currently) IntelliJ's IDEA.

The only thing that I'd really recommend is to use ANT. That is mainly because it makes my life easier when you submit an extension for review and to be signed. The sample extension available from moneydance.com/developer also provides a sample ant build file. Other than ANT, just use your favorite java environment.

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