Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
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.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Improve this question
Does anybody have an example or a tutorial for Android/Windows Application like viber? I want to understand how viber works and how it is programmed and how it works with different application.
I want to see an example that uses a message-chat-system that can work with different application.
I tested different way to do this but I faced with problems, so I think that I did not choose good way to do it.
Thanks.
These kind of applications are developed using XMPP protocol and here is the sample for developing the server app in Google App Engine Using Java
Google App Engine and XMPP in Java
http://xmppjingle.blogspot.in/2009/11/google-app-engine-xmpp-services-example.html
http://googleappengine.blogspot.in/2009/10/interactive-xmpp-demos.html
http://googlecloudplatform.blogspot.in/2013/07/multi-channel-chat-with-twilio-and.html
Related
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 wondering is there an app that support java programming in iPhone? As we use eclipse to practise java in windows system, what app can I find to get me run java in iPhone? Thank you for your suggestions!
I've never found an app that natively runs Java code, as that would be quite an undertaking for little reward. However, as long as you're connected to the internet, an app named CodeToGo may be of use to you. The programs written on it are sent to a server, run, and sent back with results.
I have not testet it yet, but you can try this:
http://www.zenjava.com/2013/08/01/javafx-on-ios-using-robovm-and-maven/
They say you can write Java-FX Applications for iOS
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
What can I use to write application for Windows Mobile 6.1 and 6.5?
Application was written before (not by me) using VB.Net 2008, but I really would like to move away from it to plain C/C++ or possibly Java.
Where can I start and what are my options? I don't have much experience with working with Windows Mobile.
There are several options which you may choose from.
As per http://msdn.microsoft.com/en-us/library/bb677133.aspx
Note: Java is not on this list and cannot be used for app development in Windows mobile.
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
There are lots of social engine based on PHP like SocialEngine and Boonex Dolphin, however I can't find one built from Java language. Is there any?
What I can find are just CMS, like Alfresco which is made with Java technology.
I'm not sure what you mean with social network engine.
If you want to host your own community try something like liferay. It has wikis, blogs, forums, etc.. You can integrate your own applications with it.
If you just want to connect to social services and integrate them into your application check spring-social.
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
Please recommend open source web applications that use velocity for html generation, that would be good examples to learn from.
Want to try using velocity for my next web app but want to learn from more experienced people first (:
Apache Roller does. Also the example applications that come with the VelocityTools project. Liferay. And plenty of frameworks include Velocity support and examples. Apache Click is one of the better of those.
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 find myself working in an environment where all I have access to is Tomcat + MySQL. No Apache, no PHP. I'm looking for a web interface to MySQL that will run under Tomcat (can't be a desktop interface, as the mysql port is not accessible).
I'm tried jMyAdmin and javaMyAdmin. I can't get either to work, and both lack documentation and community support. Can anyone make a recommendation please?
You might want to try JSPMyAdmin.
Why not a normal client, like squirrel? Any of the desktop clients (like squirrel) should really do 99.99% of what you would want to do with phpmyadmin... why do you need something java-ish to run on the server?