1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Java app to web app?

Discussion in 'Programming' started by Alex P., Aug 7, 2015.

  1. #1
    I'm looking for a platform that will allow me to run a Java app as/convert a Java app to a web app. Do you guys have an ideas? I previously tried to use AjaxSwing but the support was terrible and even when I got the preview working it ran quirkily.
     
    Solved! View solution.
    Alex P., Aug 7, 2015 IP
  2. #2
    Are you trying to re-write the Java app as a webapp, or are you hoping to find something that somehow converts it from a desktop GUI to a web interface? I don't know if such a thing is possible. The best suggestion I have is to look at GWT (Google Web Toolkit), but that would also require some rework in the code.
     
    iterationlabs, Aug 9, 2015 IP
  3. Maria Fernandez

    Maria Fernandez Greenhorn

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #3
    I recommend you to code the website from scratch. It is almost impossible to port from Swing to WebApp. You can re-use some backend code, but presentation code ... not.
    Source: I am expert Java developer.
     
    Maria Fernandez, Sep 7, 2015 IP
  4. Alex P.

    Alex P. Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #4
    Thanks - I agree. I think I'll go with Google Play for my web app.
     
    Alex P., Sep 15, 2015 IP