|
From: Solomon D. <sd...@gm...> - 2008-11-04 12:09:06
|
I'm pretty happy with where the resteasy-spring integration is going. I'm trying to figure out what's next. Here are some ideas. Please confirm : 1) Change ResteasyProviderFactory to not be a singleton reference, but rather to be a ThreadLocal (or something else that won't break NIO servers). It's current singleton-ness prevents creating multiple instances of the ProviderFactory 2) Documentation! (and a blog entry) 3) Rename from resteasy-springwebmvc to resteasy-spring, and remove the spring dependencies from resteasy-jaxrs. This begs the question: Should the spring disptacher servlet or the resteasy dispatcher servlet be the "preferred" approach for spring integration? 4) reduce the duplication in the Spring MVC classes (namely ResteasyHandlerAdapter) and SynchronousDispatcher. 5) spring NamespaceHandlers for syntactic sugar Any other thoughts? |