Details
-
Type:
New Feature
-
Status:
In Progress
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
This has come up on the list before
http://markmail.org/message/2jcqzbdcl2qvg7a2
but it'd be very handy to be able to convert a JDBC ResultSet to a JSON POJO using the Jackson ObjectMapper stuff, so folks could easily stream JDBC ResultSets as JSON/XML from JAXRS resources. Might be nice to have folks use Jackson and Brian's jDBI together etc.
Extra beer tokens, if Jackson could convert a ResultSet into a (lazy) List<MyPojo> so that folks can use Guava/Java8/Scala/Groovy/Kotlin map/filter stuff on the result set beans first before rendering the JSON.