Hi there...
I'm thinking... with people not knowing BANano (yet) and usually preferring to use javascript / jquery to create their B4J Web apps using jetty running on 55056? What it BANano could help? One in also learning javascript and also helping those who would rather write javascript when creating the B4JWeb apps using the approach above. A simple example is the beautiful projects created "outside" of banano that are awesome to use from forum members.
Assuming that you can pass BANano the B4XCode via, lets say a method
and it spills out
Now this has the potential of 1, you get to get the needed source code to help you create B4JWeb apps using jetty just like how everyone is doing and 2. helps you also learn javascript and also use the code outside with other frameworks that you might want to upskill yourself with and 3. It pushes people to wanna learn banano also.
#JustAThought.
PS: Thoughts anyone?
I'm thinking... with people not knowing BANano (yet) and usually preferring to use javascript / jquery to create their B4J Web apps using jetty running on 55056? What it BANano could help? One in also learning javascript and also helping those who would rather write javascript when creating the B4JWeb apps using the approach above. A simple example is the beautiful projects created "outside" of banano that are awesome to use from forum members.
Assuming that you can pass BANano the B4XCode via, lets say a method
B4X:
BANano.GetJavaScript("Sub Anele
DoThis
DoThat
End Sub")
B4X:
function anele {
dothis();
dothat();
}
Now this has the potential of 1, you get to get the needed source code to help you create B4JWeb apps using jetty just like how everyone is doing and 2. helps you also learn javascript and also use the code outside with other frameworks that you might want to upskill yourself with and 3. It pushes people to wanna learn banano also.
#JustAThought.
PS: Thoughts anyone?