Binildas Christudas
Binildas C. A. is a senior technical architect at Software Engineering Technology
Labs (SET Labs) of
Infosys , and is a
Sun Microsystems Certified Enterprise Architect and a Microsoft Certified Professional.
You need to enable JavaScript to view more than 15 articles by this author.
Wire Hibernate Transactions in Spring
Publish Date: May. 18, 2005
The proper handling of transactions across multiple data stores, supporting multiple application flows, is the kind of heavy lifting J2EE servers were built for. But what if you're using the lighter-weight Spring framework? Binildas C. A. shows how you can wire Spring and Hibernate together to achieve the transaction support you desire.
Internals of Java Class Loading
Publish Date: Jan. 26, 2005
When are two classes not the same? When they're loaded by different class loaders. This is just one of many curious side effects of Java's class-loading system. Binildas Christudas shows how different class loaders relate to one another and how (and why) to build your own custom class loader.