A proxy is an object that can wrap another object and expose the same interface. This proxy can be used the same way as the original object, but can contain extra functionality. It can be an important tool for Aspect-oriented programming. The following example shows how to make a proxy that logs the method calls [...]
Archive for февруари, 2010
Hibernate Annotations
февруари 5th, 2010
admin Hibernate Annotations This example is the same as the first example except that it uses annotations. There we first started by creating the .hbm.xml file, here there is no need to create it instead we will use annotations to do the object relational mapping. In addition to the already existing jar files you need to [...]
RSS Feed
Twitter

Posted in

