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 应用程序
基础教程推荐
- 如何使用 Eclipse 检查调试符号状态? 2022-01-01
- 如何在不安装整个 WTP 包的情况下将 Tomcat 8 添加到 Eclipse Kepler 2022-01-01
- Java 中保存最后 N 个元素的大小受限队列 2022-01-01
- 由于对所需库 rt.jar 的限制,对类的访问限制? 2022-01-01
- 在螺旋中写一个字符串 2022-01-01
- Spring Boot Freemarker从2.2.0升级失败 2022-01-01
- 首次使用 Hadoop,MapReduce Job 不运行 Reduce Phase 2022-01-01
- 如何强制对超级方法进行多态调用? 2022-01-01
- 如何使用 Stream 在集合中拆分奇数和偶数以及两者的总和 2022-01-01
- 如何对 HashSet 进行排序? 2022-01-01