SlideShare a Scribd company logo
1 of 11
Download to read offline
Web Based Agriculture Information System

                       O.N.N. Fernando and G.N. Wikramanayake

                     Department of Statistics and Computer Science,
                               University of Colombo.

                 E-mail: f.owen@mailexcite.com and gihanw@cmb.ac.lk


ABSTRACT

       Some countries use agricultural information systems to assist different users such
as planters, researchers, prospective investors, importers and exporters. Sri Lanka
despite having an agricultural based economy does not have an information system of
this nature. This paper describes the design and development of a web based agricultural
information system for the main crops of Sri Lanka.


       The main feature of this information system is the availability of agricultural
information on Sri Lanka to various users through the Internet. The information that can
be made available through such an information system includes the crops and inter-
crops, their production and export details, crop and inter-crop diseases, land
availability, soil suitability, fertiliser, research institutes and researches. Most of this
information is in the form of statistical data and facts about these crops and products
made out of them.


       These information will be made available to this information system through
respective institutes in Sri Lanka, namely: Rubber Research Institute, Agalawatta; Tea
Research Institute, Thalawakale; Coconut Research Institute, Lunuwila; and Rice
Research Institute, Gannoruwa. Currently, this system is a prototype at the University of
Colombo, which will eventually be maintained by authorised users of these institutes.


       The front-end of this system use Java applets for its graphical user interfaces,
while the back-end uses an Oracle database to manage its data. The front-end and back-
end of this system is connected using an Oracle thin driver. The data retrieval and update
of this system is done using embedded SQL queries.
1. INTRODUCTION

       Sri Lanka is an agricultural country and its main exports include tea, rubber and
coconut [CEN96]. Rice is also an important crop in Sri Lanka because it is the main food
consumed by Sri Lankans [AGR96]. However, Sri Lanka does not have an accessible
agricultural information system on its main crops for the potential users. As a result, the
scope of promoting agricultural activities is limited.


       Nowadays, the information technology on the Internet performs commanding
roles [BAR95] and hence, people do not have to rely on books and reports, which are
usually hard to find and access. Also published information in books and reports often
fail to reflect the current status, which is essential in a competitive world. This situation
can be addressed by maintaining an agricultural information system and making that
information available on the Internet [KRO95]. This will help researchers, investors,
planters, importers and exporters. Such systems are already used in some countries
[CGIAR, RWa, RWb].


   This paper describes the design and development of an agricultural information
system for the four main crops in Sri Lanka, namely: tea, rubber, coconut and rice.
Access to this system is provided through the Internet. The users will be able to view the
required information as tables or graphs.

1.1 Benefits of the System

   The four main research institutes of Sri Lanka, namely: Rubber Research Institute,
Agalawatta; Tea Research Institute, Thalawakale; Coconut Research Institute, Lunuwila;
and Rice Research Institute, Gannoruwa maintains various forms of agricultural
information and make them accessible to potential users in the forms of periodical reports
and books. This information usually contains standard summarised data of the recent past
but fails to cater special interest groups and other research institutes seeking for current
data. For instance, researches in this field find it difficult to identify the on going research
programmes for crops, as such data is not documented. An information system of this
type will help to resolve these problems and make whatever information maintained more
valuable.
In Sri Lanka there are several companies which manufacture several products from
tea, rubber, coconut and rice. Several web sites in the Internet [LSP] provides information
about these companies. However, agricultural information on crops and inter-crops, their
production and export details, crop and inter-crop diseases, land availability, soil
suitability, fertiliser, research institutes and researches are not yet available on the
Internet. Our web based agricultural information system is an attempt to address this
issue.

1.2 Objectives

         Our objective is to introduce an agricultural information system on the Internet so
that it will eventually allow potential users to query and obtain the desired information.
The data of this system is to be stored using a central database and maintained by the
main research institutes. System is to be portable as the computer system that maintains
this data may change from time to time.

2. METHOD

         The software for the development of this agricultural information system was
decided based on the above objectives. As a result, Java [DEI97, JEP97, LAU96] was
chosen to create the front-end for the system and Oracle [BUR96, TOM96] for the back-
end database. The graphical user interfaces of the front-end to use Java applets [JTHP]
and accesses the back-end Oracle database using embedded SQL queries [BUR96,
EME89] for retrieval and update. The front-end and back-end to be connected using an
Oracle thin driver [JDBC97, ORA]. The information of the system is viewed using a web
browser [TUR95]. This information is to be presented as hypertext documents [HES95,
MAT98] containing Java applets.


         Since the database will require updating by non-computing proficient personals at
respective research institutes, the system provides easy access to the database for all types
of data manipulation. Security of the database is ensured by the use of a password for
updating purposes, which will be given to the main research institutes. The Information
System provides the external user the ability to obtain summarised information in a
preferred format. This can be production for certain crop types for any given years or
achievements by researchers during resent past with their results.
2.1 World Wide Web

       The World Wide Web (WWW) [BAR95, KRO95, TUR95] is a huge collection of
interconnected hypertext documents on the Internet. A hypertext document contains hot
links to other documents. Hypertext links are usually visible as highlighted words in the
text. Graphics, video clips, sound can also be part of these documents. Clicking on them
with a mouse activates links. There are many thousands of hypertext authors on the
Internet and anyone can connect to them. There is no beginning or end when connecting
to web documents. However, groups of associated pages are usually structured
hierarchically.


       The WWW is based on two standards: The HyperText Transport Protocol (HTTP)
and the HyperText Mark-up Language (HTML). HTTP describes the way that hyper text
documents are fetched over the Internet. HTML specifies the layout and linking
commands present in the hypertext documents. Resources on the web are specified with a
Uniform Resource Locator (URL). A URL specifies the protocol used to fetch a
document as well as its location.

2.2 HTML

       HTML is a document layout and hyperlink specification language. It defines the
syntax and placement of special, embedded directions that aren’t displayed by the
browser, but tell it how to display the contents of the document, including text, graphics,
and other support media. The language also specifies how to make a document interactive
through special hypertext links.


2.3 Java

       Java [DEI97, JEP97, LAU96] is an object-oriented language. It allows the user to
write robust and reliable programs, build applications that will run on any platform
without recompiling your code and distribute applications over a network in a secure
fashion.


2.4 Java Applets

       Java applets are programs written in Java and included in HTML pages. An applet
is automatically downloaded from a web site and run within the web browser when an
instruction to do so is contained within the web page you are viewing. Applets on a web
page are modelled in the way as images (e.g. GIF) are displayed on a web page [LAU96].


       There are few browsers that support Java applets (e.g. HotJava, Netscape 2.0, and
Internet Explorer 3.0). When an applet is placed on a web page, it is given a display area
on the page. This display area belongs to the applet, and the content of it is controlled by
the applet. Some applets use this area to present animation while others use it to display
information taken from a database or to allow the user to select items from a list.


2.5 Oracle Database

       Oracle is the most widely used Relational Database Management System
(RDBMS) [ELM94] in the world. Oracle Corporation [ORA] offers Oracle RDBMS as
its core product in its product line, which also includes a forth-generation application
development tool set, reporting tools and utilities.


       A relational database is simply defined as a data model that is strictly viewed by
its users as tables. A table is a two dimensional matrix composed of rows and columns.
At any time when the data is changed in the Oracle database, it is the table or the data
therein that is changed. Finally, the result of a query is presented to the user in the table
format. The Structure Query Languages (SQL) [EME89] is the query language of this
database. The Oracle database will be run on the server side.


2.6 JDBC Thin Driver

       Traditional application programs connect to a database using an Open DataBase
Connectivity (ODBC) driver [JETC97, MSHP]. Java application programs use Java
DataBase Connectivity (JDBC) drivers for this purpose [JTHP]. Oracle thin driver is a
Type 4 driver that uses Java sockets to connect directly to Oracle [ORA]. It provides its
own implementation of a TCP/IP version of Oracle’s SQL*Net. This driver is platform-
independent as it is written entirely in Java.


       The thin driver does not require Oracle software for the client side. It connects to
any Oracle database of version 7.2 and higher. The client needs only a Java enables
browser. The driver requires a TCP/IP listener on the server side.
Prior to accessing the data from the database, each Java applet import the JDBC
classes, register the JDBC driver and establish the connectivity with the database.

3. DESIGN

         Identifying the main entities, their attributes, relationships and constraints,
commences the design of a database application. The entities of an agricultural
information system represent different information on crops. This include crops and inter-
crops, production and export, crop and inter-crop diseases, land availability, soil
suitability, fertiliser, research institutes and researches [CEN96, TIL96]. These entities
are inter-related by crop, product or institute. The full details are available in [FER98].
Characteristics of some of the entities are given in table 1. The table and attribute names
used for these entities and their characteristics are given within brackets in italics font
style.

                    Entity                               Characteristics
         Crops Specialisation          Name of the crop (Crop_Name)
         (Crops_Specialisation)        Unique code of the crop (Crop_No)
         Product Specialisation        Code of the crop (Crop_No)
         (Product_Specialisation)      Name of the product (Product_Name)
                                       Unique code given to a product (Product_No)
         Production                    Code of a product (Product_No)
         (Production)                  Quantity produced (Quantity)
                                       Year of production (Year)
                                       Unit cost of the Production (Cost_of_Production)
         Institute Description         Unique code given to a crop (Crop_No)
         (Institute_Description)       Unique code given to a institute (Institute_No)
                                       Name of institute (Name_of_Institute)
                                       Location of the institute (Location)
         Research Type Description     Unique code given to a institute (Institute_No)
         (Research_Type_Description)   Description of research type (Research_Type)
                                       Unique code given to a research type
                                       (Research_Type_No)
         Research Description          Unique code given to a research type
         (Research_Description)        (Research_Type_No)
                                       Description of research (Research_Des)
                                       Achievements of research (Achievements)
                                       Annual output of the research (Output)
                                       Year of the research (Year)
     Table 1: Selected Entity / Characteristics of an Agricultural Information System


4. IMPLEMENTATION

         The set of tables is created using the relational database for the identified entities
at the design stage. The uniqueness of the data fields in these tables are established using
primary keys, while the relationships are maintained using foreign keys [ELM94,
FER98].


       The web pages of this information system will guide the use and operation of this
system. Figure 1 illustrates the home page for our agricultural information system.
Respective crop information is chosen through a hyperlink of this page. For instance
information on research done on rubber by institutes can be viewed through respective
the hyperlinks for Rubber and Rubber Institutes (cf. figures 1 and 2).




              Figure 1: Home Page of the Agricultural Information System




                          Figure 2: Information Page on Rubber
4.1 Information Retrieval

       Making queries for information retrieval can be done in different ways. These are
specified using appropriate dialog and list boxes (cf. figure 3). Required query statements
are constructed by the Java applets and the users need not be aware of them. Figure 4
describe an information retrieval statement issued for the query of figure 3. Here list
options chosen are passed to the query statement using variables of the Java applets.
These variables are shown in italic font style and are always enclosed using +, " and '
symbols (see figure 4).




                   Figure 3: Retrieval Information on Rubber Research

Query = "SELECT Research_Des, Achievements, Output, Year
   FROM Institute_Description i, Research_Type_Description r, Research_Description d
   WHERE i.Institute_No = r.Institute_No and r.Research_Type_No = d.Research_Type_No
       and i.Location = '"+location+"' and r.Research_Type = '"+research_type+"'
       and Year = '"+year+"' ";

        Figure 4: An SQL Information Retrieval Query Statement of the System


4.2 Information Updating

       Authorise persons can update the database by specifying the username and
password (cf. figure 5) through the web browser. As in the data retrieval case, the update
statements are included in the Java applets and the authorised person does not need to
know how such a query (e.g. figure 6) is made using SQL.
4.3 Current Status

       Currently, this system is a prototype located at the University of Colombo as it
was developed as a part fulfilment of a degree program. This prototype runs its web
server the database on Windows NT. Some database maintenance tasks (e.g. deleting
data) of the system are done at the server machine and not through a web browser.
Ultimate objective is to allow such tasks to be performed remotely by authorised
personnel of the research institutes.




            Figure 5: Username and Password Access for Authorised Updates


Query = "INSERT INTO
       Research_Description (Research_Type_No, Research_Des, Achivements, Output, Year)
       VALUES(?,?,?,?,?)";

                Figure 6: An Update SQL Query Statement of the System

       Graphical summaries in the form of bar charts, histograms and line graphs needs
to be added to compare the numerical data. Such graphical representation can be
dynamically produced in a similar manner to presenting data in tables [LAU96, TUR95].
Java applets (e.g. BarChart) is available to do such tasks.


       Actual operations of the system cannot be pursued until a server is set-up and
maintained by appropriate institutes. All the major research institutes should be provided
with Internet access to make this project a reality.
5. CONCLUSION

       This work is an initial step to show that the creation this kind of information
system is feasible. The real benefits of this type of information system to agricultural
based country such as Sri Lanka can be seen when it become operational, as planters,
importers, exporters and researchers will have access to up-to-date information.


6. ACKNOWLEDGMENT

       We acknowledge the support and information provided to us by the four
institutes. Special references to Dr. Janakee Eswara of Rice Research Institute and Dr.
Karnika De Silva of Rubber Research Institute.


7. REFERENCES

[AGR96] Agrotechnical Information, "Crop Specialization for Sri Lanka: 1997-2000",
        Department of Agriculture, Ministry of Agriculture, Lands and Forestry,
        1996.

[BAR95] Barron B., Ellsworth J.H. and Saretz K.M., "Internet", Sams. Net Publishing,
        1995.

[BUR96] Burleson D.K., "Oracle Database Applications", Coriolis Groups, 1996.

[CEN96] Central Bank of Sri Lanka, "Annual Report", 1996.

[CGIAR] Consultative Group on International Agricultural Research (CGIAR) Home
        Page, http://www.irri.org.

[DEI97]    Deitel H.M. and Deitel P.J, “Java How to Program”, Prentice-Hall, 1997.

[ELM94] Elmasri R. and Navathe S.B., “Fundamentals of Database Systems”, 2nd
        edition, Benjamin/Cummings, 1994.

[EME89] Emerson S.L., Darnovsky M. and Bowman J.S.,                "The Practical SQL",
        Addison-Wesley, 1989.

[FER98]    Fernando O.N.N., “Agricultural Information system for the World Wide
           Web”, B.Sc. dissertation, University of Colombo, Colombo, Sri Lanka, 1998.

[HES95] Heslop B. and Budnick L., "HTML Publishing on the Internet", Ventana,
        1995.

[JDBC97] JDBC Documentation, Oracle Corporation, 1997 in [ORA].

[JEP97]    Jepson B., "JAVA database programming", John Wiley & Sons, 1997.
[JETC97] Jet Connect JDBC-ODBC driver Documentation, XDB Systems Inc., 1997

[JTHP]    Java Technology Home Page, http://www.javasoft.com.

[KRO95] Krol E.D. and Ferguson P., "The Whole Internet", O'Reilly & Associates,
        1995.

[LAU96] Vanhelsuwe L., Phillips I., Hsu G.T., Sanker K., Ries E., Rohaly T. and
        Zukowski J., “Mastering Java”, BPB Publications, 1996.

[LSP]     Lanka    Super     Pages     -    The     Ultimate    Business     Connection,
          http://www.lsplk.com.

[MAT98] Matthews M.S. and Poulsen E.B., "Frontpage 98: The Complete Reference",
        Osborne McGraw-Hill, 1998.

[MSHP]    Microsoft Home Page, http://www.microsoft.com.

[ORA]     Oracle Home Page, http://www.oracle.com, Oracle Corporation.

[RWa]     Rice Web Home Page - World’s longest running cereals,
          http://www.riceweb.org, International Rice Research Institute, Philippians.

[RWb]     Rice    World    Home       Page     -    Museum      dedicated      to    rice,
          http://www.riceworld.org, International Rice Research Institute, Philippians.

[TIL96]   Tillekeratne L.M.K. and Yogaratnam N. (editors), "Annual Review", Rubber
          Research Institute of Sri Lanka, 1996.

[TOM96] Tommie L., “Essential Oracle 7”, Prentice-Hall, 1996.

[TUR95] Turligton S.R., "Walking the World Wide Web", Ventana, 1995.

More Related Content

What's hot

Credit card fraud detection
Credit card fraud detectionCredit card fraud detection
Credit card fraud detection
kalpesh1908
 
FINAL PROJECT REPORT1
FINAL PROJECT REPORT1FINAL PROJECT REPORT1
FINAL PROJECT REPORT1
waqar younas
 
System Analysis and Design Project
System Analysis and Design ProjectSystem Analysis and Design Project
System Analysis and Design Project
Siddharth Shah
 
Sentiment Analysis on Amazon Movie Reviews Dataset
Sentiment Analysis on Amazon Movie Reviews DatasetSentiment Analysis on Amazon Movie Reviews Dataset
Sentiment Analysis on Amazon Movie Reviews Dataset
Maham F'Rajput
 
Information systems, organizations, management, and strategy
Information systems, organizations, management, and strategyInformation systems, organizations, management, and strategy
Information systems, organizations, management, and strategy
Prof. Othman Alsalloum
 
Hospital management-system
Hospital management-systemHospital management-system
Hospital management-system
sam143143
 

What's hot (20)

Crime Reporting System
Crime Reporting SystemCrime Reporting System
Crime Reporting System
 
IRJET- Online Food Ordering System
IRJET- Online Food Ordering SystemIRJET- Online Food Ordering System
IRJET- Online Food Ordering System
 
Credit card fraud detection
Credit card fraud detectionCredit card fraud detection
Credit card fraud detection
 
FINAL PROJECT REPORT1
FINAL PROJECT REPORT1FINAL PROJECT REPORT1
FINAL PROJECT REPORT1
 
E governance in agricultural sector
E  governance in agricultural sectorE  governance in agricultural sector
E governance in agricultural sector
 
System Analysis and Design Project
System Analysis and Design ProjectSystem Analysis and Design Project
System Analysis and Design Project
 
Sentiment Analysis on Amazon Movie Reviews Dataset
Sentiment Analysis on Amazon Movie Reviews DatasetSentiment Analysis on Amazon Movie Reviews Dataset
Sentiment Analysis on Amazon Movie Reviews Dataset
 
Online voting system full thesis project by jahir
Online voting system full thesis project by jahirOnline voting system full thesis project by jahir
Online voting system full thesis project by jahir
 
Hospital Management System Documentation Java
Hospital Management System Documentation Java Hospital Management System Documentation Java
Hospital Management System Documentation Java
 
Blood-bank-project
Blood-bank-projectBlood-bank-project
Blood-bank-project
 
Spamming and Spam Filtering
Spamming and Spam FilteringSpamming and Spam Filtering
Spamming and Spam Filtering
 
Online Food Delivery
Online Food Delivery Online Food Delivery
Online Food Delivery
 
Blood Bank Management System Project Proposal
Blood Bank Management System Project ProposalBlood Bank Management System Project Proposal
Blood Bank Management System Project Proposal
 
Leave Management System: Software Requirements Specification Document(SRS)
Leave Management System: Software Requirements Specification Document(SRS) Leave Management System: Software Requirements Specification Document(SRS)
Leave Management System: Software Requirements Specification Document(SRS)
 
Payroll Management System Complete Report
Payroll Management System Complete ReportPayroll Management System Complete Report
Payroll Management System Complete Report
 
Information systems, organizations, management, and strategy
Information systems, organizations, management, and strategyInformation systems, organizations, management, and strategy
Information systems, organizations, management, and strategy
 
Project presentation
Project presentationProject presentation
Project presentation
 
online blood bank system design
online blood bank system designonline blood bank system design
online blood bank system design
 
Final Report(SuddhasatwaSatpathy)
Final Report(SuddhasatwaSatpathy)Final Report(SuddhasatwaSatpathy)
Final Report(SuddhasatwaSatpathy)
 
Hospital management-system
Hospital management-systemHospital management-system
Hospital management-system
 

Viewers also liked

Use Of I.T. In Agriculture
Use Of I.T. In AgricultureUse Of I.T. In Agriculture
Use Of I.T. In Agriculture
PARTH THAKAR
 
Role of ICT in agriculture
Role of ICT in agricultureRole of ICT in agriculture
Role of ICT in agriculture
BFCP
 
Farm management
Farm management Farm management
Farm management
Nadia
 

Viewers also liked (20)

e-Agriculture
e-Agriculturee-Agriculture
e-Agriculture
 
agriculture ppt
 agriculture ppt agriculture ppt
agriculture ppt
 
Agricultural project planning
Agricultural project planningAgricultural project planning
Agricultural project planning
 
Farmer Management System
Farmer Management SystemFarmer Management System
Farmer Management System
 
agriculture ( ppt made by akshit.manhas)
agriculture ( ppt made by akshit.manhas)agriculture ( ppt made by akshit.manhas)
agriculture ( ppt made by akshit.manhas)
 
AGRICULTURE & IT (e-commerce)
AGRICULTURE & IT (e-commerce)AGRICULTURE & IT (e-commerce)
AGRICULTURE & IT (e-commerce)
 
Agriculture technology management_system
Agriculture technology management_systemAgriculture technology management_system
Agriculture technology management_system
 
eAgriculture
eAgricultureeAgriculture
eAgriculture
 
Use Of I.T. In Agriculture
Use Of I.T. In AgricultureUse Of I.T. In Agriculture
Use Of I.T. In Agriculture
 
Role of ICT in agriculture
Role of ICT in agricultureRole of ICT in agriculture
Role of ICT in agriculture
 
Mobile Agriculture, eAgriculture, ICT, M-Agriculture
Mobile Agriculture, eAgriculture, ICT, M-Agriculture Mobile Agriculture, eAgriculture, ICT, M-Agriculture
Mobile Agriculture, eAgriculture, ICT, M-Agriculture
 
E agriculture projects in turkey ertugrul akin
E agriculture projects in turkey ertugrul akinE agriculture projects in turkey ertugrul akin
E agriculture projects in turkey ertugrul akin
 
Farm management
Farm management Farm management
Farm management
 
E agriculture
E agricultureE agriculture
E agriculture
 
The e-agriculture revolution
The e-agriculture revolutionThe e-agriculture revolution
The e-agriculture revolution
 
2nd lecture on Farm Management
2nd lecture on Farm Management2nd lecture on Farm Management
2nd lecture on Farm Management
 
AgriDrupal general-presentation
AgriDrupal general-presentationAgriDrupal general-presentation
AgriDrupal general-presentation
 
Development of Web-based Job Fair Information System
Development of Web-based Job Fair Information SystemDevelopment of Web-based Job Fair Information System
Development of Web-based Job Fair Information System
 
Geographical Information systems in Precision Agriculture
Geographical Information systems in Precision Agriculture Geographical Information systems in Precision Agriculture
Geographical Information systems in Precision Agriculture
 
krisibhavan site
krisibhavan sitekrisibhavan site
krisibhavan site
 

Similar to Web Based Agriculture Information System

Semantic open io t service platform technology
Semantic open io t service platform technologySemantic open io t service platform technology
Semantic open io t service platform technology
Poornima E.G.
 

Similar to Web Based Agriculture Information System (20)

Integrated Sri Lankan University Information System
Integrated Sri Lankan University Information SystemIntegrated Sri Lankan University Information System
Integrated Sri Lankan University Information System
 
Agricity- An Agricultural Information System
Agricity- An Agricultural Information SystemAgricity- An Agricultural Information System
Agricity- An Agricultural Information System
 
IRJET- Android Application for WIFI based Library Book Locator
IRJET-  	  Android Application for WIFI based Library Book LocatorIRJET-  	  Android Application for WIFI based Library Book Locator
IRJET- Android Application for WIFI based Library Book Locator
 
Semantic Web concepts used in Web 3.0 applications
Semantic Web concepts used in Web 3.0 applicationsSemantic Web concepts used in Web 3.0 applications
Semantic Web concepts used in Web 3.0 applications
 
A study on Web based Library Administration Using ERP Software
A study on Web based Library Administration Using ERP SoftwareA study on Web based Library Administration Using ERP Software
A study on Web based Library Administration Using ERP Software
 
A Web Services Based Framework For Uniform Integration Of Command-Line Bioinf...
A Web Services Based Framework For Uniform Integration Of Command-Line Bioinf...A Web Services Based Framework For Uniform Integration Of Command-Line Bioinf...
A Web Services Based Framework For Uniform Integration Of Command-Line Bioinf...
 
Iaetsd efficient file transferring in
Iaetsd efficient file transferring inIaetsd efficient file transferring in
Iaetsd efficient file transferring in
 
Semantic Web Query on e-Governance Data and Designing Ontology for Agricultur...
Semantic Web Query on e-Governance Data and Designing Ontology for Agricultur...Semantic Web Query on e-Governance Data and Designing Ontology for Agricultur...
Semantic Web Query on e-Governance Data and Designing Ontology for Agricultur...
 
Building Knowledge Graphs for the Agri-Food sector
Building Knowledge Graphs for the Agri-Food sectorBuilding Knowledge Graphs for the Agri-Food sector
Building Knowledge Graphs for the Agri-Food sector
 
Review on an automatic extraction of educational digital objects and metadata...
Review on an automatic extraction of educational digital objects and metadata...Review on an automatic extraction of educational digital objects and metadata...
Review on an automatic extraction of educational digital objects and metadata...
 
IRJET- Cross-Platform Supported E-Learning Mobile Application
IRJET- Cross-Platform Supported E-Learning Mobile ApplicationIRJET- Cross-Platform Supported E-Learning Mobile Application
IRJET- Cross-Platform Supported E-Learning Mobile Application
 
feasibility-machine-learning
feasibility-machine-learningfeasibility-machine-learning
feasibility-machine-learning
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
Integration of a web portal and an erp through web service based implementati...
Integration of a web portal and an erp through web service based implementati...Integration of a web portal and an erp through web service based implementati...
Integration of a web portal and an erp through web service based implementati...
 
SEMINAR_REPORT -Model-View-Controller design architecture to develop web base...
SEMINAR_REPORT -Model-View-Controller design architecture to develop web base...SEMINAR_REPORT -Model-View-Controller design architecture to develop web base...
SEMINAR_REPORT -Model-View-Controller design architecture to develop web base...
 
Library management project
Library management projectLibrary management project
Library management project
 
Using Platform-As-A-Service (Paas) for Better Resource Utilization and Better...
Using Platform-As-A-Service (Paas) for Better Resource Utilization and Better...Using Platform-As-A-Service (Paas) for Better Resource Utilization and Better...
Using Platform-As-A-Service (Paas) for Better Resource Utilization and Better...
 
Search Engine Scrapper
Search Engine ScrapperSearch Engine Scrapper
Search Engine Scrapper
 
Open Source Leadership Management Dashboard Powerpoint
Open Source Leadership Management Dashboard Powerpoint Open Source Leadership Management Dashboard Powerpoint
Open Source Leadership Management Dashboard Powerpoint
 
Semantic open io t service platform technology
Semantic open io t service platform technologySemantic open io t service platform technology
Semantic open io t service platform technology
 

More from Gihan Wikramanayake

More from Gihan Wikramanayake (20)

Using ICT to Promote Learning in a Medical Faculty
Using ICT to Promote Learning in a Medical FacultyUsing ICT to Promote Learning in a Medical Faculty
Using ICT to Promote Learning in a Medical Faculty
 
Evaluation of English and IT skills of new entrants to Sri Lankan universities
Evaluation of English and IT skills of new entrants to Sri Lankan universitiesEvaluation of English and IT skills of new entrants to Sri Lankan universities
Evaluation of English and IT skills of new entrants to Sri Lankan universities
 
Learning beyond the classroom
Learning beyond the classroomLearning beyond the classroom
Learning beyond the classroom
 
Broadcasting Technology: Overview
Broadcasting  Technology: OverviewBroadcasting  Technology: Overview
Broadcasting Technology: Overview
 
Importance of Information Technology for Sports
Importance of Information Technology for SportsImportance of Information Technology for Sports
Importance of Information Technology for Sports
 
Improving student learning through assessment for learning using social media...
Improving student learning through assessment for learning using social media...Improving student learning through assessment for learning using social media...
Improving student learning through assessment for learning using social media...
 
Exploiting Tourism through Data Warehousing
Exploiting Tourism through Data WarehousingExploiting Tourism through Data Warehousing
Exploiting Tourism through Data Warehousing
 
Speaker Search and Indexing for Multimedia Databases
Speaker Search and Indexing for Multimedia DatabasesSpeaker Search and Indexing for Multimedia Databases
Speaker Search and Indexing for Multimedia Databases
 
Authropometry of Sri Lankan Sportsmen and Sportswomen, with Special Reference...
Authropometry of Sri Lankan Sportsmen and Sportswomen, with Special Reference...Authropometry of Sri Lankan Sportsmen and Sportswomen, with Special Reference...
Authropometry of Sri Lankan Sportsmen and Sportswomen, with Special Reference...
 
Analysis of Multiple Choice Question Papers with Special Reference to those s...
Analysis of Multiple Choice Question Papers with Special Reference to those s...Analysis of Multiple Choice Question Papers with Special Reference to those s...
Analysis of Multiple Choice Question Papers with Special Reference to those s...
 
Assisting Migration and Evolution of Relational Legacy Databases
Assisting Migration and Evolution of Relational Legacy DatabasesAssisting Migration and Evolution of Relational Legacy Databases
Assisting Migration and Evolution of Relational Legacy Databases
 
ICT ප්‍රාරම්භක ඩිප්ලෝමා පාඨමාලාව දිනමිණ, පරිගණක දැනුම
ICT ප්‍රාරම්භක ඩිප්ලෝමා පාඨමාලාව   දිනමිණ, පරිගණක දැනුමICT ප්‍රාරම්භක ඩිප්ලෝමා පාඨමාලාව   දිනමිණ, පරිගණක දැනුම
ICT ප්‍රාරම්භක ඩිප්ලෝමා පාඨමාලාව දිනමිණ, පරිගණක දැනුම
 
වෘත්තීය අවස්ථා වැඩි පරිගණක ක්ෂේත‍්‍රය දිනමිණ, පරිගණක දැනුම
වෘත්තීය අවස්ථා වැඩි පරිගණක ක්ෂේත‍්‍රය   දිනමිණ, පරිගණක දැනුමවෘත්තීය අවස්ථා වැඩි පරිගණක ක්ෂේත‍්‍රය   දිනමිණ, පරිගණක දැනුම
වෘත්තීය අවස්ථා වැඩි පරිගණක ක්ෂේත‍්‍රය දිනමිණ, පරිගණක දැනුම
 
පරිගණක ක්ෂේත‍්‍රයේ වෘත්තීය අවස්ථා දිනමිණ, පරිගණක දැනුම
පරිගණක ක්ෂේත‍්‍රයේ වෘත්තීය අවස්ථා   දිනමිණ, පරිගණක දැනුමපරිගණක ක්ෂේත‍්‍රයේ වෘත්තීය අවස්ථා   දිනමිණ, පරිගණක දැනුම
පරිගණක ක්ෂේත‍්‍රයේ වෘත්තීය අවස්ථා දිනමිණ, පරිගණක දැනුම
 
Producing Employable Graduates
Producing Employable GraduatesProducing Employable Graduates
Producing Employable Graduates
 
Balanced Scorecard and its relationship to UMM
Balanced Scorecard and its relationship to UMMBalanced Scorecard and its relationship to UMM
Balanced Scorecard and its relationship to UMM
 
An SMS-Email Reader
An SMS-Email ReaderAn SMS-Email Reader
An SMS-Email Reader
 
Web Usage Mining based on Heuristics: Drawbacks
Web Usage Mining based on Heuristics: DrawbacksWeb Usage Mining based on Heuristics: Drawbacks
Web Usage Mining based on Heuristics: Drawbacks
 
Evolving and Migrating Relational Legacy Databases
Evolving and Migrating Relational Legacy DatabasesEvolving and Migrating Relational Legacy Databases
Evolving and Migrating Relational Legacy Databases
 
Re-Engineering Databases using Meta-Programming Technology
Re-Engineering Databases using Meta-Programming TechnologyRe-Engineering Databases using Meta-Programming Technology
Re-Engineering Databases using Meta-Programming Technology
 

Recently uploaded

Recently uploaded (20)

Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
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
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & Systems
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Basic Intentional Injuries Health Education
Basic Intentional Injuries Health EducationBasic Intentional Injuries Health Education
Basic Intentional Injuries Health Education
 

Web Based Agriculture Information System

  • 1. Web Based Agriculture Information System O.N.N. Fernando and G.N. Wikramanayake Department of Statistics and Computer Science, University of Colombo. E-mail: f.owen@mailexcite.com and gihanw@cmb.ac.lk ABSTRACT Some countries use agricultural information systems to assist different users such as planters, researchers, prospective investors, importers and exporters. Sri Lanka despite having an agricultural based economy does not have an information system of this nature. This paper describes the design and development of a web based agricultural information system for the main crops of Sri Lanka. The main feature of this information system is the availability of agricultural information on Sri Lanka to various users through the Internet. The information that can be made available through such an information system includes the crops and inter- crops, their production and export details, crop and inter-crop diseases, land availability, soil suitability, fertiliser, research institutes and researches. Most of this information is in the form of statistical data and facts about these crops and products made out of them. These information will be made available to this information system through respective institutes in Sri Lanka, namely: Rubber Research Institute, Agalawatta; Tea Research Institute, Thalawakale; Coconut Research Institute, Lunuwila; and Rice Research Institute, Gannoruwa. Currently, this system is a prototype at the University of Colombo, which will eventually be maintained by authorised users of these institutes. The front-end of this system use Java applets for its graphical user interfaces, while the back-end uses an Oracle database to manage its data. The front-end and back- end of this system is connected using an Oracle thin driver. The data retrieval and update of this system is done using embedded SQL queries.
  • 2. 1. INTRODUCTION Sri Lanka is an agricultural country and its main exports include tea, rubber and coconut [CEN96]. Rice is also an important crop in Sri Lanka because it is the main food consumed by Sri Lankans [AGR96]. However, Sri Lanka does not have an accessible agricultural information system on its main crops for the potential users. As a result, the scope of promoting agricultural activities is limited. Nowadays, the information technology on the Internet performs commanding roles [BAR95] and hence, people do not have to rely on books and reports, which are usually hard to find and access. Also published information in books and reports often fail to reflect the current status, which is essential in a competitive world. This situation can be addressed by maintaining an agricultural information system and making that information available on the Internet [KRO95]. This will help researchers, investors, planters, importers and exporters. Such systems are already used in some countries [CGIAR, RWa, RWb]. This paper describes the design and development of an agricultural information system for the four main crops in Sri Lanka, namely: tea, rubber, coconut and rice. Access to this system is provided through the Internet. The users will be able to view the required information as tables or graphs. 1.1 Benefits of the System The four main research institutes of Sri Lanka, namely: Rubber Research Institute, Agalawatta; Tea Research Institute, Thalawakale; Coconut Research Institute, Lunuwila; and Rice Research Institute, Gannoruwa maintains various forms of agricultural information and make them accessible to potential users in the forms of periodical reports and books. This information usually contains standard summarised data of the recent past but fails to cater special interest groups and other research institutes seeking for current data. For instance, researches in this field find it difficult to identify the on going research programmes for crops, as such data is not documented. An information system of this type will help to resolve these problems and make whatever information maintained more valuable.
  • 3. In Sri Lanka there are several companies which manufacture several products from tea, rubber, coconut and rice. Several web sites in the Internet [LSP] provides information about these companies. However, agricultural information on crops and inter-crops, their production and export details, crop and inter-crop diseases, land availability, soil suitability, fertiliser, research institutes and researches are not yet available on the Internet. Our web based agricultural information system is an attempt to address this issue. 1.2 Objectives Our objective is to introduce an agricultural information system on the Internet so that it will eventually allow potential users to query and obtain the desired information. The data of this system is to be stored using a central database and maintained by the main research institutes. System is to be portable as the computer system that maintains this data may change from time to time. 2. METHOD The software for the development of this agricultural information system was decided based on the above objectives. As a result, Java [DEI97, JEP97, LAU96] was chosen to create the front-end for the system and Oracle [BUR96, TOM96] for the back- end database. The graphical user interfaces of the front-end to use Java applets [JTHP] and accesses the back-end Oracle database using embedded SQL queries [BUR96, EME89] for retrieval and update. The front-end and back-end to be connected using an Oracle thin driver [JDBC97, ORA]. The information of the system is viewed using a web browser [TUR95]. This information is to be presented as hypertext documents [HES95, MAT98] containing Java applets. Since the database will require updating by non-computing proficient personals at respective research institutes, the system provides easy access to the database for all types of data manipulation. Security of the database is ensured by the use of a password for updating purposes, which will be given to the main research institutes. The Information System provides the external user the ability to obtain summarised information in a preferred format. This can be production for certain crop types for any given years or achievements by researchers during resent past with their results.
  • 4. 2.1 World Wide Web The World Wide Web (WWW) [BAR95, KRO95, TUR95] is a huge collection of interconnected hypertext documents on the Internet. A hypertext document contains hot links to other documents. Hypertext links are usually visible as highlighted words in the text. Graphics, video clips, sound can also be part of these documents. Clicking on them with a mouse activates links. There are many thousands of hypertext authors on the Internet and anyone can connect to them. There is no beginning or end when connecting to web documents. However, groups of associated pages are usually structured hierarchically. The WWW is based on two standards: The HyperText Transport Protocol (HTTP) and the HyperText Mark-up Language (HTML). HTTP describes the way that hyper text documents are fetched over the Internet. HTML specifies the layout and linking commands present in the hypertext documents. Resources on the web are specified with a Uniform Resource Locator (URL). A URL specifies the protocol used to fetch a document as well as its location. 2.2 HTML HTML is a document layout and hyperlink specification language. It defines the syntax and placement of special, embedded directions that aren’t displayed by the browser, but tell it how to display the contents of the document, including text, graphics, and other support media. The language also specifies how to make a document interactive through special hypertext links. 2.3 Java Java [DEI97, JEP97, LAU96] is an object-oriented language. It allows the user to write robust and reliable programs, build applications that will run on any platform without recompiling your code and distribute applications over a network in a secure fashion. 2.4 Java Applets Java applets are programs written in Java and included in HTML pages. An applet is automatically downloaded from a web site and run within the web browser when an
  • 5. instruction to do so is contained within the web page you are viewing. Applets on a web page are modelled in the way as images (e.g. GIF) are displayed on a web page [LAU96]. There are few browsers that support Java applets (e.g. HotJava, Netscape 2.0, and Internet Explorer 3.0). When an applet is placed on a web page, it is given a display area on the page. This display area belongs to the applet, and the content of it is controlled by the applet. Some applets use this area to present animation while others use it to display information taken from a database or to allow the user to select items from a list. 2.5 Oracle Database Oracle is the most widely used Relational Database Management System (RDBMS) [ELM94] in the world. Oracle Corporation [ORA] offers Oracle RDBMS as its core product in its product line, which also includes a forth-generation application development tool set, reporting tools and utilities. A relational database is simply defined as a data model that is strictly viewed by its users as tables. A table is a two dimensional matrix composed of rows and columns. At any time when the data is changed in the Oracle database, it is the table or the data therein that is changed. Finally, the result of a query is presented to the user in the table format. The Structure Query Languages (SQL) [EME89] is the query language of this database. The Oracle database will be run on the server side. 2.6 JDBC Thin Driver Traditional application programs connect to a database using an Open DataBase Connectivity (ODBC) driver [JETC97, MSHP]. Java application programs use Java DataBase Connectivity (JDBC) drivers for this purpose [JTHP]. Oracle thin driver is a Type 4 driver that uses Java sockets to connect directly to Oracle [ORA]. It provides its own implementation of a TCP/IP version of Oracle’s SQL*Net. This driver is platform- independent as it is written entirely in Java. The thin driver does not require Oracle software for the client side. It connects to any Oracle database of version 7.2 and higher. The client needs only a Java enables browser. The driver requires a TCP/IP listener on the server side.
  • 6. Prior to accessing the data from the database, each Java applet import the JDBC classes, register the JDBC driver and establish the connectivity with the database. 3. DESIGN Identifying the main entities, their attributes, relationships and constraints, commences the design of a database application. The entities of an agricultural information system represent different information on crops. This include crops and inter- crops, production and export, crop and inter-crop diseases, land availability, soil suitability, fertiliser, research institutes and researches [CEN96, TIL96]. These entities are inter-related by crop, product or institute. The full details are available in [FER98]. Characteristics of some of the entities are given in table 1. The table and attribute names used for these entities and their characteristics are given within brackets in italics font style. Entity Characteristics Crops Specialisation Name of the crop (Crop_Name) (Crops_Specialisation) Unique code of the crop (Crop_No) Product Specialisation Code of the crop (Crop_No) (Product_Specialisation) Name of the product (Product_Name) Unique code given to a product (Product_No) Production Code of a product (Product_No) (Production) Quantity produced (Quantity) Year of production (Year) Unit cost of the Production (Cost_of_Production) Institute Description Unique code given to a crop (Crop_No) (Institute_Description) Unique code given to a institute (Institute_No) Name of institute (Name_of_Institute) Location of the institute (Location) Research Type Description Unique code given to a institute (Institute_No) (Research_Type_Description) Description of research type (Research_Type) Unique code given to a research type (Research_Type_No) Research Description Unique code given to a research type (Research_Description) (Research_Type_No) Description of research (Research_Des) Achievements of research (Achievements) Annual output of the research (Output) Year of the research (Year) Table 1: Selected Entity / Characteristics of an Agricultural Information System 4. IMPLEMENTATION The set of tables is created using the relational database for the identified entities at the design stage. The uniqueness of the data fields in these tables are established using
  • 7. primary keys, while the relationships are maintained using foreign keys [ELM94, FER98]. The web pages of this information system will guide the use and operation of this system. Figure 1 illustrates the home page for our agricultural information system. Respective crop information is chosen through a hyperlink of this page. For instance information on research done on rubber by institutes can be viewed through respective the hyperlinks for Rubber and Rubber Institutes (cf. figures 1 and 2). Figure 1: Home Page of the Agricultural Information System Figure 2: Information Page on Rubber
  • 8. 4.1 Information Retrieval Making queries for information retrieval can be done in different ways. These are specified using appropriate dialog and list boxes (cf. figure 3). Required query statements are constructed by the Java applets and the users need not be aware of them. Figure 4 describe an information retrieval statement issued for the query of figure 3. Here list options chosen are passed to the query statement using variables of the Java applets. These variables are shown in italic font style and are always enclosed using +, " and ' symbols (see figure 4). Figure 3: Retrieval Information on Rubber Research Query = "SELECT Research_Des, Achievements, Output, Year FROM Institute_Description i, Research_Type_Description r, Research_Description d WHERE i.Institute_No = r.Institute_No and r.Research_Type_No = d.Research_Type_No and i.Location = '"+location+"' and r.Research_Type = '"+research_type+"' and Year = '"+year+"' "; Figure 4: An SQL Information Retrieval Query Statement of the System 4.2 Information Updating Authorise persons can update the database by specifying the username and password (cf. figure 5) through the web browser. As in the data retrieval case, the update statements are included in the Java applets and the authorised person does not need to know how such a query (e.g. figure 6) is made using SQL.
  • 9. 4.3 Current Status Currently, this system is a prototype located at the University of Colombo as it was developed as a part fulfilment of a degree program. This prototype runs its web server the database on Windows NT. Some database maintenance tasks (e.g. deleting data) of the system are done at the server machine and not through a web browser. Ultimate objective is to allow such tasks to be performed remotely by authorised personnel of the research institutes. Figure 5: Username and Password Access for Authorised Updates Query = "INSERT INTO Research_Description (Research_Type_No, Research_Des, Achivements, Output, Year) VALUES(?,?,?,?,?)"; Figure 6: An Update SQL Query Statement of the System Graphical summaries in the form of bar charts, histograms and line graphs needs to be added to compare the numerical data. Such graphical representation can be dynamically produced in a similar manner to presenting data in tables [LAU96, TUR95]. Java applets (e.g. BarChart) is available to do such tasks. Actual operations of the system cannot be pursued until a server is set-up and maintained by appropriate institutes. All the major research institutes should be provided with Internet access to make this project a reality.
  • 10. 5. CONCLUSION This work is an initial step to show that the creation this kind of information system is feasible. The real benefits of this type of information system to agricultural based country such as Sri Lanka can be seen when it become operational, as planters, importers, exporters and researchers will have access to up-to-date information. 6. ACKNOWLEDGMENT We acknowledge the support and information provided to us by the four institutes. Special references to Dr. Janakee Eswara of Rice Research Institute and Dr. Karnika De Silva of Rubber Research Institute. 7. REFERENCES [AGR96] Agrotechnical Information, "Crop Specialization for Sri Lanka: 1997-2000", Department of Agriculture, Ministry of Agriculture, Lands and Forestry, 1996. [BAR95] Barron B., Ellsworth J.H. and Saretz K.M., "Internet", Sams. Net Publishing, 1995. [BUR96] Burleson D.K., "Oracle Database Applications", Coriolis Groups, 1996. [CEN96] Central Bank of Sri Lanka, "Annual Report", 1996. [CGIAR] Consultative Group on International Agricultural Research (CGIAR) Home Page, http://www.irri.org. [DEI97] Deitel H.M. and Deitel P.J, “Java How to Program”, Prentice-Hall, 1997. [ELM94] Elmasri R. and Navathe S.B., “Fundamentals of Database Systems”, 2nd edition, Benjamin/Cummings, 1994. [EME89] Emerson S.L., Darnovsky M. and Bowman J.S., "The Practical SQL", Addison-Wesley, 1989. [FER98] Fernando O.N.N., “Agricultural Information system for the World Wide Web”, B.Sc. dissertation, University of Colombo, Colombo, Sri Lanka, 1998. [HES95] Heslop B. and Budnick L., "HTML Publishing on the Internet", Ventana, 1995. [JDBC97] JDBC Documentation, Oracle Corporation, 1997 in [ORA]. [JEP97] Jepson B., "JAVA database programming", John Wiley & Sons, 1997.
  • 11. [JETC97] Jet Connect JDBC-ODBC driver Documentation, XDB Systems Inc., 1997 [JTHP] Java Technology Home Page, http://www.javasoft.com. [KRO95] Krol E.D. and Ferguson P., "The Whole Internet", O'Reilly & Associates, 1995. [LAU96] Vanhelsuwe L., Phillips I., Hsu G.T., Sanker K., Ries E., Rohaly T. and Zukowski J., “Mastering Java”, BPB Publications, 1996. [LSP] Lanka Super Pages - The Ultimate Business Connection, http://www.lsplk.com. [MAT98] Matthews M.S. and Poulsen E.B., "Frontpage 98: The Complete Reference", Osborne McGraw-Hill, 1998. [MSHP] Microsoft Home Page, http://www.microsoft.com. [ORA] Oracle Home Page, http://www.oracle.com, Oracle Corporation. [RWa] Rice Web Home Page - World’s longest running cereals, http://www.riceweb.org, International Rice Research Institute, Philippians. [RWb] Rice World Home Page - Museum dedicated to rice, http://www.riceworld.org, International Rice Research Institute, Philippians. [TIL96] Tillekeratne L.M.K. and Yogaratnam N. (editors), "Annual Review", Rubber Research Institute of Sri Lanka, 1996. [TOM96] Tommie L., “Essential Oracle 7”, Prentice-Hall, 1996. [TUR95] Turligton S.R., "Walking the World Wide Web", Ventana, 1995.