How to deploy java application on windows azure

Hi, I am a 3rd year student in computer science and I created my 3rd year project in java on netbeans and now I want to deploy it on a virtual machine with azure windows. The fact is, I would like to be able to use this application as 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 for a couple on any PC). The question is, is it possible, and if so, how to do it? thanks in advance

+4
source share
4 answers

As a member of the Cloudify team, I would like to recommend the following:

Cloudify for Azure provides just that. It was created so that you can easily use any Java application on Azure.

Cloudify is a free, open source project supported as part of CloudifySource org.

+6
source

Today, we announced support for deploying Java web applications on Windows Azure websites - http://azure.microsoft.com/en-us/documentation/articles/web-sites-java-get-started/ - check it out.

+3
source

Yes! With Windows Azure, you are not limited to .NET. You can use Java, Python, Node, PHP ... There are some good tutorials on the official Windows Azure website.

Alternatively, you can take a look at the Interaction Modernization website.

+1
source

You can also try the Azure Runme project. From what I know, there are commercial projects that use this project to run their Java applications on Azure.

0
source

All Articles