Results 1 to 2 of 2

Thread: Qt app and Integration with Cloud Computing

  1. #1
    Join Date
    Jul 2010
    Posts
    4
    Qt products
    Qt4
    Platforms
    Maemo/MeeGo

    Default Qt app and Integration with Cloud Computing

    Hi,

    I have an spreadsheet application written completely in JavaScript. I have ported it on on Maemo Platform using Qt.

    I want to save the spreadsheets on cloud and retrieve them back when needed.

    Development on server side has been done using : http://code.google.com/appengine/articles/rpc.html

    Currently save and open functionality on local machine works like this :

    I have defined dosave()function in my javascript file which saves the contents in a “string” and returns it. This string is written in a file and saved in local machine. When save button is clicked, evaluateJavaScript() function takes dosave() function as parameter and does the work.

    Similarly, I have open() function defined in javascript code, in which this particular string is passed and it displays the content back to the file I want to open. Here when open button is clicked, saved file is read and saved to QString variable. This is passed to open() function. Again, evaluateJavaScript() function is used to interact with the javascript function.

    Kindly provide some information regarding how to move forward to save the content on Cloud using Qt or any other Maemo app which does that. How to take forward this on client side ?

  2. #2
    Join Date
    Jul 2010
    Posts
    4
    Qt products
    Qt4
    Platforms
    Maemo/MeeGo

    Default Re: Qt app and Integration with Cloud Computing

    Quote Originally Posted by qt.learner View Post

    I want to save the spreadsheets on cloud and retrieve them back when needed.

    Development on server side has been done using : http://code.google.com/appengine/articles/rpc.html
    By cloud here I mean that there is a web server side, where functions have been coded in AJAX. I need to call those functions using Qt.

Similar Threads

  1. cloud of dots
    By sergio486 in forum Qwt
    Replies: 2
    Last Post: 12th December 2010, 22:49
  2. computing intersections of two shapes
    By alpinista in forum Qt Programming
    Replies: 1
    Last Post: 20th August 2009, 12:23
  3. Eclipse Integration sans Integration
    By ChrisW67 in forum Qt Tools
    Replies: 3
    Last Post: 17th March 2009, 08:29
  4. Computing page breaks
    By js in forum Qt Programming
    Replies: 1
    Last Post: 20th November 2007, 14:56
  5. Qt Integration
    By ToddAtWSU in forum Newbie
    Replies: 4
    Last Post: 23rd January 2006, 18:54

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.