Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
Hello I want to know how to deploy Java SE application on aws?
I have created one java application.Now I want to run
that application on aws
Try using Elastic Beanstalk. It will allow you to run your java app without needing to pull up a whole EC2 instance.
https://aws.amazon.com/elasticbeanstalk/?nc2=h_m1
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
Can I use xampp as a localhost for java or javafx to be specific? You see, I've been looking on the internet and all I see is sqlite which seems so complicated since I just started learning java and still unfamiliar in it.
XAMPP is Application bundle for PHP
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I need to create a java program which runs all the time since the boot, and I'd like to be able to comunicate with it when some some event (inputs from a hosted php server) happen.
In my mind there should be a daemon running and a way to give him some instructions, any suggestion? Is there a simple way to do that?
You could create an http endpoint and then do a post to it with the info that you want the service to handle
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I am developing a web application to move data from Microsoft SQL Server data to Cloudera Hadoop. Please give Some Suggestions.
So Sqoop2 is being actively developed for this exact purpose. Also, the Hue project has a Sqoop2 app, which uses Sqoop to batch transfer data.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
If I have a Java web project on github, is it possible to create a github page from the source files? Something like this (How is posible add several javascript libraries to main html?).
You can't run your Java application on GitHub. For this purpose you need an application server, for example Tomcat, Glassfish, or Wildfly. Github gives you the opportunity to show only HTML pages with JavaScript.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I'm looking for an Java based Application server which should be controllable within an Java application. I want to be able to start/stop the server within the application.
So far most App servers I looked at Glassfish, JBoss, are all controlled from the OS instead of being able to integrate into an existing Java Application.
Get a look at Winstone or Jetty, they are easy to embed in an application:
http://winstone.sourceforge.net
http://wiki.eclipse.org/Jetty/Tutorial/Embedding_Jetty