B4J Question Business apps in Raspberry Pi

elitevenkat

Active Member
Licensed User
Longtime User
May be this is naive. If apps written in b4j with features like sqlite (in the device), remote mysql database communications, text file handing and all views in the b4j designer will work in a raspberry pi as it is ? if not how to make it run in Rpi ?
 

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
Not that Naive!

Yes, you can have Business apps, but beware that they should be Non UI or Server apps, because Javafx apps are not supported.

http://www.rwblinn.de/
I recommend you this webpage look for the B4J tutorials -> RASPBERRY PI
 
Upvote 0

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
Yes!

Taken from the webpage i recommended:


Also, you could look at ABMaterial that will run in a Rasp too.
https://www.b4x.com/android/forum/threads/abmaterial-framework-for-webapps.60072/
 
Upvote 0

KMatle

Expert
Licensed User
Longtime User
I did some tests (non-ui) with my RB's:

- calling my php/MySql webservers (HttpUtils)
- encryption (RSA 4096 and AES)
- some libs

Speed: very good (did not measure but it's like my pc)

In words: B4J is made for the RB's and (except of the "missing" UI which is not related to B4J) it should be the standard sdk for it.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…