S
S
StrangeAttractor2015-06-19 00:48:25
Java
StrangeAttractor, 2015-06-19 00:48:25

How to make a desktop application from a JVM servlet?

The task is to develop an application in the form of a Java servlet, but in such a way that from the user's point of view it turns out to be a Windows (or better, cross-platform) desktop application. Those. inside the exe-shnik it is necessary to wrap the HTTP server (servlet container), the base and the client (a browser without its own interface elements that will access our server), the possibility of accessing more than one client to the same server is better to block if possible. Please tell me what are the means for this.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
bromzh, 2015-06-20
@bromzh

Jetty embeds perfectly: https://wiki.eclipse.org/Jetty/Tutorial/Embedding_Jetty

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question