简体   繁体   English

如何使离线 Java 应用程序在线可用?

[英]How to make an offline java application available online?

I have developed an offline java application and i would like to host it online in internet.我开发了一个离线 java 应用程序,我想在互联网上在线托管它。 I am not sure how to adapt my code as an webapplication.我不确定如何将我的代码调整为 Web 应用程序。 How to adapt html css to my code?如何使 html css 适应我的代码? (as i already have GUI). (因为我已经有了 GUI)。 thanks.谢谢。

Not able to find the right example or how tos on internet无法在互联网上找到正确的示例或方法

You can use some cloud services to run your application, for example you can use AWS (aws.amazon.com/cloud‎).您可以使用一些云服务来运行您的应用程序,例如您可以使用 AWS (aws.amazon.com/cloud )。

Steps you need to perform:您需要执行的步骤:

  • register your account there;在那里注册您的帐户;
  • add credit card (it's gonna take like a few dollars from that);添加信用卡(这需要几美元);
  • install application container (like tomcat);安装应用容器(如 tomcat);
  • deploy your application to tomcat server (for example);将您的应用程序部署到 tomcat 服务器(例如);
  • run tomcat (for example).运行 tomcat(例如)。

That's all, enjoy your application online.就是这样,享受您的在线申请。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何使用离线和在线数据库创建Java桌面应用程序,并定期进行同步? - How to create java desktop application with offline and online database, syncing periodically? Java / adobe air中的脱机在线应用程序体系结构 - offline online application architecture in java/adobe air 如何在Android应用中离线使用图片? - How to make images available offline in an android app? 在线和离线的单一申请 - Single Application for Both Online and Offline 如何为在线用户提供保存/下载我使用Java Applet创建的图像? - How can I make an image available for an online user to save/download that I've created with a Java Applet? 如何使用基于REST的应用程序实现在线/离线功能? - How do I implement online/offline feature with REST based application? 如何构建同一Web应用程序的联机和脱机版本 - How to build Online and offline versions of same web application 在线PDF可用于离线视图(缓存) - Online PDF available for Offline view (Caching) 构建Java应用程序后如何使属性文件可用 - how to make a properties file available after building a java application 如何在java websocket上线后发送离线用户的消息? - How to send messages of offline user after getting online in java websocket?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM