Amazon API to submit an order [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 5 years ago.
Improve this question
I'm trying to develop a tool to order from Amazon. is there an Amazon API or a Java Plugin to do so?
I tried my best to find a solution but couldn't

It appears you used to be able to do this through corporate accounts, but they no longer exist. According to this post on the AWS dev forums, Amazon does not have any APIs for submitting orders.
However, you may be able to find other services not created by Amazon. I don't have experience with any, but I was able to find a candidate Zinc API (you need to apply for an access key).
Lastly, you did not include any information about your use case, and I'm not sure if it violates Amazon's TOS, but you may be able to just send REST requests from Java or create a Selenium bot.
Again, I have not used any of these suggested tools for Amazon's services and do not know if they violate TOS or will be successful.

Related

How to fetch data from aws iot platform [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 want to fetch data from the AWS IoT broker. An API is available on github and its complete documentation is available on the AWS official site for this purpose.
https://github.com/aws/aws-sdk-java/tree/master/aws-java-sdk-iot
http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/index.html
I could not find a single example for it in java supporting MQTT or HTTP protocol. Are there any examples?
thanks for trying out AWS IoT. Few parts to the answer.
First, the Java SDK is still in the works. Node, Android and iOS(Swift) are posted so far. You could reuse the Android work, but...
Second point, AWS IoT supports straight up MQTT/TLS connections so you could just use the off the shelf Paho client. Docs are here
For HTTP posting, you can simply use the CLI. Hope this helps

Sign in through Steam with Java [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 5 years ago.
Improve this question
I want to use STEAM-LOGIN in my JSF2 web application. I found this in Steam Web API documentation:
"Steam can act as an OpenID provider. This allows your application to authenticate a user's SteamID without requiring them to enter their Steam username or password on your site (which would be a violation of the API Terms of Use.) Just download an OpenID library for your language and platform of choice and use http://steamcommunity.com/openid as the provider. The returned Claimed ID will contain the user's 64-bit SteamID. The Claimed ID format is: http://steamcommunity.com/openid/id/"
Here are my questions:
There are several OpenID libraries for Java, which one should I use?
I have no idea how to implement redirection to Steam login page and back to my page
I found some examples for PHP but nothing for Java.
You can use pac4j. It has openid connect support.
They also have several implementations that they offer here.
You can see here an example of pac4j's j2e implementation.

Confluence Group API [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 3 years ago.
Improve this question
We're creating small spring MVC 2.5 add-on to confluence. Currently we are investigating group management and read/write access to specific functions of our site.
Our architecture is a bit complex and I'm still learning, however on left side we have LDAP with groups and users, in mid there is our confluence that manages mentioned groups and users, finally on right side we have spring MVC.
Is there any Confluence API that can help me to manage groups ? During search I found this, however I'm not sure is it proper or not - testing it is also hard because of deployment.
After some search and tests I found an interface that is sufficient for our needs UserAccessor.getGroupsAsList() returns all groups in confluence and helps to manage them.

Where to get the Oracle Security Developer Tools [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 5 years ago.
Improve this question
i want to use some Methods of the Oracle Security Developer Tools Crypto Java API.
For Example http://download.oracle.com/docs/cd/B31017_01/security.1013/b25378/index.html.
But I didn´t found where i can get (download / buy) them.
Tell me I am stupid, but please tell me also, where i can get them.
I searched half a day in the Web and I always found the API reference but never a Link to download it.
Sorry, if it is obviously, but I don´t see it.
Well, on the assumption that you have a valid Oracle installation, then from the docs:
The Oracle Security Developer Tools are installed with Oracle Application Server in ORACLE_HOME.
If you don't have access to the install, ask your hosting team to get them for you. A few quick searches on the usual jar-finding sites all seem to indicate that the oracle security tools are definitely pay-for-play and aren't legally available outside of an oracle purchase.

Moodle with Java Or any other LMS that fits this requirement [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 3 years ago.
Improve this question
My requirement is to access moodle as a backend engine and front end will be mint in Java[jsf]
now I want to know that is there any interface available to access Moodle from Java , using WebServices or any APIs or anything.
Initially I tried using Sakai which is in Java, but the problem is there is no clear API written for it.
So let me know the option for using Moodle from JAVA.
Also if it is possible than what will be the feature available through the WebServices or API. ?
Or any other LMS that is in Java and provide API or WebService to make this working.
I reviewed many LMS (dokeos, docebo, ATutor) last year and to be frank all of them sucked. Moodle was the most stable, had more plugins and a huge community.
I came across Project Sakai, I havn't tried it, but sounds promising. Something very interesting from Google is cloudcourse (in python I guess, but looks awesome demo). But not a complete LMS (compared to moodle).
You forgot to add Chamilo they have a list of available web services (SOAP) that you can use to create courses, users, add users to courses, etc
https://www.olat.org/ and https://www.openolat.com seem a good alternative to moodle.

Categories