How do i deploy a java application on windows azure(我如何在 Windows azure 上部署 Java 应用程序)
问题描述
您好,我是一名计算机科学专业的三年级学生,我已经在 netbeans 上用 Java 创建了一个三年级的项目,现在我想将它部署到具有 Windows azure 的虚拟机上.重点是我希望能够在任何连接到互联网的计算机上使用这个应用程序,只需访问云,而不必每次都安装程序(就像你可以在 Steam 上玩任何游戏一样)在任何电脑上).现在的问题是,有可能吗?如果有,我该怎么做提前致谢
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
推荐答案
作为 的成员Cloudify 开发团队我想推荐以下:
As a member of Cloudify development team I would like to recommend the following:
Cloudify for Azure 提供了这一点.创建它是为了让您可以轻松地在 Azure 上使用任何 Java 应用程序.
Cloudify for Azure provides just that. It was created to allow you to easily on board any Java application on Azure.
Cloudify 是一个免费的开源项目,作为 CloudifySource org.
Cloudify is a free Open Source project maintain as part of the CloudifySource org.
这篇关于我如何在 Windows azure 上部署 Java 应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:我如何在 Windows azure 上部署 Java 应用程序


基础教程推荐
- Java Swing计时器未清除 2022-01-01
- 多个组件的复杂布局 2022-01-01
- 大摇大摆的枚举 2022-01-01
- 如何在 Spring @Value 注解中正确指定默认值? 2022-01-01
- 在 Java 中创建日期的正确方法是什么? 2022-01-01
- 如何在 JFrame 中覆盖 windowsClosing 事件 2022-01-01
- 不推荐使用 Api 注释的描述 2022-01-01
- 验证是否调用了所有 getter 方法 2022-01-01
- 从 python 访问 JVM 2022-01-01
- Java 实例变量在两个语句中声明和初始化 2022-01-01