Sunil Tiwari wrote:Hi,
Was wondering about what is cloud and how java applications are deployed and tested on the cloud?
Sunil
In my opinion: Cloud is nothing but a collection of resources- Software, hardware. Deploying Java applications or
testing them is just like how you would do when you deploy it in a application server. So in Cloud computing- You can request for some initial hardware resources and deploy you application. As and when your hardware requirements increase you can ask for more hardware resources.
I would like to hear from the other members and correct me if am wrong.