Glassfish 应用服务器 + iPad 上的应用程序客户端

发布于 2024-09-05 05:36:06 字数 430 浏览 3 评论 0原文

我在 glassfish v2 应用服务器上使用 java 应用程序客户端编写了一个企业应用程序。该应用程序客户端运行在Windows/Linux操作系统的PC上。在服务器端我使用 EJB。任务是在 iPad 上额外采用客户端,无需/只需最少的后端更改。为此目的有一些选择。其中哪个选项是最佳选择?或者还有其他选择吗?

  • 在服务器端将 Sun Glassfish Mobility Platform 与 Glassfish Enterprise v2 服务器集成,并在客户端使用 Java ME。
  • 只是为了创建一个网络模块。
  • 使用 Objective-O/Cocoa 开发客户端应用程序并提供与 glassfish 服务器的交互。在这种情况下,不可能使用 EJB。我发现这种集成可以与 SOAP 集成,但我不知道它是如何工作的。

任何意见都会非常有帮助!

I have written an enterprise application on glassfish v2 application server with java application client. This application client is running on PCs with windows/linux OS. On server side I'm using EJBs. The task is to adopt additionally the client on ipads without/with minimal backend changes. And there are some options for that purpose. Which of there options is best choice? Or are there any other options?

  • to integrate Sun Glassfish Mobility Platform with Glassfish Enterprise v2 server on server side and to use Java ME on client side.
  • just to create an web module.
  • to develop client application using Objective-O/Cocoa and to provide its interaction with glassfish server. In this case it's impossible to use EJBs. I found out this integration is able with SOAP, but how it's works I don't know.

Any opinion will be very helpful!

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

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

发布评论

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

评论(1

你是暖光i 2024-09-12 05:36:06

将 EJB 作为 Web 服务公开。一旦有了 WS,您就可以针对问题创建许多不同的解决方案。您可以拥有一个网络应用程序,它可以展示您的解决方案的一些功能,还有一个本机 iPad 应用程序可以执行更多操作(并且可以证明额外的用户投资是合理的[想想免费增值...])

Expose the EJBs as web services. Once you have a WS, you can create a number of different solutions to the problem. You could have a web app, that exposes some of the features of your solution and a native iPad app that does more (and would justify additional user investment [think freemium...])

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