Skip to content
Muhammad Hewedy edited this page Mar 15, 2017 · 12 revisions

spwrap is a simple framework to facilitate calling stored procedures from Java code.

The idea behind it is very simply, using Java Dynamic proxy to call wrap the call around some DAO interfaces and collect the required information from method-Level annotations to pass it to JDBC API calls.

You can easily start working with it, it depends on nothing but jdk >= 1.5 and slf4j-api for loggin, just import it via maven or gradle and start use it.

You can see Example projects at github

Click on a topic from the right-side menu for more information.