Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Looking for Amazon DynamoDB java library [closed]

I'm looking for a java library that allows the the persistence and retrieval of Java POJOs.

Some specific features I'm looking for:

  1. Annotation Mechanism for attributes describing how a POJO attribute should be stored.
  2. Store, Update and Delete methods
  3. Simple Finder mechanisms to facilitate the finding of data.
  4. Utility methods for creating/deleting tables

Thanks.

like image 948
user1172468 Avatar asked Apr 02 '26 02:04

user1172468


1 Answers

Check out the AWS SDK provided by Amazon. It contains all the features that you are looking for.

like image 135
nstehr Avatar answered Apr 08 '26 04:04

nstehr