Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Json and XML Webservice in javaFx

Tags:

javafx

  1. I m new in Javafx Can we implement JSON and XML web service in Javafx?

1 Answers

Yes.

JavaFX is just Java and there are many Java libraries for producing and consuming json and xml web services.

The Jersey Client and the RestEasy Client are some example client APIs appropriate for use in a JavaFX program for consumption of restful json or xml based web services.

like image 155
jewelsea Avatar answered Dec 04 '25 08:12

jewelsea



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!