Results 1 to 3 of 3

Thread: Implementing ConnectionRepository

Hybrid View

  1. #1

    Default Implementing ConnectionRepository

    Hi guys,

    Are there any tutorials or similar for implementing a ConnectionRepository? I've only found JdbcConnectionRepository and MockConnectionRepository, so I guess I need to implement my own as I've got my User object overriding UserDetail and being stored in Mongo, pulled up via Spring Data.

    Cheers

    Nik

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    Please review the latest codebase in github for the upcoming M3 MultiUserServiceProviderConnectionRepository/ServiceProviderConnectionRepository structures. Quite a lot has changed in this area particularly since M2. You can use the Jdbc-based implementation as an example, and there is also a Sql-Lite-based implementation now in the Spring Android codebase. We definitely welcome a Mongo-based repo implementation contribution!
    Keith Donald
    Core Spring Development Team

  3. #3

    Default

    Thanks Keith, I'll have a look there :-)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •