Day before yesterday I read a news about Facebook being sued by Yahoo for their social networking patents.. Every day I read a news about something is patented by some company, now I don't know about today's patent system, I mean how they approve them but I have seen some of the patents which are like a simple idea that any software developer can come up with but its patented... I read at least one news about some one being sued by someone for the patent that they have and we have seen(or I can say right now watching) the patent war which is happening between Samsung and Apple and Google and Microsoft on patents. These big companies buys companies with patents so that they can sue their competitors and block them to make profit. Word Wide Web I think was designed to make data or the information available to public but now it has became a patent web where if you do/design something you first need to check whether whatever you are developing whether is it patented, if yes then ?? is there any solution?? I don't know. In such web how a small startup can grow when there are these big fishes which are waiting for a small to fish to come up and then they will swallow it and then again sue someone!!!
Spring framework is one of the most widely used framework in Enterprise application development. It has so many features such as Dependency injection, Data access integration, MVC, AOP which takes care of most of the boilerplate part of project, and developers can then focus on business logic only. One of the important feature in Spring is AOP. It is used by almost every enterprise application which is being developed using Spring. AOP So what is AOP? Definition of AOP - Aspect oriented programming is a programming paradigm which aims to increase modularity by allowing the separation of cross cutting concerns. Well, my understanding of AOP is - AOP allows us to introduce/join new modules in your project at pre-specified dynamic locations without having to code for it. Traditional examples of AOP is Transaction management, logging etc. You can read more about AOP at here . This article is for those who know AOP, have used AOP in their projects but do not know how Spring or o
Comments
Post a Comment