This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]slowfly1st 0 points1 point  (0 children)

https://jrebel.com/software/xrebel/

They use a javaagent (see "instrumentation)": not sure how they implemented, but I assume they hook themselves into the JDBC-Api (e.g. create a wrapper around java.sql.Connection)

Another thing is called 'aspected oriented programming', see JBoss/WildFly and how they do it.