Thursday, October 27, 2011
Fundamentals of Extensible Business Reporting Language Dimensions
›
What is XBRL dimensions: XBRL dimensions specification is a modular extension for the XBRL specification. It uses the segment and scenario ...
Saturday, October 22, 2011
Java Compile Time Method Binding
›
Introduction: It appears to be a simple process to determine which method a particular method invocation refers to, but it still needs page...
Thursday, October 13, 2011
Manipulating Java Class Files with ASM 4 - Part Two: Tree API
›
What is ASM tree API: ASM Tree API is the part of ASM that lets you create/modify the class in memory. The class is viewed as a tree of inf...
4 comments:
Thursday, October 6, 2011
Manipulating Java Class Files with ASM 4 - Part One : Hello World!
›
What is ASM: ASM is an open source java library for manipulating java byte code. So it has the same purpose as Apache BCEL. As this article...
13 comments:
Thursday, September 29, 2011
A Detailed View of Extensible Business Reporting Language Instance
›
Introduction: XBRL instance is the XML document that contains the real data in an XML format. This document expects a fundamental knowledge...
1 comment:
Thursday, September 22, 2011
A Detailed View of Extensible Business Reporting Language Taxonomy
›
This is the second article in the extensible business reporting language series. If you have not read the first one, you can read it here ...
2 comments:
Thursday, September 15, 2011
Implementing Aspect Oriented Programming Framework - Java Instrumentation
›
What is Aspect Oriented Programing: Aspect Orented Programing or AOP is a design pattern or programming practice, in which the code for cr...
2 comments:
‹
›
Home
View web version