N
N
Neonoviiwolf2017-10-14 01:18:06
Java
Neonoviiwolf, 2017-10-14 01:18:06

What is the best way to make an admin panel for the server?

Good
, there is currently a local Tomket server with spring and postgresql. In the future, I will transfer to vds, mobile applications will connect to it. I need an admin client to edit the database, I make my own on javafx. So the question arose, the mobile application works with the database through the spring rest template, but what about jaqvafx? There is a jdbc driver that can connect to the database. You can also connect as a mobile application and transfer json (although I don’t even know yet about the libraries that are needed for fx)
So this is how it’s done correctly
by the admin client should edit / delete / add data (the mobile client can watch the current) . Why javafx - well, I know it a little, it seems to me easier to work with what I dealt with than deal with something new

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Viktor Maksimov, 2017-10-14
@ValorVl

Well, take some Vue.js + element-ui + SpringData REST = WIN!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question