• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

need idea on cloud technology base remote desktop application?

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

i want to develop the remote desktop application that is based on the cloud computing technology. If you information that will be help me it will be very helpful.

thank you.
 
Ranch Hand
Posts: 136
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You might want to have a problem before deciding it to be cloud. But over all, problems which are inherently cloud are
1) problems which require a constantly running server
2) problems which require high scalability

Things which come to my mind are
1) online service to do osomething
2) app for android or iphone which interacts wid some server

But again. the whole point of cloud technology is to be able to do anything which you can do normally. So any problem can be based off a cloud
 
sabin ran
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thanks for reply,
yeah cloud technology will be tough one for novice like me. I'm thinking about the remote desktop application that is web base and that uses Java Wrapper API for turning remote computer on/off. But I have no idea how to make the web base remote desktop application possible in Servlet / JSP. For now i know little bit of database related work in servlet/ jsp. If you have any idea about the stuff i need to master for these task please share.

thanks
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic