Skip to main content

Posts

Showing posts from 2010

JSON Optimizing for Faster Rendering

All web applications have fast rendering as one of the primary goals, JSON is a preferred choice in most of AJAX based applications because it is lightweight data interchange format. Consider a scenario where you have to read data from database and render it on UI, typically the steps which will be followed are: a. Send request data to server using AJAX calls b. At server end invoke the Business layer c. Business layer calls the database layer d. Data returned from database layer is populated into business objects e. From business objects build JSON objects, send them back to client f. Client use Javascript libraries to render data on UI. If everything works fine for you, you can stop reading right now, because you are achieving the required goal in the best way. But in real world this might not be working for you because of performance issues at one or the other step mentioned above. Here are few performance tips, they might suite in some of the scenarios and might be th

Drools - An overview

For Java based applications the most challenging part has always been the business logic maintenance, and pick any applications which you find complex and if we ask ourself how complex it would be moving forward, the answer will always be nX times. What do we do ? Drools comes for Rescue as a Rule Engine. Drools provides mechanism: a. To write business logic in simple english language b. Easy to maintain and very simple to extend c. Reusability of logic by defining keywords in a DSL file and using them in DSLR file. But be careful nothing comes free, everything takes cost in terms of memory and time space. Use Drools if you really have : a. Business logic which you think is getting cluttered with multiple if conditions because of variety of scenarios b. You will have growing demand of increase in the complexity c. The business logic changes would be frequent (1 - 2 times a year would also be frequent) d. Your server's have enough of memory as it is a memory hungar

Give Me Some Sunshine Keyboard Notes

No doubt about the movie of this song that was one of the best movies but I liked this song and thought to play it, was able to work on some of the begining lines, here are few song notes. Sa Re Umar Hum Ga Ga Re Sa Re Mar mar ke jee liye Ga Ga Re Sa Re Loved playing this song, will work on chords next weekend.