In order to do a database project in eclipse, we need to install a hibernate plug-in.
Go to Help -> Install New Software -> Work with: Add the following link - http://download.jboss.org/jbosstools/updates/stable/
1. Check Select the required installation files and click Next.
2. I have selected Web and JavaEE Development.
3. Proceed to accept license agreement and click Install.
4. It will ask to Restart and you are done.
See my next post to create a new hibernate project.
Sriharsha's Tech Blog
Tuesday, March 1, 2011
Monday, February 21, 2011
Enable InnoDB in MySQL
Here is a link explaining how to enable InnoDB in xampp - http://www.mydigitallife.info/2006/10/21/enable-mysql-innodb-storage-engine-support-in-xampp-installation/
Labels:
Enable InnoDB in MySQL,
InnoDB,
InnoDB in MySQL
Sunday, January 9, 2011
jquery interfering with rich:tabPanel and rich:tab
I had included the jquery file into my project and found that it interfered with the rich:tabPanel and rich:tab of jquery. The solution to this is to use - jQuery.noConflict(); . Declare a variable containing like $j = jQuery.noConflict(); and replace "$" with "$j"
e.g -
e.g -
Wednesday, December 29, 2010
Excellent HTML Table design CSS
Got some excellent design clues from here -
http://www.smashingmagazine.com/2008/08/13/top-10-css-table-designs/
http://www.smashingmagazine.com/2008/08/13/top-10-css-table-designs/
Labels:
css,
design table css,
html table css,
html table design
Monday, December 13, 2010
Empty Subreport in jasper report
In case your subreport gives empty/ blank screen, chances are it may be due to datasource problem.Remember to add the following in subreport tag(in case of empty datasource)-
and it should look somewhat like this -
and it should look somewhat like this -
Tuesday, December 7, 2010
Exception - java.lang.NoClassDefFoundError: org/apache/poi/ss/usermodel/Font
If the exception as -
org.springframework.web.util.NestedServletException:
Handler processing failed;
nested exception is java.lang.NoClassDefFoundError:
org/apache/poi/ss/usermodel/Font
shows, adding the poi jar from http://poi.apache.org/download.html
helps to get going.
Wednesday, December 1, 2010
Creating Interactive Jasper Reports using parameters and variables in iReport
To create an interactive jasper report using iReport, we can use parameters in jasper report.
1. Create a new parameter -
2. Use the parameter in the query -
3. Use the required variable in detail band to display a list.
Subscribe to:
Posts (Atom)