企业 J2ME 应用程序中的 LWUIT?

发布于 2024-09-10 10:17:34 字数 237 浏览 1 评论 0原文

我们正在开发 J2ME 应用程序,有时在使用默认的 lcdui 库时会遇到限制。每当我们想要在 UI 中添加一些额外的内容时,唯一的选择就是使用画布,但这并不那么容易。现在我们正在考虑使用 LWUIT 作为 UI 库而不是 ludui,但在开始之前有一些问题 -

  1. LWUIT 是否足够成熟,可以在企业 J2ME 应用程序中使用?
  2. 我们可以在同一个应用程序中混合使用 LWUIT 和 LCDUI 吗?

We are developing a J2ME application and sometimes we face constraints while working with the default lcdui library. Whenever we want some extra in the UI, the only option is to work with canvas which is not so easy. Now we are thinking to use LWUIT as UI library instead of ludui but having some question before starting -

  1. Is LWUIT mature enough to be used in a enterprise J2ME application?
  2. Can we mix LWUIT and LCDUI in same application ?

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

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

发布评论

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

评论(2

你如我软肋 2024-09-17 10:17:34
  1. 以我的观点。 lwuit 已经足够成熟,可以在企业应用程序中使用。它仍在永久开发中,并且进展很快。

  2. 是的,你可以混合使用它们。如果您使用 lwuit 表单,则只能添加 lwuit 组件,反之亦然。应该可以实现并绘制您自己的容器对象(画布样式)。

  1. In my point of view. lwuit is mature enough to be used in enterprise applications. It's still in permanent development and it's progressing fast.

  2. Yes you can mix both of them. If you use an lwuit form you can only add lwuit components and vice versa. It should be possible to implement and draw you own container objects (canvas style).

踏月而来 2024-09-17 10:17:34

LWUIT 已经足够成熟,可以用作企业应用程序,尽管当我们谈论 JDK 时,J2ME 有一些有限的类,但它仍然足够成熟,可以构建许多应用程序

LWUIT is mature enough to be used as enterprise application and though J2ME has some limited classes when we talk about JDK but still its mature enough to build many applications

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