Hi there!
Had not much time in the last weeks.
But now I want to give it a go again. My main problem at the moment is: I have the template, ok. It seems to be the base skeleton of what an ABM webapp has to have to work. But I have absolutely no idea how (and where) I have to extend it to just get a feel for the dozens of components it offers.
My plan was:
take the template and have exactly ONE page. Then add som components to the page and maybe add some code/behaviour to some of the (if they provide one).
But here I'm already stuck.
My project structure looks like this:
- have a copy of the template.
- b4j-File renamed to fit the project name (ABM_01.b4j)
- File ABMApplication, Line 4: Appname = "ABM_01"
- File ABMApplication, Line 5: InitialPage = "ABMPageTemplate"
- File ABMPageTemplate, Line 13: Appname = "ABM_01"
So far so good. But why do ABMApplication and ABMPageTemplate booth do have a method called "BuildPage()", when ABMPageTemplate should be the first page to be loaded? And what is the URL of the app then? On my local machine
http://localhost:51042/ABM_01 ? Where are components added?
And how can the App be depoyed e.g. to an existing Webserver? What are the prequesites, despite a JRE or JDK?
So many questions, so many questions...
Sorry.