Open Source application on GAE/Java [closed] - java

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Is there any Free and Open Source web application which is developed on Google App Engine's Java platform?

I guess there are many. Here's mine: https://memwords.appspot.com/. Its source code is hosted on Google Code. See http://code.google.com/hosting/search?q=label%3aAppEngine for a list of other projects hosted on google code and labeled with AppEngine.

Related

Free hosting of Spring war file [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I'm new into web hosting and wanted to host a .war file, that uses Spring technology, for free. It is just a small application and I don't want to pay any money for the hosting. Has anyone an idea?
By the way, I'm not really into networking, unfortunately.
Try heroku, you can find details here:
https://devcenter.heroku.com/articles/war-deployment

Crossplatform Java framework [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I'm searching for java framework like libgdx (you create code and it can be used for android, web and desktop applications), but with more comfortable GUI creation tools (like QtCreator). Does something like this exist?

Does JavaFX have examples of popular apps? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
JavaFX has been released a long time ago. But I didn't hear about any popular or big production ready projects built with this technology.
Opening the answer to everyone...
Though this question is primarily opinion-based, but I would still like to throw some examples. These may not be very popular, but are good enough to be used by a few people:
SoapUI
LoadUI
VRL Studio

How many open source projects are hosted on Maven? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I couldn't find any public data about the number of hosted project in Maven. I'm particularly interested in Java programming language and open source projects.
Is there any official statistics?
Maven Central's site has some stats, like that it contains over 100,000 unique artifacts, but it doesn't break it down by language or license.

how to post a photo from android to the cloud and grab its url alter? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I want to write an android app that post a photos to any cloud sotrage service (free)
and then saves its published url in local DB.
Is there any API that allows this?
See this official tutorial for a simple app that uploads a photo to Google Drive.

Categories