从 eclipse 插件连接到数据库的正确方法是什么?

发布于 2024-10-12 06:50:14 字数 284 浏览 4 评论 0原文

我正在评估 Rich Ajax Platform (RAP),并且需要连接到 DB2 数据库(或许还有其他数据库)。

完成大量 J2EE 工作后,我通常通过 JNDI 获取 DataStore 对象并使用它连接到数据库。实际的连接参数是在应用程序外部配置的,并且可以适应开发、测试和生产环境。

-- 我应该如何在 RAP 的插件中解决这个问题?

-- 处理不同环境中的连接的最佳方式是什么?

-- 我也不想在插件中包含 DB2 JDBC jar,因为它们在开发和生产之间可能略有不同。

I am evaluating the Rich Ajax Platform (RAP) and I need to connect to a DB2 database (and perhaps others).

Having done a fair amount of J2EE work I usually fetch a DataStore object via JNDI and use that to connect to a database. The actual connection parameters are configured outside of the application and can be adapted for development, test and production environments.

-- How should I go about this from within a plugin in RAP?

-- What is the best way to handle connections in different enviroments?

-- I also don't want to include the DB2 JDBC jars in the plugin as they may differ slightly between development and production.

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

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

发布评论

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

评论(1

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