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 am working on an embedded device which has Android OS on it, Its not a smartphone. I need to write a webserver in android for which I am using iJetty. I am planning to have service expose as REST webservice. For this I am looking at light weight REST server framework that I can use inside by apk file.
I did some research and found Restlets for Android
Do you know of any good light weight REST server framework that you would like to recommend?
Related
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 would like to automate some of the webservice testing by using java. Is there any opensource available in market. As long as I known about Apache AXIS which can automate webservices. But I didn't get clear details about it. like where I should start. Please share some source material for learning purpose.
I just came across XML Messaging tool for api testing, and the below site is helped me to achieve what I want.
http://www.inf.fu-berlin.de/lehre/SS03/19560-P/Docs/JWSDP/tutorial/doc/JAXM.html
however, you may share your experience.
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'm interested to create android application that have all the functionality of PC mouse,keyboard and it can control the connected PC via wifi but I have little knowledge about this and I don't know where to start.I like to know are there are any protocol to do this,are there are any open source code project that i can download?
You should understand that this is not just Android application.
This is a pair of applications:
Computer - server
Android - client
And you get to decide how they will communicate. You can write your server application on C++, which will receive data via BlueTooth with Android and call the system API.
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 already developed my first swing and spring apps, i was wondering if there are any cross platform frameworks for java mobile (android and IOS) app development, if not what frameworks would u suggest.
2 Frameworks that I know of, aimed at game development:
PlayN
LibGDX
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
Im developing a home control system that i can use in my home. I've figured how to control lights, AC/Heat and alarm with a java application that i made. But there is one thing that i cant figure out how to do. I want to play music from spotify on my speakers, with this java application that i made. I've figured out how to play music from a library on my server, but i can't find a example on how to get acces to the spotify library with java. Is it possible at all? If so, how can i do it?
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 have a website with tomcat 7 as a server and mysql db.
Also, I have a few rest services (jersey).
Now I want to implement a login to my website with user and password through iOS/Android devices and to secure all rest services.
I heard about the oauth protocol and it seems very good for my needs but I can't find any good tutorial on the net how to add this oauth protocol to my website.
Do you have good tutorials for me with code examples?
Thanks