Note that there are some explanatory texts on larger screens.

plurals
  1. POCreate a demo of my static program analyzer as a web application? [without sending .jar files to clients]
    primarykey
    data
    text
    <p>I have been developing a static program analyzer (a kind of tool that attempts to detect program errors at compile-time), and it is almost finished. I would like to put a demo version to the web so that the few people who may be interested into the tool can test out its functionalities. </p> <p>Context: 1. I have a personal computer to be used as a server if necessary. Otherwise, I am not sure if it is technically possible to put the demo to the computers of my institute because their computers do not have the required library used to launch the demo. </p> <ol start="2"> <li><p>I am using Eclipse and Maven to develop this analyzer. The analyzer is written in Java.</p></li> <li><p>The analyzer is somewhat time-consuming. It takes, for example, 5 seconds and 500 Mo JVM virtual memory to do an interesting work. So I need to limit the number of accessors.</p></li> <li><p>I do not plan to send the .jar files to the clients, because I don't know who they will be.</p></li> <li><p>I know nothing about the web application. </p></li> </ol> <p>Under this context, what is, in your opinion, the easiest way to demonstrate my analyzer on the web? </p> <p>This may be a different question from most questions about how to convert a desktop program to a Java web application, such as <a href="https://stackoverflow.com/questions/2004696/how-to-make-my-desktop-application-to-web-app-application-in-java">this</a></p> <p>Thank you.</p> <p>[EDITED] What would be the best solution if the constraint 3 above is to be taken into account?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload