Wolfgang,
here is an example Dropwizard application where Authentication, Configuration and database access using Hibernate are used.
The application is discussed in several tutorials:
- First Steps
- Authentication, Configuration and HTTPS
- Connecting to a Database using Hibernate
- Connecting to external REST Web-services using Jersey Client
And here is another example, where one can store bookmarks for authenticated users and access data via REST API.
Good luck.