Json and XML Webservice in javaFx

  • I'm new in Javafx Can we implement JSON and XML webservice in Javafx?
+3


source to share


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


0


source







All Articles