Flex/Air replacement for desktop [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 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

Related

Is there any solution to convert Android app to Nokia symbian or java? [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 have to run my Android app on another platform, such as Nokia Symbian or Java. Is there any solution for such a conversion?
No. The APIs are far too intertwined with the Android OS. Symbian or Java will not offer the same set of classes for display, OS integration, apps, accelerometor/sensors, and almost anything else.
You can, however, refactor OS-agnostic code into new classes and reuse those for Java platforms.
You better try sencha phone gap to create application run on different platforms..

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.

Open source mailing list software with web services [duplicate]

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
Can anyone recommend a based open source mailing list software ?
The following would all be desired if possible:
Java as the underlying language, as we have people who are experienced with Java
Something which is packaged as a war and can be dropped into a Tomcat server
A sleek interface
Underlying data should be reasonably transparent
Good support for groups - sometimes we want to send mail to everyone, sometimes only people working in a certain area etc.
This is for a non-profit tax-payer funded research organization, so open-source (free) is a high priority. Thanks.
http://subetha.tigris.org/
Apache James http://james.apache.org/server/2.3.2/mailing_lists.html

Google App Engine Java Backend [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'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).

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.

Categories