| Author |
Example of reusing common functionality (like transaction management) using reflection and delegates
|
Hendra Kurniawan
Ranch Hand
Joined: Jan 31, 2011
Posts: 239
|
|
|
Can anybody give an example about reusing the same functionality like transaction management (begintrans, committrans and rollbacktrans) using two methods : reflection and delegates? thanks.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32712
|
|
Why on earth would you want to use reflection for that sort of thing?
This isn't a "beginning Java" question, so I shall move this discussion.
|
 |
 |
|
|
subject: Example of reusing common functionality (like transaction management) using reflection and delegates
|
|
|