Google App Engine Java Backend [closed] - java

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I've been googling for Google App Engine Backends code samples but I found nothing. Does anyone know where can I find a tutorial or something?
Thanks.

What in particular are you confused about? The backends documentation in Python and in Java are fairly complete, and there's nothing particularly special about writing code for backends (except as documented there): You simply define request handlers as per usual. It's just like writing a standard webapp, except without a time limit on requests (and the warmup request is guaranteed).

Related

Online Java scratchpad like jsfiddle [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am looking for something like jsfiddle but for java, so that code snippets and classes can be shared and tested.
At the moment, I am using a combination of pastebin and compileonline.com. I would rather not sign up for a huge online compiler service, just a quick and dirty code sharing/testing platform, that provides unique URL's for my code snippets.
I have seen other people asking similar questions:
https://stackoverflow.com/questions/15320286/is-there-online-compiler-for-java-like-jsfiddle
But there doesn't seem to be just the right tool. Anyone provide any pointers?
I tried using http://ideone.com/.
It supports a bunch of languages, including Java.

Flex/Air replacement for desktop [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I want to create a simple desktop admin application for an IOS app that will work with a REST api I've built.
Couple of years ago I would go with Flex/Air, just makes it very simple. But since I am butt-hurt with the way Adobe have handled Flash in general, I am looking to write it using some different tool.
So far, Java Swing looks rubbish (UI-wise I mean). Others aren't cross platform and often too complicated.
Any suggestion?
Have you heard of JavaFx
http://javafx.com/
Check it out, it is cross platform and a good UI framework for RIA

Google Guava Service tutorial or examples? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Are there any specific examples or tutorials highlighting the use of Google Guava's Service API? For my scenario, the user needs to run multiple tasks side by side or one after the another (one finishes, the next one begins). A task (service) will be started by the user, and stopped at some point in the future and Guava's Service API seems to fit my needs I am looking for a tutorial or example which shows the implementation to get started.
I think the closest thing we have is this page on the wiki.

Looking for an open-source, Java-based Personalization engine [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Maybe my google-fu is broken this morning, but I can't find anything that meets the general requirements of:
rules based (like jbpm/drools)
content/targeting centric (like the old ATG Personalization Server)
open source
java
Anyone have any pointers? Leads?
Thanks!
May be not exact what you are looking for but you can find a personalization engine in the two open source java cms systems
Hippo CMS
http://www.onehippo.com
It´s called personas, have a look at http://vimeo.com/64808537
Jahia CMS
But I think the personalization is only available in a lab version of Jahia.

Are there libraries or packages for creating .mobi files in a Java/Linux environment? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm trying to find a solution that offers either a Java api for writing .mobi files for sending to a Kindle, or something that's scriptable given a Linux environment. I have text data in a MySQL database that I want to offer as Kindle-friendly content.
I'd like to hear what tools people have used for this that work reasonably well.
There are Linux versions of the KindleGen tool available from Amazon here.

Categories