L Luk Member Licensed User Longtime User May 14, 2016 #1 Hi, I want to use jServer as an embedded server in a JavaFX application. (I woulld like to use ABMaterial library to create a local application). Is this possible in one jar file ? thx
Hi, I want to use jServer as an embedded server in a JavaFX application. (I woulld like to use ABMaterial library to create a local application). Is this possible in one jar file ? thx
Erel B4X founder Staff member Licensed User Longtime User May 15, 2016 #2 jServer should only be used in non-ui projects. Upvote 0
Harris Expert Licensed User Longtime User May 22, 2016 #3 Erel said: jServer should only be used in non-ui projects. Click to expand... Dang! I used it in a UI to get access to connectionpool... What to suggest? Thanks Upvote 0
Erel said: jServer should only be used in non-ui projects. Click to expand... Dang! I used it in a UI to get access to connectionpool... What to suggest? Thanks
Erel B4X founder Staff member Licensed User Longtime User May 23, 2016 #4 You can use ConnectionPool in a UI app. Only the Server object is problematic. Upvote 0