Hi I am a 3rd year computer science student and I have create a my 3rd year project in java on netbeans and I now want to deploy it onto a virtual machine with windows azure. The point of this is that I would like to be able to use this application as is on any computer connected to the internet simply by accessing the cloud and without having to install the program every time (something like how you can play any game on steam on any pc). The question now is, is it possible and if so how do I do it Thanks in advance
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Yes! With Windows Azure you're not limited to .NET. You can use Java, Python, Node, PHP ... There are a few good tutorials to get started on the official Windows Azure site.
Besides that you might want to take a look at the Interoperability Bridges website. |
|||
|
|
|
You can also try the Azure Runme project. From what I know, there are commercial projects that use this project to run their Java apps on Azure. |
|||
|
|
|
As a member of Cloudify development team I would like to recommend the following: Cloudify for Azure provides just that. It was created to allow you to easily on board any Java application on Azure. Cloudify is a free Open Source project maintain as part of the CloudifySource org. |
|||
|
|