B4J Question [BANano] Where to start with [BANano]

Swissmade

Well-Known Member
Licensed User
Longtime User
Hi,
I like to give it a try but find that much info about [BANano] that I can not see what I need.
Download message is from 2018 so I wonder what is the latest version at this moment.
Is this the correct latest version?

Thanks for helping me out here.
 

MichalK73

Well-Known Member
Licensed User
Longtime User
Here you have the latest version
Don't look at the date of the thread as it determines when it was written.
At the bottom you have the last edits and changes to the post.

1713351267122.png
 
Upvote 0

Swissmade

Well-Known Member
Licensed User
Longtime User
Here you have the latest version
Don't look at the date of the thread as it determines when it was written.
At the bottom you have the last edits and changes to the post.

View attachment 152776
Top thanks
 
Upvote 0

Swissmade

Well-Known Member
Licensed User
Longtime User
I'm using Java 8 and get the error.

class file has wrong version 55.0, should be 52.0
55.0 is for Java 11

I have seen that it has something to do with Jserver.

Any idea how to fix this and still can use Jserver?
Thanks for advice.
 
Upvote 0

Swissmade

Well-Known Member
Licensed User
Longtime User
I'm using Java 8 and get the error.

class file has wrong version 55.0, should be 52.0
55.0 is for Java 11

I have seen that it has something to do with Jserver.

Any idea how to fix this and still can use Jserver?
Thanks for advice.
On java 11 it is running with the change from
 
Upvote 0

Swissmade

Well-Known Member
Licensed User
Longtime User
There you can install B4J with Java 14.
I know this but I still have many big Desktop Apps running on Java 8 and Javafx, So I still need this for my Clients.

For other java versions you always have to search for JavaFX on Windows and that can sometimes be very frustrated for Windows.
Linux is ok to do.
Its good to see Java above 8 is now with JavaFX
 
Upvote 0

Swissmade

Well-Known Member
Licensed User
Longtime User
All B4J installations do load the ini file from C:\Users\[user]\AppData\Roaming\Anywhere Software\B4J

I don´t see how multiple installations can use other Paths!?

Except if you are using different Users on the windowsmachine.
I know maybe a option to move the Path settings to the Project part.
So we get different options for other projects.
 
Upvote 0

Swissmade

Well-Known Member
Licensed User
Longtime User
This should be in the wish-forum.

But the posts here in the thread suggests it WORKS
I will move this to Wish and it works when I change the Path with a other Project.
 
Upvote 0

Swissmade

Well-Known Member
Licensed User
Longtime User
Trying to get this project running but miss some components I can not find.

Missing
BANanoVM, BANanoVue, VMDataTable
Maybe they have get an other name.

Thanks for helping me out here I really like the idea of BANano.
 
Upvote 0

alwaysbusy

Expert
Licensed User
Longtime User
I don't think the BANanoVueMaterial library for BANano (or its successor BDAV3) is longer maintained, but its author @Mashiane can probably clearify that.

 
Upvote 0

Swissmade

Well-Known Member
Licensed User
Longtime User
I don't think the BANanoVueMaterial library for BANano (or its successor BDAV3) is longer maintained, but its author @Mashiane can probably clearify that.

I don't think then that I have to use it anymore and search for a other way.

Thanks for responding
 
Upvote 0

alwaysbusy

Expert
Licensed User
Longtime User
What exactly are you trying to achieve? BANano itself is very much alive, but there are some BANano libraries written by third parties that are abandoned. Moving these libraries and posts about them to an archive would be nice because I know this can be confusing at times, especially when you are starting with BANano.

I don't give any support to third party libraries, just BANano itself and our own BANanoSkeleton library (for the UI) which we both actively use within our company.
 
Upvote 0

Swissmade

Well-Known Member
Licensed User
Longtime User
What exactly are you trying to achieve? BANano itself is very much alive, but there are some BANano libraries written by third parties that are abandoned. Moving these libraries and posts about them to an archive would be nice because I know this can be confusing at times, especially when you are starting with BANano.

I don't give any support to third party libraries, just BANano itself and our own BANanoSkeleton library (for the UI) which we both actively use within our company.
I need some webpages where I have Tables on it that is fillet with Data from a MySQL table's.

So I found the Dynamic way a good option to create a nice Datatable.
 
Upvote 0

Swissmade

Well-Known Member
Licensed User
Longtime User
I need some webpages where I have Tables on it that is fillet with Data from a MySQL table's.

So I found the Dynamic way a good option to create a nice Datatable.
Every Data has to come from the server so a Apache server with PHP I will use.
Data has to be safe.
 
Upvote 0

Mashiane

Expert
Licensed User
Longtime User
Trying to get this project running but miss some components I can not find.

Missing
BANanoVM, BANanoVue, VMDataTable
Maybe they have get an other name.

Thanks for helping me out here I really like the idea of BANano.
Hi, as per notice on that thread, this project is no longer being maintained, it birthed BANanoVuetifyAD3, which is a VueJS based project which is widely used.

You talk about tables and showing content from a database.... I would recommend you use SithasoDaisy as it has a wealth of tables showing different things, reading from databases like PocketBase (an alternative to Firebase) and SupaBase (an alternative to FireBase), MySQL via PHP/REST API.

The demo of SithasoDaisy is quite huge, its based on TailwindCSS and DaisyUI2, you can access it from here. I will add some screenshots of tables from the demo here for you to see, however you can always explore it yourself.

1713458554390.png


1713458614535.png


1713458639136.png


1713458673227.png


1713458702581.png


1713458741719.png


1713458777079.png


1713458807739.png


1713458832600.png


1713458868829.png


1713458898814.png


1713458919072.png


Above are just some of the built in functionality showing content based on data from a table. Off course anything is possible.

We have created a variety of apps that are published here in the forum for other developers. The good thing also is that you can use the abstract designer / write code for your app.

This is the learning thread, links to the library and other materials is available here.



And the question thread is here also:


I wish you all the best, welcome to the BANano world.
 
Upvote 0
Top