Other News

Community

Little mysterious RowMatch

(kishore.kondepudi) Incidentally this was the first piece of code i ever wrote in ADF.The requirement was we have tax rates which are read from a table.And there can be different type of tax rates called certificates or exceptions based on the rate_type column in the tax rates table.

Community

InnoDB locking

(Mark Callaghan) How well do you understand InnoDB locking? The documentation is good but would benefit from a few examples. If you want to debug contention for InnoDB then you need to understand record, gap and next-key locks, the reasons for using next-key locks and the locks used by different sta

Community

XML from class

(Subrata Mohanta) Many times we face the requirement of generating XML files based from an class structure. Because XML is light weight and can be passed between applications easily.So I have tried to create a group of generic methods which can be used to generate the XML files based from the class