Other B4J v2.00 is released!

Erel

B4X founder
Staff member
Licensed User
Longtime User
I'm happy to release B4J v2.00.
This is a major update. It includes a new web app framework built over HTML 5 WebSocket technology. The web app framework makes it relatively simple to build powerful web applications with the same libraries and similar code that you use to build Android and desktop 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:
    [WebApp] Concurrent access to SQLite databases

  • Bug fixes and other minor improvements.

You can download the full version here: www.b4x.com/b4j


SS-2014-04-10_17.09.21.png
 

namnach

Member
Licensed User
Longtime User
Hi Erel,

Thank you so much!
This Future that includes a new web app framework built over HTML 5 WebSocket technology is great!
And now we can work with the same libraries and similar code that we use to build Android and desktop applications.
Thank you so much again .. and all free ;-) you are more as a wonder!
I will support your work and will refresh my Basic4Android License next Time.
You allways hard at work for us -
Best wishes!
 
Upvote 0

B4JExplorer

Active Member
Licensed User
Longtime User
Erel - congratulations. No doubt, you've been thinking about building this, for a long time.

Will take a look, thanks for the contribution to our development efforts.
 
Upvote 0

Harris

Expert
Licensed User
Longtime User
All of us will be hard pressed to find a similar technology - what ever that may be - that is so well supported and developed as B4A and B4J.
What blows me away is that all of this is the product of just one man.

Sure, we provide wishes, wants, needs, suggestions and forum support - but the MAN makes it all happen.

Like Der Mond - "Erel for president!"

the man is a machine... running on a yet unknown OS...
 
Upvote 0

Roberto P.

Well-Known Member
Licensed User
Longtime User
excellent. thank you very much
next big step for this framework, it could be implemented in HTML 5 support for offline. hopefully!
good job
 
Upvote 0

Beja

Expert
Licensed User
Longtime User
Thank you Erel,
תודה רבה
Danke
شكــــرا
Merci
谢谢
Gracias
 
Upvote 0

jmon

Well-Known Member
Licensed User
Longtime User
Thanks a lot for the events FocusChanged and IconifiedChanged. This was a request I made a few weeks ago and it's very useful to me at the moment!
 
Upvote 0

Technicaone

Member
Licensed User
Longtime User
Erel
Thank you for making B4J available.
It may sound strange but B4J gave me a big push into B4A development, It is hard to explain, but I had problems getting my head around Android development patterns, however once I started to try B4J things started to fall into place and have now developed my first real Android Application which through asp.net middleware accesses MS SQL data.
So thanks to your release of B4J I am finally getting use of my B4A license!
 
Upvote 0
Top