W wl Well-Known Member Licensed User Longtime User Dec 9, 2013 #1 Hi, Are B4A libraries normally compatible with B4J (I tested ByteConverter and it worked). More specifically I'm interested in using the HttpServer library in B4J. http://www.b4x.com/android/forum/th...er-in-your-android-application.25984/#content Thanks !
Hi, Are B4A libraries normally compatible with B4J (I tested ByteConverter and it worked). More specifically I'm interested in using the HttpServer library in B4J. http://www.b4x.com/android/forum/th...er-in-your-android-application.25984/#content Thanks !
Erel B4X founder Staff member Licensed User Longtime User Dec 10, 2013 #2 It depends on whether the library references any Android specific API. HttpServer will not be compatible because of a tiny issue with the temporary folder. I can easily update it. However I have bigger plans I want to add a "server profile" to B4J, much more powerful than HttpServer library which was built to run on the device. Upvote 0
It depends on whether the library references any Android specific API. HttpServer will not be compatible because of a tiny issue with the temporary folder. I can easily update it. However I have bigger plans I want to add a "server profile" to B4J, much more powerful than HttpServer library which was built to run on the device.
johndb Active Member Licensed User Longtime User Dec 10, 2013 #3 Is there are word on when the updated HttpServer library "server profile" for B4J will be released? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Dec 10, 2013 #4 Hopefully in several weeks. Nothing sure for now. Upvote 0
W wl Well-Known Member Licensed User Longtime User Dec 10, 2013 #5 Hi Erel, Interesting ... But what do you exactly mean with "server profile" ? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Dec 11, 2013 #6 The idea is to allow writing web servers with B4J. Upvote 0
D dilettante Active Member Licensed User Longtime User Dec 11, 2013 #7 Erel said: I want to add a "server profile" to B4J, much more powerful than HttpServer library which was built to run on the device. Click to expand... Would this be strictly HTTP? For example sort of like a Node.js sort of concept? If so maybe call it something less generic e.g. "HTTPd profile" or something? Upvote 0
Erel said: I want to add a "server profile" to B4J, much more powerful than HttpServer library which was built to run on the device. Click to expand... Would this be strictly HTTP? For example sort of like a Node.js sort of concept? If so maybe call it something less generic e.g. "HTTPd profile" or something?
Erel B4X founder Staff member Licensed User Longtime User Dec 12, 2013 #8 Yes, I was referring to a web server (http server). You can already create a "sockets" server if you like. Upvote 0
Yes, I was referring to a web server (http server). You can already create a "sockets" server if you like.