Other B4J v2.00 BETA is available for download

Erel

B4X founder
Staff member
Licensed User
Longtime User
SS-2014-04-10_17.09.21.png


This is a major update. The main new feature is support for web applications.
New features and improvements:
  • Web apps framework: [WebApp] Web Apps Overview
  • Server library supports ssl (https) connections.
  • CreateMap keyword: Allows you to easily create new Maps. For example:
    B4X:
    Dim m As Map = CreateMap ("key1": value2, "key2": value3)
  • Json library converts arrays to lists automatically.
    Together these two features make it easier to build Json strings. Note that these features will also be included in the next version of Basic4android.
  • Form events: FocusChanged and IconifiedChanged (minimized)
  • SQL library was updated to provide safe multithreaded access to SQLite databases. Requires the journal_mode to be set to wal (see the DBUtils web app example).
  • Bug fixes and other minor improvements.

You can download the beta version here:
www.b4x.com/b4j/files/beta.exe

Please post issues in new threads.

Thank you all for your help!!!
 

dilettante

Active Member
Licensed User
Longtime User
So another reason to keep upgrading is to avoid being left behind with no documentation?

I'm not complaining, just a good thing to know.
 
Upvote 0

dilettante

Active Member
Licensed User
Longtime User
I was referring to post #4, however you might just be referring to documentation of new things added rather than existing documentation being changed.
 
Upvote 0
Top