Showing posts with label Proxy. Show all posts
Showing posts with label Proxy. Show all posts
Wednesday, 15 April 2009
instanceof vs. HibernateProxy and inheritance
I posted something over on my blog about the exciting things that can happen when Hibernate proxies your base class to wrap an instance of your sub-class.
Saturday, 10 May 2008
Debugging client-side issues without access to source
If you're trying to debug a client-side issue without having access to modify the source code, it can be very tricky to try things out - especially in IE without handy tools such as Firebug. This is where Proxomitron comes in handy.
It's a handy proxy that lets you hot-replace code before it's delivered to the browser, based upon rules that can be customised quite heavily (including using regexps).
Get it here: http://www.proxomitron.info/
There are also many preset filters that can be edited or copied to make things easier.
It's a handy proxy that lets you hot-replace code before it's delivered to the browser, based upon rules that can be customised quite heavily (including using regexps).
Get it here: http://www.proxomitron.info/
There are also many preset filters that can be edited or copied to make things easier.
Subscribe to:
Posts (Atom)