Here I am going to explain how to creat a simple pdf file with java pdf library called iText. There are other well known similar frameworks like Apache cocoon, and PDFBox which are good and mature. But I choose to use iText, because of its popularity and support, and infact it is very good for pdf generation from scratch. Read the rest of this entry »
Junit friends DBUnit and Spring test framework :-)
Posted Under (DBUnit, JUnit, Spring Framework) by Ramraj Edagutti on Aug Thu, 2008
No CommentsNow-a-days TDD(Test driven development) is defacto standard in software developemnt. Don’t know what is TDD? It is all about writing unit test cases for your business logic or for your data access layer a.k.a DAO layer before you actually implement end-to-end implementation logic. Read the rest of this entry »
