SlideShare una empresa de Scribd logo
1 de 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]

Más contenido relacionado

Destacado

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
 

Destacado (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
 

Similar a 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
 

Similar a 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
 

Más de NR Computer Learning Center

Más 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
 

Último

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
SanaAli374401
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
MateoGardella
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 

Último (20)

Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
An Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdfAn Overview of Mutual Funds Bcom Project.pdf
An Overview of Mutual Funds Bcom Project.pdf
 
Gardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch LetterGardella_PRCampaignConclusion Pitch Letter
Gardella_PRCampaignConclusion Pitch Letter
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
SECOND SEMESTER TOPIC COVERAGE SY 2023-2024 Trends, Networks, and Critical Th...
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 

Installating and Configuring Java, MySQL and BIRT.