I'm using DBUtils v2.02 and can load contents from an SQLite database into a TableView.
So far so good right, but here comes the tricky part..
Now I want to mirror the server contents FROM a MySQL database on a domain that runs PHP (www.one.com) to a LOCAL SQLite db = Security risk.
and would like to know what options is there to do this? I could send jobs to download the data with jOkHttpUtils2 and convert the Arrays to Lists, then store the data in a temporary SQLite database on the drive and have it loaded with ExecuteTableView, as concerns this question and also alternative ways to use, like ExecuteMap but it would be better to load the data from memory directly in the TableView. This would be more secure since there will be encrypted hash-strings for each user. Even if the encryption will be secure there must be a better way. so imagine there's 7 jOkHttpUtils2 jobs that downloads data in each array from the server using a PHP script. How to view the data in a TableView? Thanks for your help.
So far so good right, but here comes the tricky part..
Now I want to mirror the server contents FROM a MySQL database on a domain that runs PHP (www.one.com) to a LOCAL SQLite db = Security risk.
and would like to know what options is there to do this? I could send jobs to download the data with jOkHttpUtils2 and convert the Arrays to Lists, then store the data in a temporary SQLite database on the drive and have it loaded with ExecuteTableView, as concerns this question and also alternative ways to use, like ExecuteMap but it would be better to load the data from memory directly in the TableView. This would be more secure since there will be encrypted hash-strings for each user. Even if the encryption will be secure there must be a better way. so imagine there's 7 jOkHttpUtils2 jobs that downloads data in each array from the server using a PHP script. How to view the data in a TableView? Thanks for your help.
Last edited: