About Siva Reddy
Katamreddy Siva Prasad is a Senior Software Engineer working in E-Commerce domain. His areas of interest include Object Oriented Design, SOLID Design principles, RESTful WebServices and OpenSource softwares including Spring, MyBatis and Jenkins.
List/Grid Author Archives Subscribe to the RSS feed of Siva Reddy

Spring & Quartz Integration with Custom Annotation
We know Spring has support for integration with the Quartz framework. But as of now Spring supports only static XML declarative approach. If you want to see how to integrate Spring ...

Are frameworks making developers dumb?
Last week I got to take interviews to hire senior java developers with around 5 years of experience. But after the interview process is over I felt like the frameworks makes developers ...

SpringMVC 3 Tiles 2.2.2 Integration Tutorial
Apache Tiles is a popular and mostly used templating framework for java based web application. Tiles became more popular because Struts 1.x uses Tiles as its default templating ...

Spring, Quartz and JavaMail Integration Tutorial
Quartz is a job scheduling framework which is used to schedule the jobs to be executed on the specified time schedule.JavaMail is an API to send/recieve emails from Java Applications. Spring ...

Spring MVC3 Hibernate CRUD Sample Application
To learn any web framework starting with a HelloWorld application is a good idea. Once we get familiarity with the framework configuration it would be better to do a CRUD (Create,Read,Update,Delete) ...

Java JSON processing with Jackson
JSON (Javascript Object Notation) is becoming a very popular data exchange format. While developing Web applications using Javascript frameworks like YUI, ExtJS, DOJO etc., we can use ...

Aspect Oriented Programming with Spring AOP
Aspect Oriented Programming (AOP) refers to the programming paradigm which isolates secondary or supporting functions from the main program’s business logic. AOP is a promising ...





