开发者

what does a developer need to do to adapt to cloud environment

开发者 https://www.devze.com 2023-02-04 01:10 出处:网络
is it as simple as u开发者_如何学Gosing a cloud server? or do i need to change my code ? i do nothing ? if yes ; what steps do i take to make my code cloud friendly ? Cloud is just a buzzword that cam

is it as simple as u开发者_如何学Gosing a cloud server? or do i need to change my code ? i do nothing ? if yes ; what steps do i take to make my code cloud friendly ?


Cloud is just a buzzword that came about to describe the trend that more and more software is available as a service running 'up there'. Its tied to the term Software as a Service. There is no such thing as a 'cloud server'. There are just servers running services. Those services might be WebServices, RESTful web services, or specific programs. For example, Google Docs is a cloud service -- your data is stored on their servers, or 'in the cloud'. You don't need to do anything to maintain/setup the service, it is just available.

For developers, everything stays the same. You really just use the APIs (SOAP WS, REST WS, jsonp, etc) that you need for the services you are accessing.

0

精彩评论

暂无评论...
验证码 换一张
取 消