Getting Started with Amazon Web Services in NetBeans IDE
- by Geertjan
When you need to connect to Amazon Web Services, NetBeans IDE gives you a nice start. You can drag and drop the "itemSearch" service into a Java source file and then various Amazon files are generated for you.
From there, you need to do a little bit of work because the request to Amazon needs to be signed before it can be used.
Here are…