Great!!
So it's 02:28 and after a few hours sleep, I am back to trying to figure out why I am stuck right at the beginning of the journey.
Glad I have this blogging mechanism because somehow it helps me to think and to organize my thoughts. I notice that I have had 36 views already and no suggestions whatsoever.
My problem must seem fundamental for the pro's out there. But I am stuck and will have to dig myself out of this mess.
I notice now that I there are three files making up my SAP HANA Java Application.
- index.html
- hanya.controller.js
- hanya.view.js
My guess is that the browser browses to index.html which then calls routines in hanya.controller.js.
hanya.controller.js then calls routines in hanya.view.js to create the various screen furniture and return them to controller to display on the web page
But this is simply conjecture. I need an authoritative source of such information to confirm all this.
Why? Because I have somehow managed to screw up the code in controller.js and I don't know what is missing that makes it incomplete
I am going to:
- Google to find out the rudimentary code that goes into the controller.js file
- Rummage in SAP's forums to find out same