radlik
radlik

Reputation: 11

Gluon JavaFX Rest client

I have two questions regarding gluen development:

1) Could I use external jars (httpclient, log4j, etc.) when I want to develop multi platform (desktop, android, iOS) apps?

2) If not, how can I change request header in RestClient (Gluon connect)?

Upvotes: 1

Views: 487

Answers (1)

Eugene Ryzhikov
Eugene Ryzhikov

Reputation: 17369

You can. Currently the only non-supported feature is Java 8 streams, so you want to avoid those in your code and libraries

Upvotes: 0

Related Questions