java - Code generation between JSP <-> Swing -
is there tool can convert programmed swing j2se jsp j2ee shell?.
thanks!
no, there no such tool. although might found attempts it, desktop , web paradigms way different have tool converts between between them properly.
if absolutely must run app on web environment, might find easier convert swing application web applet. it's not same though. applet swing application running inside browser. not web-web application.
Comments
Post a Comment