将 java 移植到 javascript:示例、技术、最佳实践?

发布于 2024-11-01 15:01:31 字数 374 浏览 2 评论 0原文

我已经制作了一个带有 swing GUI 的 java 应用程序,我想使用 javascript 将其移植到网络上。

我知道这是一个非常广泛的问题,而且我也知道可以通过多种方式做到这一点。

这确实意味着客户端。数据将由使用 ajax 的 php 调用提供,数据的保存方式(文件、数据库和其他服务)并不重要。

有人有这方面的经验可以指出可能的警告吗? 有人可以指出一些例子吗?

我意识到这可能是一个过于开放的问题,但话又说回来,我对一些案例研究或程序员同事的经验非常感兴趣。

另外:如果在 stackexchange 中有更好的地方可以问这个问题,请告诉我。

更新:阅读到目前为止的答案后:这里有人有 WebCream 的经验并愿意分享吗?

I have made a java application with a swing GUI, that I would like to port to the web using javascript.

I know it is a very broad question and I am aware of the fact this can be done many ways.

This means indeed clientside. The data would be supplied by php calls using ajax and the way data is kept (files, database, yet other services) is of no importance.

Has someone experience with this that can point out the possible caveats?
Can someone point out examples, stuff like that?

I realize this might be an too open question, but then again, I am really interested in some case studies or experiences of fellowprogrammers.

Also : if there's a better place to ask this in stackexchange, feel fee to let me know.

UPDATE : After reading answers so far : Is there anybody out here that has experience with WebCream and would like to share it?

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

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

发布评论

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

评论(2

递刀给你 2024-11-08 15:01:31

有一些工具可以让您将 Swing 应用程序转换为 Web 应用程序。其中之一是WebCream
除此之外,Google Web Toolkit 在某种程度上类似于在 Swing 中创建应用程序的方式。这将需要大量的重写和转换,这不会是自动的,但只要有很大的热情,它是可以完成的。

There are some tools that let you convert your Swing application to web application. One of them would be WebCream.
Apart from that, Google Web Toolkit to some extent resembles the way you create application in Swing. It would be a lot of rewriting and conversion won't be automatic, but with a large dose of passion it can be done.

厌倦 2024-11-08 15:01:31

您可以将 php 和 java 进行通信作为第一种方法,请参阅 this 并有看看这个,通过 JAVA 加快 PHP

you can comunicate php and java for a first appproach, see this and have a look at this, Faster PHP through JAVA

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