H
H
harmshark2018-07-10 15:56:15
Java
harmshark, 2018-07-10 15:56:15

How to port a java application to the web?

With a very high probability, you will soon have to port a desktop client-server java application to the web. The application is quite extensive, contains many tables and forms with a bunch of checks and dependencies between fields. There are also all sorts of components such as an interactive calendar and planner. In addition, you still need to work with iron (scanner, payment by bank cards).
What framework could be used?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Cheremisin, 2018-07-10
@leahch

Well, what. Take the framework to your taste, jooby.org, sparkjava or springboot. I was the first fan.
As for that's all that's it. There are also all sorts of components such as an interactive calendar and planner. - I strongly recommend doing this in vuejs or react. And you will have all this in javascript, without any java. And java will only give data via REST/json.
But, damn it, as MaxLich already noted , this is not porting, but writing from scratch!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question