Json and XML Webservice in javaFx
2 answers
Yes.
JavaFX is just Java and there are many Java libraries for creating and consuming json and xml web services.
Jersey Client and RestEasy Client are some for example client APIs suitable for use in JavaFX program to consume web services based on json or xml expectations.
+1
source to share
0
source to share