Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Migrate Java Applet to what/where?

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.

like image 877
lud0h Avatar asked Apr 15 '26 11:04

lud0h


2 Answers

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.

like image 199
Brian Agnew Avatar answered Apr 17 '26 00:04

Brian Agnew


Use AjaxSwing to automatically convert your applet to web application. You may have to write your own drag and drop but you'd have to do it with any other framework. At least you get the rest without doing any coding.

http://ajaxswing.com

like image 36
Maximus Avatar answered Apr 17 '26 01:04

Maximus



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!