将Java Applet迁移到什么地方? [英] Migrate Java Applet to what/where?

查看:155
本文介绍了将Java Applet迁移到什么地方?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在审查一个中等规模的代码库(大约30K LOC),它使用了一个巨大的Applet并与其他系统进行交互。

这是一个创建自定义标签的工具,所以我们需要拖放和其他相关的UI组件。



假设代码库在Java中,您将迁移到哪个技术。




  • Applet - 无

  • Java FX - 采用率太低

  • GWT - 重构不容易



任何想法/建议

解决方案

为什么你需要迁移这个?因为拖放?



也许您应该将它作为独立的Java应用程序运行,并使用 Java Web Start 来提供它。我认为编码更改应该是最小的,以便将其从applet转换。


I am reviewing currently a medium size code base (around 30K LOC) which uses a huge Applet and interfaces with other systems.

It's a tool to create custom labels, so we need drag-n-drop and other related UI components.

To which technogly will you migrate given the code base is in Java.

  • Applet -- No
  • Java FX -- Adoption rate is too low
  • GWT -- Refactoring is not easy

Any ideas/suggestions.

解决方案

Why do you need to migrate this ? Because of drag-n-drop ?

Perhaps you should look at running it as a stand-alone Java application and use Java Web Start to serve it up. I think the coding changes should be minimal to convert it from an applet.

这篇关于将Java Applet迁移到什么地方?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆