SlideShare une entreprise Scribd logo
1  sur  86
Lesson 1 Installation AND Configuration Using Eclipse BIRT to Develop Reports in a Java Based Application
Hardware Requirements Minimum Requirements  1 GHz  512 MB RAM (1 GB recommended) 300 MB free disk space
Software Requirement PC with following operating System: Windows Server 2008/2003/Vista Enterprise/Vista Business/XP Pro or UNIX platform Eclipse BIRT MySQL Apache (optional) Adobe Acrobat Reader & Flash Player (optional) Internet Connection (optional)
Steps to Get Started Install & Configure MySQL http://dev.mysql.com/downloads/mysql/5.1.html Install Eclipse BIRT Platform with All-in-one option http://download.eclipse.org/birt/downloads/ Configure Eclipse BIRT and MySQL using JDBC connection. http://dev.mysql.com/downloads/connector/j/
Installation and Configuration mySQL
Download mySQL To Download MySQL, go to http://dev.mysql.com/downloads/mysql/5.1.html Scroll down to MySQL Community Server  Download by selecting Windows 32-bit and clicking on Downloadbutton. (Appox.imately 40 M)
Download mySQL Click to Proceed to next step
Download mySQL Click on Save, to save the zip file to the local disk.
Download mySQL Click on Run button to start the MySQL installation process. Click on Run
Download mySQL Click on the Next button.
Download mySQL Select Typical Install and click on Next button.
Download mySQL Click on the Next button.
Download mySQL
Download mySQL Click on the Next button.
Download mySQL Click on the Next button.
Download mySQL Click on the Finish button.
Download mySQL Click on the Next button.
Download mySQL
Download mySQL
Download mySQL
Specify the location
Download mySQL
Download mySQL
Download mySQL
Download mySQL Add a check mark to include folder in the PATH
Username: rootPassword: dba
Download mySQL To test, type the following command in the cmd window: Mysql –uroot –pdba                  (type exit to exit out of MySQL)
You should have mySql installed Congratulations!! Now it time to create a database in MySQL
Installing  MySQL Administration  and  Development Tool (Optional) MySQLAdministrator
Reference http://www.evaria.com/v3/index/article/23/how-to-install-mysql-5.0.x-on-windows.html Tools: http://dev.mysql.com/downloads/gui-tools/5.0.html (17  MB) MySQL Administrator 1.2 Generally Available (GA) MySQL Query Browser 1.2 Generally Available (GA) MySQL Migration Toolkit 1.1 Generally Available (GA)
http://dev.mysql.com/downloads/gui-tools/5.0.html Download and Run
Create A Database MySQL
Create Company Database Start | Programs | MySQL | MySQL Administrator Server Host: localhost Port: 3306 Username: root Password: dba
Click on Catalog
Select Create New Schema
Create Company Database  ,[object Object]
Move the mouse to the Schema panel and right click the mouse.
Select New Schema.
Type company in the Create new Schema,[object Object]
MySQL Browser Select Open Script.. Option in the File menu Select EFC.sql (Included on the CD with the course). Click Open button when done.
Select company on the right pan (Schemata Tab) Click on Execute button to execute the script. Exit the mySql application.
Now, you should have mySql installed and a database Company created Congratulations!! Now it time to install Eclipse/BIRT
Installation Eclipse BIRT
Installing BIRT Report Designer In browser, type the URL http://download.eclipse.org/birt/downloads/ 2. Select All-in-One option (it includes the Eclipse platform, Eclipse Modeling Framework and BIRT report Designer)
All-in-One Option All-In-One Option contains the BIRT Report Designer Full Eclipse Install package with: Eclipse Platform Graphics Editor Framework Eclipse Modeling BIRT Report Designer
Select the download        to download BIRT. Size: approximately 220MB
[object Object]
Unzip the file and extract the archive file.,[object Object]
Connecting MySQL and Eclipse BIRT using JDBC Connection
Download Java Connect Download the Java connector from the mySQL website http://dev.mysql.com/downloads/connector/j/
Download Java Connect Select source and Binary (zip) option Platform Independent (Architecture Independent), ZIP Archive
Download Java Connect Select save option
Download Java Connect Save in MySQL folder.
Unzip the downloaded JDBC
Setup Environment Variable Start | Setting | Control Panel | System Control Panel
In the System Properties Window, select Advanced Tab | Environment Variables…. Click OK when done. Setup Environment Variable
Setup Environment Variable Set the PATH variable to the bin folder for MySQL. Click OK to save the changes.
Set Environment Variable ,[object Object],Click OK to save the changes. Log out and log back in.
Now, you should have Eclipse BIRT and MySQL installed, configured  and integrated Congratulations!! Now it time to start a project using Eclipse/BIRT with MySQL to store data
Creating A Simple Report Starting Eclipse
Steps to Create A Simple Report Create a Project Create a New Report Build a Data Source Build a Data Set Lay out the report
Starting Eclipse Open the Eclipse folder, double click  on the Eclipse icon           to start Eclipse.
In the Workspace Launcher, click on the Browse button and select the folder where you want the Eclipse to store the files.
Eclipse’s Welcome Screen Overview of the features supported by Eclipse Find out what is new Sample Project Tutorial
Report Design Perspective To start BIRT Report Designer, on Eclipse’s main menu, select window-> open Perspective -> Report Design
Report Design Perspective Report Design Perspective Report Editor Palette/ Data Explore / Library Explore Navigator /  Outline Properties Editor / Problems
Report Design Perspective
1. Create A Project Chose File-> New -> Project  On the New Projects window, select Report Project under Business Intelligence and Reporting Tools and then click Next
Create A Project (cont) Enter Project Name and then choose Finish.
Create A Project (cont) MyFirstReport project can be seen in the Navigator window.
2. Build a Data Source Choose the Data Explorer or choose Window->Show View->Data Explorer
JDBC Data Source
Click on Manage Drivers…
Click on Add
[object Object]

Contenu connexe

En vedette

Manual & guide for birt eclipse report designer
Manual & guide for birt eclipse report designerManual & guide for birt eclipse report designer
Manual & guide for birt eclipse report designer
AASIM MAHMOOD
 

En vedette (10)

Manual & guide for birt eclipse report designer
Manual & guide for birt eclipse report designerManual & guide for birt eclipse report designer
Manual & guide for birt eclipse report designer
 
Taller práctico de reportería con Eclipse BIRT
Taller práctico de reportería con Eclipse BIRTTaller práctico de reportería con Eclipse BIRT
Taller práctico de reportería con Eclipse BIRT
 
Developing Applications with MySQL and Java
Developing Applications with MySQL and JavaDeveloping Applications with MySQL and Java
Developing Applications with MySQL and Java
 
Business Intelligence Presentation
Business Intelligence PresentationBusiness Intelligence Presentation
Business Intelligence Presentation
 
Birt Report
Birt ReportBirt Report
Birt Report
 
Ext java-editor
Ext java-editorExt java-editor
Ext java-editor
 
The State of Open Source BI Adoption
The State of Open Source BI AdoptionThe State of Open Source BI Adoption
The State of Open Source BI Adoption
 
Seminar on java
Seminar on javaSeminar on java
Seminar on java
 
Java MySQL Connector & Connection Pool Features & Optimization
Java MySQL Connector & Connection Pool Features & OptimizationJava MySQL Connector & Connection Pool Features & Optimization
Java MySQL Connector & Connection Pool Features & Optimization
 
MySQL partitions tutorial
MySQL partitions tutorialMySQL partitions tutorial
MySQL partitions tutorial
 

Similaire à Installating and Configuring Java, MySQL and BIRT.

Asp net mvc
Asp net mvcAsp net mvc
Asp net mvc
bgrynko
 
Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manual
Pramod Sharma
 
Spring Live Sample Chapter
Spring Live Sample ChapterSpring Live Sample Chapter
Spring Live Sample Chapter
Syed Shahul
 
Free tools for win server administration
Free tools for win server administrationFree tools for win server administration
Free tools for win server administration
Concentrated Technology
 

Similaire à Installating and Configuring Java, MySQL and BIRT. (20)

Installing community surveys in connections 5.5
Installing community surveys in connections 5.5Installing community surveys in connections 5.5
Installing community surveys in connections 5.5
 
Installation and c onfiguration
Installation and c onfigurationInstallation and c onfiguration
Installation and c onfiguration
 
1 app 2 developers 3 servers
1 app 2 developers 3 servers1 app 2 developers 3 servers
1 app 2 developers 3 servers
 
Gwt portlet
Gwt portletGwt portlet
Gwt portlet
 
Asp net mvc
Asp net mvcAsp net mvc
Asp net mvc
 
InstallationGuide.pdf
InstallationGuide.pdfInstallationGuide.pdf
InstallationGuide.pdf
 
Swift configurator installation-manual
Swift configurator installation-manualSwift configurator installation-manual
Swift configurator installation-manual
 
Install-Doc-BIP.docx
Install-Doc-BIP.docxInstall-Doc-BIP.docx
Install-Doc-BIP.docx
 
Microsoft Lync Server 2010 Installation
Microsoft Lync Server 2010 InstallationMicrosoft Lync Server 2010 Installation
Microsoft Lync Server 2010 Installation
 
IUG ATL PC 9.5
IUG ATL PC 9.5IUG ATL PC 9.5
IUG ATL PC 9.5
 
Using galen framework for automated cross browser layout testing
Using galen framework for automated cross browser layout testingUsing galen framework for automated cross browser layout testing
Using galen framework for automated cross browser layout testing
 
Web Controls Set-1
Web Controls Set-1Web Controls Set-1
Web Controls Set-1
 
IIS Web Ecosystem
IIS Web EcosystemIIS Web Ecosystem
IIS Web Ecosystem
 
Spring Live Sample Chapter
Spring Live Sample ChapterSpring Live Sample Chapter
Spring Live Sample Chapter
 
Cognos 11 installation step by step and notes
Cognos 11 installation step by step and notesCognos 11 installation step by step and notes
Cognos 11 installation step by step and notes
 
HDinsight Workshop - Prerequisite Activity
HDinsight Workshop - Prerequisite ActivityHDinsight Workshop - Prerequisite Activity
HDinsight Workshop - Prerequisite Activity
 
Big Data: Explore Hadoop and BigInsights self-study lab
Big Data:  Explore Hadoop and BigInsights self-study labBig Data:  Explore Hadoop and BigInsights self-study lab
Big Data: Explore Hadoop and BigInsights self-study lab
 
Bpc 10.0 NW Mass User Management tool
Bpc 10.0 NW Mass User Management toolBpc 10.0 NW Mass User Management tool
Bpc 10.0 NW Mass User Management tool
 
Installation Process Of New Gen Lib Oss On Windows Xp For Library Automation ...
Installation Process Of New Gen Lib Oss On Windows Xp For Library Automation ...Installation Process Of New Gen Lib Oss On Windows Xp For Library Automation ...
Installation Process Of New Gen Lib Oss On Windows Xp For Library Automation ...
 
Free tools for win server administration
Free tools for win server administrationFree tools for win server administration
Free tools for win server administration
 

Plus de NR Computer Learning Center

Plus de NR Computer Learning Center (20)

Power BI Desktop Overview
Power BI Desktop Overview Power BI Desktop Overview
Power BI Desktop Overview
 
Building Dashboard with Excel
Building Dashboard with ExcelBuilding Dashboard with Excel
Building Dashboard with Excel
 
Introduction to Data Analytics
Introduction to Data AnalyticsIntroduction to Data Analytics
Introduction to Data Analytics
 
Python - Data Structures
Python - Data StructuresPython - Data Structures
Python - Data Structures
 
Introduction to SQL
Introduction to SQLIntroduction to SQL
Introduction to SQL
 
Office 2019 tips & tricks
Office 2019 tips & tricksOffice 2019 tips & tricks
Office 2019 tips & tricks
 
App Development with Apple Swift Certification at Certiport Centers
App Development with Apple Swift Certification at Certiport CentersApp Development with Apple Swift Certification at Certiport Centers
App Development with Apple Swift Certification at Certiport Centers
 
Project management fundamentals
Project management fundamentalsProject management fundamentals
Project management fundamentals
 
National College Testing Association (NCTA)
National College Testing Association (NCTA)National College Testing Association (NCTA)
National College Testing Association (NCTA)
 
National College Testing Association (NCTA)
National College Testing Association (NCTA)National College Testing Association (NCTA)
National College Testing Association (NCTA)
 
Building a Dashboard in an hour with Power Pivot and Power BI
Building a Dashboard in an hour with Power Pivot and Power BIBuilding a Dashboard in an hour with Power Pivot and Power BI
Building a Dashboard in an hour with Power Pivot and Power BI
 
Introduction to the basic mathematical concept with Python Turtle.
Introduction to the basic mathematical concept with Python Turtle.Introduction to the basic mathematical concept with Python Turtle.
Introduction to the basic mathematical concept with Python Turtle.
 
Stem presentation - Pathways to Technology Oriented Careers
Stem presentation - Pathways to Technology Oriented CareersStem presentation - Pathways to Technology Oriented Careers
Stem presentation - Pathways to Technology Oriented Careers
 
MTA 98 364 - database fundamentals
MTA 98 364 - database fundamentalsMTA 98 364 - database fundamentals
MTA 98 364 - database fundamentals
 
MTA 361 software development fundamentals
MTA 361   software development fundamentalsMTA 361   software development fundamentals
MTA 361 software development fundamentals
 
Introduction to java
Introduction to javaIntroduction to java
Introduction to java
 
Introduction to c++
Introduction to c++Introduction to c++
Introduction to c++
 
Executive dashboard for small business
Executive dashboard for small businessExecutive dashboard for small business
Executive dashboard for small business
 
Building a Dashboard in an Hour using Microsoft PowerPivot & Power BI
Building a Dashboard in an Hour using Microsoft PowerPivot & Power BIBuilding a Dashboard in an Hour using Microsoft PowerPivot & Power BI
Building a Dashboard in an Hour using Microsoft PowerPivot & Power BI
 
Arduino for teens
Arduino for teensArduino for teens
Arduino for teens
 

Dernier

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 

Dernier (20)

General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptx
 
Third Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxThird Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptx
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 

Installating and Configuring Java, MySQL and BIRT.