Rajendra Enterprises

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Tuesday, 6 December 2011

working with jasperreports.properties

Posted on 02:08 by Unknown

jasperreports gives us numerous properties settings that we can customize at design or compile time and
modify/control the execution of reports.

Jasperreports has his own default settings and it reads it from its jar file jasperreports-x.x.x.jar with the file name default.jasperreports.properties, unless you specify differently. Property file gives us flexibility of changing its execution
Read More
Posted in jasperreport | No comments

Wednesday, 5 October 2011

Calling Oracle Stored Procedure in JasperReports

Posted on 04:14 by Unknown





In my previous article I have very briefly explained how  PLSQL has been supported in jasperreports. But it is not that easy when it comes to different databases. Here I will present how we can call stored procedure from jasperreports. For this sample I have used iReport  4.1.2 designer and Oracle database, it is supported in previous versions as well, may be with minor changes.

Well to
Read More
Posted in jasperreport | No comments

Tuesday, 20 September 2011

Understand Hashmap Better

Posted on 04:23 by Unknown


table.sample {
border-width: 1px;
border-spacing: 0px;
border-style: solid;
border-color: black;
border-collapse: collapse;
background-color: rgb(255, 255, 240);
}
table.sample th {
border-width: 1px;
padding: 1px;
border-style: inset;
border-color: black;
background-color: rgb(250, 240, 230);
-moz-border-radius: 12px 12px 12px 12px;
}
table.sample td {
border-width: 1px;
padding:
Read More
Posted in JAVA | No comments

Wednesday, 20 July 2011

Accessing parent window function from modal window

Posted on 01:28 by Unknown
if you create a modal dialog window and try to access any function from parent window, well its not possible, any browser will not allow you to access parent window functions unless it is a normal window. so the alternate possible solution is as below
modal window can return a value to parent window's calling function, so based on its value you can either change parent window variables or call
Read More
Posted in JavaScript | No comments

Wednesday, 16 February 2011

ClassNotFoundException or NoClassDefFoundError.. what the hell is going on...

Posted on 07:22 by Unknown
many a times we face "ClassNotFoundException" or  "NoClassDefFoundError"  and then we wonder what the hell is going on... not able to figure out what went wrong... some times we even see that even though class file or jar was exist in classpath, classloader unable to find it...
first try to understand that  "ClassNotFoundException" is thrown when specified class was not found in classpath by
Read More
Posted in JAVA | No comments
Newer Posts Older Posts Home
Subscribe to: Comments (Atom)

Popular Posts

  • creating a crosstab report with jasper report
    creating a crosstab report with jasper is became very easy task now... as I explore it I found it very easy and simple to do... the most ted...
  • Understand Hashmap Better
    table.sample { border-width: 1px; border-spacing: 0px; border-style: solid; border-color: black; border-collapse: collapse; background...
  • JNDI Basics
    Java Naming and Directory Interface (JNDI)Naming and Directory Concepts:Naming Concepts :In computer system every program that we write, cre...
  • javax.servlet.ServletException: java.lang.NoClassDefFoundError: javelin/jsp/JspFunctionMapper
    Recently I come across above error on weblogic 12c migration project, since  for my test I used fexisting old ear that was built for weblogi...
  • Getting started with Ajax: Basics.
    Background: I had used XmlHttp in my javascripts for quite long and extensively. espically dealing with grid control... but lately I come to...
  • Google TV
    Quick Tour - Google TV www.google.comGoogle TV is a new experience that combines TV, the entire web, and apps -- as well as a way to searc...
  • Procedure / plsql support in jasper report
    I am not very sure from which version Jasper started supporting this feature, but recently when I was evaluating 3.7.5 version I suddenly ex...
  • (no title)
    Well I come alive today!!!! happy birthday
  • Understanding GC for Memory Problems
    Hi,This is my blog post on my organisation blog site.Please do visit part1 and part 2Understanding GC for Memory Problems: Part-1Understandi...
  • creating JAX-RPC web service using weblogic workshop
    Hi, Please find this attached word document explaining steps for creating JAX-RPC webserviceusing weblogic workshop.weblogic is extending th...

Categories

  • Axis2
  • enterprise
  • I am alive now
  • J2EE
  • jasperreport
  • JAVA
  • JavaScript
  • JMS
  • JNDI basics
  • MySQL
  • other
  • quick tips
  • web
  • weblogic

Blog Archive

  • ►  2013 (6)
    • ►  May (1)
    • ►  April (4)
    • ►  March (1)
  • ►  2012 (1)
    • ►  July (1)
  • ▼  2011 (5)
    • ▼  December (1)
      • working with jasperreports.properties
    • ►  October (1)
      • Calling Oracle Stored Procedure in JasperReports
    • ►  September (1)
      • Understand Hashmap Better
    • ►  July (1)
      • Accessing parent window function from modal window
    • ►  February (1)
      • ClassNotFoundException or NoClassDefFoundError.. w...
  • ►  2010 (7)
    • ►  November (2)
    • ►  October (3)
    • ►  August (2)
  • ►  2009 (10)
    • ►  December (1)
    • ►  September (2)
    • ►  August (1)
    • ►  June (1)
    • ►  May (4)
    • ►  April (1)
Powered by Blogger.

About Me

Unknown
View my complete profile