-1
Hello, I participate in a volunteer project at my college and would like to create a Web Service to help in the internal process and learn a little more about the subject. Our team has the following environment:
- A website hosted at Hostgator.
- A software that uses the database provided by Hostgator.
However, I would like to create a system to interact the site, the software and another application (Android and iOS), so the need to create the Web Service. The initial idea was to create it in java, because I have more experience and ease in dealing with the language, but Hostgator does not support Java, as I was informed by the support. Furthermore, I believe that website hosting services cannot be used to maintain a Web Service.
Here comes the doubt:
Is there any way to host the website and web service on the same hosting service? How?
If it is not possible, there is another type of service in which I can maintain both or I have to leave the site there and the Web Service in another service?
I have researched here and in other forums, but I did not find an answer that fully answer.
If you know any course, video lesson, bibliography, website, tutorial that can complement the answers, it would be of great help.
Philip, I’m a layman too, but have a suggestion. What if you could create the Java webservice yourself, host on a college computer that isn’t shut down, and use services like no-ip or ddns to access it? Have you ever thought of such a solution? I know it may not be the best thing, but maybe for the beginning of the project I can help.
– Rodrigo Tognin
You can take an Amazon computer and assemble whatever you need there. There is also the possibility to use Heroku https://devcenter.heroku.com/articles/getting-started-with-java#Introduction
– Lucas Brogni
@Rodrigotognin this was one of the first solutions I tried, but my college is kind of restricted to let students use these services :s And also because it’s a student-only project it would be a cool learning experience to do it all from scratch. But I appreciate the help anyway.
– Felipe Martins