Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

[14:06:10 CST(-0600)] <serac> we're still trying to have any eye toward generalizing this for all handlers, right?

[14:07:14 CST(-0600)] <battags> yes, but there are two levels. There is actually the CAS part which is completely generic, and the part that each handler must do to translate to the generic support

[14:07:25 CST(-0600)] <serac> Sure.

[14:07:31 CST(-0600)] <battags> the generic support is basically the exception heirarchy

[14:07:35 CST(-0600)] <serac> This may be a good use case for generics.

[14:07:49 CST(-0600)] <serac> Where there some contextual type T that would be DirContext for LDAP.

[14:07:56 CST(-0600)] <serac> Maybe something else for JDBC, etc.

[14:08:02 CST(-0600)] <serac> Connection maybe?