开发者

Code generation between JSP <-> Swing

开发者 https://www.devze.com 2023-03-01 19:27 出处:网络
Is there any tool that can convert already programmed Swing J2SE into JSP J2EE shell?. Tha开发者_如何学编程nks!No, there is no such tool. Although you might found some attempts to do it, desktop and

Is there any tool that can convert already programmed Swing J2SE into JSP J2EE shell?.

Tha开发者_如何学编程nks!


No, there is no such tool. Although you might found some attempts to do it, desktop and WEB paradigms are way too different to have a tool that converts between between them properly.

If you absolutely must run your APP on a WEB environment, you might find easier to convert your Swing application into a Web Applet. It's not the same though. An Applet is basically a Swing application running inside a browser. Not a WEB-WEB application.

0

精彩评论

暂无评论...
验证码 换一张
取 消