Archive for January 2011
Wanna play 'Sheela ki Jawani' when something erroneous happens in your Code??

This post is in continuation of my earlier post - "using log4j for various logging events"
We all are familiar with log4j (if you are not then you can read out here). We all know about different types of appenders available like - File Appender, Console.
Accessing Social Network using 'Spring Social' and 'Scribe' APIs

Few days back I came across Spring social API library developed to access social networking sites from within the Java programs and finally Today I got chance to explore it :)
The current milestone includes templates for Twitter, Facebook and LinkedIn..
Understanding Basic Financial System..

From a bird’s eye any financial system looks like as shown below (self explanatory):
In any Financial system we have Accounts, Portfolios, Positions, Orders, and Transaction etc. Let's understand these in details.
EQUITYThe term's meaning depends.
Maven - creating a Jar from contents of another Jar file
Recently I came across a situation where I had to create a jar file with similar contents as of some other available jar. As using maven we cannot copy one jar file within another and also I didn't want to reinvent the wheel again so here is how I achieved.
Using log4j for various logging events ...
We all are familiar with log4j and use it in our projects to log various information. One of the most stunning features of log4j API is its manageability. Once the log statements have been inserted into the code, they can be controlled with configuration.
Posted by Unknown