Hi,
I am just testing ABMaterial to try and learn to develop a webapp. My knowledge level is zero in WebApp development
As described in the Get Started, I copied the Template Folder to my Project Folder and then renamed Template.b4j and Template.b4j.meta to my project names
I do not know what to me done next. As per the write up in the 'Get Started', I am supposed to modify the initialpage variable's value. For the time being I used
Private InitialPage As String = "ABMPageTemplate"
Can anyone point me to the right direction to get the below given points done.
As a beginner, I am trying to achieve the following
What I need is that the username and password should be validated against a row in a table available on a remote MySQL server. Really do not know, where I should mention the connection details to access MySQL with the MySQL username and passwords and then to verify the user typed username and password with the data available in the users table. Once the connection to MySQL is established, will the connection remain open OR each time I make a query to MySQL, will I have to open the connection once again ?
Is it possible to use Connection Pool ?
OR
Is it better to use jRDC ?
OR in other words. My application will be using MySQL database from a remote server (Hopefully, my AbMaterial Webapp and database resided on the same server. So what is the kind of tools available for making database application using AbMaterial ?
I do not even know whether the questions that I have raised here are stupid ones or not
Thanks in advance
I am just testing ABMaterial to try and learn to develop a webapp. My knowledge level is zero in WebApp development
As described in the Get Started, I copied the Template Folder to my Project Folder and then renamed Template.b4j and Template.b4j.meta to my project names
I do not know what to me done next. As per the write up in the 'Get Started', I am supposed to modify the initialpage variable's value. For the time being I used
Private InitialPage As String = "ABMPageTemplate"
Can anyone point me to the right direction to get the below given points done.
As a beginner, I am trying to achieve the following
- Point No 1
What I need is that the username and password should be validated against a row in a table available on a remote MySQL server. Really do not know, where I should mention the connection details to access MySQL with the MySQL username and passwords and then to verify the user typed username and password with the data available in the users table. Once the connection to MySQL is established, will the connection remain open OR each time I make a query to MySQL, will I have to open the connection once again ?
Is it possible to use Connection Pool ?
OR
Is it better to use jRDC ?
OR in other words. My application will be using MySQL database from a remote server (Hopefully, my AbMaterial Webapp and database resided on the same server. So what is the kind of tools available for making database application using AbMaterial ?
- Point no 2
I do not even know whether the questions that I have raised here are stupid ones or not
Thanks in advance
Last edited: