Archive for December, 2007
Rendering Jasper Reports as HTML
Attached below is a sample file on rendering Jasper Reports as HTML. This post is a follow up of my earlier post Jasper ireport.
The code can be easily altered to render report in other types too.
5 comments December 5, 2007
Encode Query String
I feel certain java script features cool to use.
Recently came across a simple and beautiful function escape(<String>).
It accepts a string with special character(s) (not common across networks interpretin data) and gives back the encoded string (in hex).
I came to know about this little function is when i has to form QueryString with non ascii compatible characters to be sent across network. I find DevGuru to learn these types of small yet producting techniques to survive web and http in particular.
Add comment December 4, 2007