T
T
Tsuzukeru2019-10-19 12:12:03
Java
Tsuzukeru, 2019-10-19 12:12:03

Is processing possible on a Spring Framework client?

Hello. I write for mobile and I don’t understand the web at all (I wrote simple sites in php for a very long time. I know that javascript is processed on the client, and php on the server)))). There was a necessity to write the web the project. It will not work to use the CMS, I will have to write from scratch and I will have to write it).
I know Java SE (Junior level mobile), but other than Swing I haven't used any other frameworks. Yesterday I learned that Spring exists. Tell me, is it possible to write a Web application with it, which will be partially processed on the client without using php, javascript? I have nothing against them, but right now I don't have time to learn web programming languages.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
koperagen, 2019-10-19
@Tsuzukeru

If you don't want to learn new languages, Vaadin might be for you . This framework allows you to write a web application entirely in Java, including executing some logic on the client. In Spring, as far as I know, there is no such possibility.

O
OnYourLips, 2019-10-19
@OnYourLips

You can, you just make the client not in the form of a website, but in the form of a desktop or console application.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question