Cloud Computing Made Easy
Posted by yw on November 10 2009 01:54:32
4 sample projects were uploaded. See http://www.limnor.com/index.html?Doc=studio_samples.html#cloud.
These samples show that cloud computing can be done visually and totally codeless.
Extended News
4 sample projects were uploaded. See http://www.limnor.com/index.html?Doc=studio_samples.html#cloud.
These samples show that cloud computing can be done visually and totally codeless. They show that from one computer, you may send a search value to another computer in another city or country and search a database in that remote computer. The remote computer does the database search and notifies the searching-requesting computer when the search is done and passes the search results to the requesting computer through the internet. The search-requesting computer uses the search results the same way as if the data is from the local computer even though the data actually come from the internet. In one sample, the data are given to a DataGridView for showing data on screen.