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

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

问题描述

我目前正在审查一个中等大小的代码库(大约 30K LOC),它使用一个巨大的 Applet 并与其他系统接口.

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

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

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

鉴于代码库是 Java,您将迁移到哪种技术.

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

  • 小程序 -- 否
  • Java FX -- 采用率太低
  • GWT -- 重构并不容易

任何想法/建议.

推荐答案

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

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

也许您应该考虑将其作为独立的 Java 应用程序运行并使用 Java Web Start 来提供服务.我认为从小程序转换它的编码更改应该是最小的.

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天全站免登陆