SlideShare una empresa de Scribd logo
1 de 10
Descargar para leer sin conexión
International Journal in Foundations of Computer Science & Technology (IJFCST) Vol.6, No.2, March 2016
DOI:10.5121/ijfcst.2016.6204 45
ARCHITECTURAL FRAMEWORK FOR DEVELOPING
COMPONENT BASED GIS SYSTEM
Dinesh Singh1
and Aman Jatain2
1
Department of Computer Science, M. D. University, Rohtak
2
Department of Computer Science, Amity University, Gurgaon
ABSTRACT
Component Based Software Engineering has one main sole motive of making the development process of
software systems as easy as possible and to achieve this objective work needs to be done in previous
systems to identify the concerns and limitations which can be overcome using this software engineering
based approach. In this paper to support concept of component based system a domain is chosen that
covers the GIS systems. GIS (Geographic Information Systems) are commonly used for development of map
based applications these systems are widely used across the web and in various organizations. With the
development and deepening of GIS, traditional GIS systems showed the challenges on isolation, sealing,
interoperability and the limitations, thereby hindering further development and application of GIS
technology. In this paper framework for component based GIS system is proposed. This framework is
having rich graphical interface and user data can be easily retrieved from the connected database and
displayed in the browser.
KEYWORDS
Architecture, Component, Geography Markup Language, Geographic Information System.
1. INTRODUCTION
Software reuse is the use of already developed software system to construct new software
systems. It is one of the upcoming fields in the area of software engineering because it increases
the productivity by reducing the cost and time in developing a software system from scratch [11].
Software reuse enhances the quality by making the software system more reliable and flexible
and thus developed software system using this technology is easy to maintain and upgrade [19].
The goals of software reuse are realized by Component Based Software Engineering (CBSE),
which is also known as Component Based Software Development (CBSD). CBSE focuses on the
development of software system using existing reusable software components. The basic idea in
this approach is to develop a software system by selecting reusable components from repository
and then assemble them into a well-defined architecture. The main motive behind component
based development is to develop a set of standardized software components that can be fit into
any architectural within application domain and application is then assembled using these
prebuilt components. A software component can be software, a web service, a web resource or a
unit that constitute a set of related functions or data. In this paper domain chosen for
implementing the concept of component based system is GIS systems. The need is to develop a
desktop like GIS application that provides a rich user interface and visualization. The user can
view data stored in database and can view that data on a map. The technologies used in the
proposed system support easy access with database and integration with other frameworks.
International Journal in Foundations of Computer Science & Technology (IJFCST) Vol.6, No.2, March 2016
46
In literature many techniques using component based GIS architecture are discussed to build
Geographic Information System (GIS). In GIS architecture, the GIS system is divided into
various levels that make development easy. In each level there are different components
connected through interfaces through which interaction takes place among these levels.
Component based GIS system ComGIS is divided into three levels: the view level, the implement
level and the control level. In some approach, the GIS is also modelled using UML, that defines
the various attributes of GIS and open GIS system architecture is used for developing component
software environment of GIS. Each service entity represented as a component unit and assembled
as part of GIS system. In this architecture a component is defined as a collection of several
essential service entities. Each service entity is corresponds to one service in the GIS system. The
components in this architecture are modelled using UML and are developed in object oriented
computing environment, COM (Component Object Model) and Visual C++. A particular
application domain needs a vast amount of data to identify components and a domain oriented
approach is used for GIS component selection. Here GIS component information is managed by
collecting and comparing information from various sources. The methodology used in this
framework is consist of entities which correspond to the main concepts of GIS component
domain. The structure of component based Enterprise is based on GIS spatial database engine
SuperMap, SDX+ and implements database into SQL server and Oracle relational database and
design integrated spatial database.
An implementation of WebGis is a prototype called FreeXGIS which is based on Distribute
components describes a development approach of the system using EJB, Distributed Component
Object Model (DCOM) and XML. FreeXGIS is a hierarchical architecture and architecture is
divided into four layers: database layer, component management and presentation layer. The main
objective here is on integration of components that are likely to have developed separately and
even independently. Component identification, customization and integration are crucial activities
in the life cycle of component-based systems. The application is designed using a java based
AJAX technology called Google Web Tool Kit or GWT, which is a set of open source tools. In
addition to this an open-source library, Openlayers is used to display a map in this GWT
application. The tools used in this system can be easily accessed and used in a single IDE
(Integrated Development Environment).
2. ARCHITECTURE OF GIS SYSTEMS
Depending on the way how the project is developed different architectural patterns might be used.
One of the patterns that have been depicted in Figure 1 is the Model View Controller. This pattern
is mostly used on many different types of platforms including Java. All the three parts of this
model are strongly interconnected with each other and communicate with each other by sending
requests, data or commands. This pattern provides the possibility to split parts of application logic
and the interface. The open source tools that have been used in this project are called GWT and
they are based on Java. This pattern supports this set of tools. In case of the GWT application,
Model is partly responsible for handling the business logic and also responsible for handling calls
to the server using GWT-RPC. GWT-RPC is an important feature of GWT as this feature
supports communication with the server using RPC (Remote Procedure Calls).Thus providing the
advantage to the user to develop rich web based internet applications where user can integrate the
application with other java frameworks and server side solutions.
The Model notifies any changes that have been made in the data to observer. The View is the user
interface that has been built up using GWT widgets or other similar libraries like GWT-Ext or
International Journal in Foundations of Computer Science & Technology (IJFCST) Vol.6, No.2, March 2016
47
Smart GWT. It reacts to any changes that are made in the Model and dispatches the user actions
to the Controller. The Controller is responsible for handling events sent from the View and
according to them it can modify the Model. Each part of this pattern communicates with each
other by sending messages requests or commands. The data can be exchanged by issue of
commands or sending request to the respective part which is responsible for handling that data.
Figure 1 Model View Controller
Another architectural model as shown below in the Figure 2 which can be used is Model View
Presenter. It is a modification of MVC. In this model instead of the Controller, the Presenter is the
used in the middle of Model and View. The Presenter gets the all the events from the View, and
according to which it performs the required actions on the Model, and then updates the View
according to those changes in the Model.
In this type the model is strictly a domain model as all the responsibility for handling the
presentation logic is managed by the Presenter. Here the presenter acts upon the model and the
view.
Figure 2. Model View Presenter
International Journal in Foundations of Computer Science & Technology (IJFCST) Vol.6, No.2, March 2016
48
2 .1 Components of GIS Systems
The best representation of a GIS approach can be achieved by breaking application functionality
into modular and flexible components each component providing some different services. These
services can be integrated, reused and invoked independently of the technology that is being used.
Also they can be used to create more sophisticated services. The proposed approach towards
interoperability is a GIS application. GIS application is having three tier architecture which
consists of presentation tier, service tier and database tier. In this architecture a deployment style
is used where the functionality is separated into layers.
A) Presentation Tier
The presentation tier is at the topmost level of the application and provides the application user
interface. It accepts user inputs and displays results to the user. This tier is usually represented by
a Web browser or mobile application. The user interface is composed of widgets, various controls
such as text box, buttons, drop-down lists and a “slippy” map that is embedded in the application.
This tier communicates with other tiers and retrieves the result for clients. With the help of the
GWT a rich interactive user interface can be designed by using the GWT widgets and each button
textbox or other GWT widgets have events associated with them which are fires when any
activity is seen like clicking a button or entering data in textbox or selecting an item in a list. The
presentation tier can be mode more attractive by use of CSS (Cascading style sheet) which is by
default included in a GWT application when user creates any GWT application. The CSS follows
a format which is used to make the buttons, labels, dialog panel and other GWT widgets more
attractive to look on the browser. Each GWT application has a HTML and CSS file included with
it which helps the user to customize the application to appear according to the user and each
widget is displayed according to as designed by the user.
B) Service Tier
The service layer is represented by the client-server application architecture and consists of a
Web server. It controls the application functionality by taking user requests, performing
processing and pulls out results to the clients in the form of tables and a map. It receives input
information from the user, connects to the database tier, retrieves and processes information then
sends it back to presentation tier. The service tier is responsible for communication between
presentation and database tiers. The data is retrieved from the database with help of Hibernate
framework. In the applications GWT integration with hibernate framework is used to retrieve data
from database. The Hibernate configuration file includes the necessary information to connect to
the database like the JDBC driver to be used and the username or the password for the database.
This file gives information that the application has to connect to which database and the name of
column in which the data is stored.
C) Database Tier
The database layer consists of data stored by the user in form of tables, in this application
database HSQL (HyperSQL Database) or MYSQL can be used. The advantage of HSQL is that it
is written in java. It incorporates the advantage of a small, fast multithreaded and transactional
database engine and supports embedded and server mode. It also consists of a powerful command
line SQl tool and simple GUI query tools. We have used HSQL and MYSQL. According to the
user needs any database can be used but mostly the HSQL database is used because it stores
tables in memory which can be accessed quickly but users who are more familiar with MySQL or
International Journal in Foundations of Computer Science & Technology (IJFCST) Vol.6, No.2, March 2016
49
other databases like Oracle or PostgreSQL can use that database also. Hibernate framework is
used to manage all the intricate details of connection with the database so as user need to
remember the steps to connect to database and access data.
3. RESEARCH METHODOLOGY
The proposed work is about implementing a GIS system based on opensource technologies and
integrating these technologies to retrieve data from database and display it to the user. This
system employs the use of GWT Framework in Java and an IDE (Integrated Development
Environment) where these technologies are integrated.
3.1 GWT
Google Web Toolkit (GWT), a set of development tools, programming utilities, and widgets that
allows the user to create rich Internet applications that are very different from the web
applications that are built using javascript or other different tools. The major difference between
GWT and all the other frameworks that are being used is that using GWT the user can easily
write the browser-side code in Java instead of using JavaScript, thus providing the advantage to
java developers to code in a language they are quite familiar with and in any IDE using different
frameworks. Thus users that have an understanding of Java can easily build Ajax based internet
applications without the need to learn the traditional style of JavaScript coding. Thus the user gets
access to the Java development tools that are already available.
Google provided GWT, allowing these rich web based applications to be written in Java, by just
using the tools that are already existing. As the size and complexity of rich Internet applications is
increasing to a large extent there is a need to develop applications easily using concepts and tools
that are already familiar to the developer and the user. The large internet applications are very
difficult to manage, and Java was designed to make the process of developing large applications
manageable. GWT brings all the benefits of Java to rich Internet applications and it also allows
the user to interact with the existing JavaScript code. If the user wants to use GWT the user can
also integrate it with the javascript code if user is familiar with JavaScript coding hence making
GWT flexible and also it can be integrated with the existing server-side services.
3.2 Features of GWT
GWT is a Java-to-JavaScript compiler that produces code capable of running on different web
browsers like Internet Explorer, Firefox, Mozilla, Safari, and Opera. The GWT provides a
compiler which converts the Java syntax to the corresponding JavaScript code, and it utilizes the
JavaScript versions of the Java classes that are used commonly like Vector, HashMap, and Date.
GWT also includes a large library of widgets and panels, thus reducing the effort to build a web
application that looks similar to a desktop application. The widget library includes the usual
suspects like text boxes, dropdown menus, and other form fields. Also it includes some complex
widgets like a menu bar, tree control, dialog box, tab panel, stack panel etc. GWT provides
different tools for communication with the server. Like firstly it includes several wrappers of
different complexity and capability around the JavaScript XML, HttpRequest object, which is an
object that is most often associated with the Asynchronous JavaScript and XML (AJAX)
development. Another tool provided by GWT is a set of classes which support the JavaScript
Object Notation (JSON) message format. JSON is a popular message format which is best known
for its simplicity and the widespread availability.
International Journal in Foundations of Computer Science & Technology (IJFCST) Vol.6, No.2, March 2016
50
3.3 Why GWT?
GWT also supports a tool that enables Java objects between the browser and server without the
need to transform them into an intermediate message format. This tool allows the user to access
the server side services that are written in any language and enable it to integrate with other main
Java based frameworks: Java- Server Facse (JSF), Spring, Struts and Enterprise Java Beans
(EJBs). This flexibility means that GWT doesn’t increase the amount of work; instead, it makes it
possible for the user to continue to use the same server-side tools that user uses normally and that
are well known to the user. But it is not very easy to write these rich Internet applications in Java.
GWT also provides the support for a JUnit testing framework and a special hosted-mode browser
that allows the user to develop and debug applications in Java without ever needing to deploy the
code to a server. This saves the time and also the GWT-RPC (Remote Procedure Call)
mechanism allows the user to send Java objects between the client and server with only a little
more work on both the client and server sides. Also there is a great GWT Openlayers wrapper
which allows the user to easily view the geographic data in a GWT application. The user can
display and view maps in GWT applications by including the GWT openlayers jar file in their
GWT applications. The javascript functionality of the openlayers API can easily be accessed
throughout GWT by inheriting it in the GWT XML file.
3.4 GWT Widgets
The below figures depicting individual GWT widgets have been referenced from the official
GWT website http://www.gwtproject.org/doc/latest/RefWidgetGallery.html
International Journal in Foundations of Computer Science & Technology (IJFCST) Vol.6, No.2, March 2016
51
3. EXPERIMENTAL RESULTS
Here figure 3 shows the results in the form of screenshots which are being taken when the
application is running
A) When we select a checkbox to view contact information
Figure 3 contact information
International Journal in Foundations of Computer Science & Technology (IJFCST) Vol.6, No.2, March 2016
52
This result is displayed when for the first time application is run, in the screenshot add and delete
buttons provide the ability to user to add new or delete any contacts:
B) When we run the application a list is displaying containing all the contacts.
Figure 4 List of contacts
This result is displayed to display the contact data on the map provided by the OpenLayers
library.
C) When user clicks on the show button contact information is shown on the map.
Figure 5 Map showing contact information
International Journal in Foundations of Computer Science & Technology (IJFCST) Vol.6, No.2, March 2016
53
4. CONCLUSION AND FUTURE WORK
This paper provides a view of the GIS systems and the need to develop a GIS application using
open source tools and libraries. Thus after getting a deep understanding of the requirements of the
system and to provide an interactive easily accessible understandable user interface GWT fulfils
the need for a suitable application framework for a GIS system that can be divide into
components. In GWT each part provides different functionality, the client and server
responsibility is structured and separated hence using RPC mechanism the goals can be
accomplished. Also GWT can be integrated with hibernate framework using DTO to access data
stored in the databases. The open source OpenLayers library provides easy access to geographic
data and data can be easily displayed in the GWT application using GWT OpenLayers wrapper
library. Hence the questions which were posed while identifying the research problems are
answered in this proposed system. This application can easily be built using open source
technologies.
The proposed framework focuses on use of open source tools and libraries and it can be extended
by integrating a spatial database having spatial datasets. This database can be populated by
collecting data for a single domain like traffic data or data of pollution areas. Also an open source
server like Geo server can be integrated with this database to collect data from database and
display it to the user in the GWT application.
REFERENCES
[1] Bosch, “Design & Use of Software Architectures Adopting and evolving a product-line approach”,
May 2010.
[2] Debayan Bose, “Component Based Development”, Indian Statistical Institute.
[3] Do-Hyun Kim, Kwang-Soo Kim, Haeock Choi, and Jong-Hun Lee, “The Design and Implementation
of Open GIS Service Component”.
[4] Dong Wei and Xun Chu, “Design and Research of 3DGIS System Base on Component”, 2010.
[5] Do-Hyun Kim and Min-Soo Kim, “Web GIS Service Component Based On Open Environment”,
IEEE 2002.
[6] Indranil Misra, S.Manthira Moorthi, Rajdeep K Gambhir and R. Ramakrishnan, “Evolutionary Rapid
Development using open source framework for Geospatial Data Processing” , 2011”.
[7] Gabriela Gaetan, Viviana Saldaño, Agustina Buccella, and Alejandra Cechich, “A Domain-Oriented
Approach for GIS Component Selection, 2010”.
[8] I.Crnkovic and M. Larsson, “Building Reliable Component- Based Software Systems”, 2002.
[9] Luiz Fernando Capretz, Miriam A. M. Capretz Dahai Li, “Component-Based Software
Development”, department of electrical & computer engineering, IECON1: THE 27TH Annual
Conference of the IEEE Industrial Electronics Society.
[10] M. Jazayeri. Some trends in web application development. In FOSE’07: Future of Software
Engineering, pages 199–213, USA, IEEE Computer Society, 2007.
[11] Qiuxiang Yang, “Application Research on Software Reuse Science and Technology”, North
University of China, 2010.
[12] Qiaomei Su and Bei Jia, “The Design and Development of Component Based Enterprise GIS,
Surveying Science and Technology”, IEEE 2011.
[13] Tan Jing, Zhang Baiping and Wan Li, “Design and Implementation of WebGIS based on Distributed
Components”, IEEE 2008.
[14] W. Frakes and C. Terry, “Software Reuse: Metrics and Models”, ACM Computing Surveys June
1996.
International Journal in Foundations of Computer Science & Technology (IJFCST) Vol.6, No.2, March 2016
54
[15] Thorsten Kisner, Helge Hemmer and Klaus Jacobi, “Integrating Spatial Information into JSF Java EE
Web Applications with GeoJSF” , GeoProcessing 2011: The Third International Conference on
Advanced Geographic Information Systems, Applications, and Services, AHT GROUP AG
Management & Engineering Essen, Germany.
[17] Xeu Shengjun and Zhang Liang, “Developing GIS software with Component Technique, Department
of Computer and Software”, IEEE 2008.
[18] Xia Cai, Michael R. Lyu, Kam-Fai Wong, “Component-Based Software Engineering: Technologies,
Development Frameworks, and Quality Assurance Schemes”, The Chinese University of Hong Kong.
[19] Yong-liu and Aiguang-yang, “Research and application of Software-reuse”, 2007.

Más contenido relacionado

Similar a ARCHITECTURAL FRAMEWORK FOR DEVELOPING COMPONENT BASED GIS SYSTEM

Local Service Search Engine Management System LSSEMS
Local Service Search Engine Management System LSSEMSLocal Service Search Engine Management System LSSEMS
Local Service Search Engine Management System LSSEMSYogeshIJTSRD
 
demystifying_the_architectures_of_a_mobile_app_development.pptx
demystifying_the_architectures_of_a_mobile_app_development.pptxdemystifying_the_architectures_of_a_mobile_app_development.pptx
demystifying_the_architectures_of_a_mobile_app_development.pptxsarah david
 
IRJET- Plug-In based System for Data Visualization
IRJET- Plug-In based System for Data VisualizationIRJET- Plug-In based System for Data Visualization
IRJET- Plug-In based System for Data VisualizationIRJET Journal
 
Improved Strategy for Distributed Processing and Network Application Developm...
Improved Strategy for Distributed Processing and Network Application Developm...Improved Strategy for Distributed Processing and Network Application Developm...
Improved Strategy for Distributed Processing and Network Application Developm...Editor IJCATR
 
Improved Strategy for Distributed Processing and Network Application Development
Improved Strategy for Distributed Processing and Network Application DevelopmentImproved Strategy for Distributed Processing and Network Application Development
Improved Strategy for Distributed Processing and Network Application DevelopmentEditor IJCATR
 
demystifying_the_architectures_of_a_mobile_app_development.pdf
demystifying_the_architectures_of_a_mobile_app_development.pdfdemystifying_the_architectures_of_a_mobile_app_development.pdf
demystifying_the_architectures_of_a_mobile_app_development.pdfsarah david
 
Android Application For Decentralized Family Locator
Android Application For Decentralized Family LocatorAndroid Application For Decentralized Family Locator
Android Application For Decentralized Family LocatorIRJET Journal
 
2014_report
2014_report2014_report
2014_reportK SEZER
 
UNIT3 PART2.pptx dhfdifhdsfvgudf dhfbdhbffdvf
UNIT3 PART2.pptx dhfdifhdsfvgudf dhfbdhbffdvfUNIT3 PART2.pptx dhfdifhdsfvgudf dhfbdhbffdvf
UNIT3 PART2.pptx dhfdifhdsfvgudf dhfbdhbffdvfputtipavan23022023
 
Implementation and Evaluation of a Component-Based framework for Internet App...
Implementation and Evaluation of a Component-Based framework for Internet App...Implementation and Evaluation of a Component-Based framework for Internet App...
Implementation and Evaluation of a Component-Based framework for Internet App...ITIIIndustries
 
Design Model & User Interface Design in Software Engineering
Design Model & User Interface Design in Software EngineeringDesign Model & User Interface Design in Software Engineering
Design Model & User Interface Design in Software EngineeringMeghaj Mallick
 
Bt0081 software engineering
Bt0081 software engineeringBt0081 software engineering
Bt0081 software engineeringTechglyphs
 
National%20 online%20examination%20system%20an%20architectural%20perspective
National%20 online%20examination%20system%20an%20architectural%20perspectiveNational%20 online%20examination%20system%20an%20architectural%20perspective
National%20 online%20examination%20system%20an%20architectural%20perspectivekalimullahmohd89
 
National%20 online%20examination%20system%20an%20architectural%20perspective
National%20 online%20examination%20system%20an%20architectural%20perspectiveNational%20 online%20examination%20system%20an%20architectural%20perspective
National%20 online%20examination%20system%20an%20architectural%20perspectivekalimullahmohd89
 
Final sds of academic a webpage based android application
Final sds of academic a webpage based android applicationFinal sds of academic a webpage based android application
Final sds of academic a webpage based android applicationpreeta sinha
 
RCAMM_IEEE_RAICS_2013_6745453
RCAMM_IEEE_RAICS_2013_6745453RCAMM_IEEE_RAICS_2013_6745453
RCAMM_IEEE_RAICS_2013_6745453Shekhar Parkhi
 
Bug Tracking System (BTS)
Bug Tracking System (BTS)Bug Tracking System (BTS)
Bug Tracking System (BTS)IRJET Journal
 
Software Architecture and Design
Software Architecture and DesignSoftware Architecture and Design
Software Architecture and DesignRa'Fat Al-Msie'deen
 

Similar a ARCHITECTURAL FRAMEWORK FOR DEVELOPING COMPONENT BASED GIS SYSTEM (20)

Local Service Search Engine Management System LSSEMS
Local Service Search Engine Management System LSSEMSLocal Service Search Engine Management System LSSEMS
Local Service Search Engine Management System LSSEMS
 
demystifying_the_architectures_of_a_mobile_app_development.pptx
demystifying_the_architectures_of_a_mobile_app_development.pptxdemystifying_the_architectures_of_a_mobile_app_development.pptx
demystifying_the_architectures_of_a_mobile_app_development.pptx
 
IRJET- Plug-In based System for Data Visualization
IRJET- Plug-In based System for Data VisualizationIRJET- Plug-In based System for Data Visualization
IRJET- Plug-In based System for Data Visualization
 
Improved Strategy for Distributed Processing and Network Application Developm...
Improved Strategy for Distributed Processing and Network Application Developm...Improved Strategy for Distributed Processing and Network Application Developm...
Improved Strategy for Distributed Processing and Network Application Developm...
 
Improved Strategy for Distributed Processing and Network Application Development
Improved Strategy for Distributed Processing and Network Application DevelopmentImproved Strategy for Distributed Processing and Network Application Development
Improved Strategy for Distributed Processing and Network Application Development
 
demystifying_the_architectures_of_a_mobile_app_development.pdf
demystifying_the_architectures_of_a_mobile_app_development.pdfdemystifying_the_architectures_of_a_mobile_app_development.pdf
demystifying_the_architectures_of_a_mobile_app_development.pdf
 
10.1.1.107.2618
10.1.1.107.261810.1.1.107.2618
10.1.1.107.2618
 
Android Application For Decentralized Family Locator
Android Application For Decentralized Family LocatorAndroid Application For Decentralized Family Locator
Android Application For Decentralized Family Locator
 
2014_report
2014_report2014_report
2014_report
 
UNIT3 PART2.pptx dhfdifhdsfvgudf dhfbdhbffdvf
UNIT3 PART2.pptx dhfdifhdsfvgudf dhfbdhbffdvfUNIT3 PART2.pptx dhfdifhdsfvgudf dhfbdhbffdvf
UNIT3 PART2.pptx dhfdifhdsfvgudf dhfbdhbffdvf
 
Implementation and Evaluation of a Component-Based framework for Internet App...
Implementation and Evaluation of a Component-Based framework for Internet App...Implementation and Evaluation of a Component-Based framework for Internet App...
Implementation and Evaluation of a Component-Based framework for Internet App...
 
Design Model & User Interface Design in Software Engineering
Design Model & User Interface Design in Software EngineeringDesign Model & User Interface Design in Software Engineering
Design Model & User Interface Design in Software Engineering
 
Bt0081 software engineering
Bt0081 software engineeringBt0081 software engineering
Bt0081 software engineering
 
National%20 online%20examination%20system%20an%20architectural%20perspective
National%20 online%20examination%20system%20an%20architectural%20perspectiveNational%20 online%20examination%20system%20an%20architectural%20perspective
National%20 online%20examination%20system%20an%20architectural%20perspective
 
National%20 online%20examination%20system%20an%20architectural%20perspective
National%20 online%20examination%20system%20an%20architectural%20perspectiveNational%20 online%20examination%20system%20an%20architectural%20perspective
National%20 online%20examination%20system%20an%20architectural%20perspective
 
Final sds of academic a webpage based android application
Final sds of academic a webpage based android applicationFinal sds of academic a webpage based android application
Final sds of academic a webpage based android application
 
RCAMM_IEEE_RAICS_2013_6745453
RCAMM_IEEE_RAICS_2013_6745453RCAMM_IEEE_RAICS_2013_6745453
RCAMM_IEEE_RAICS_2013_6745453
 
50120140502005
5012014050200550120140502005
50120140502005
 
Bug Tracking System (BTS)
Bug Tracking System (BTS)Bug Tracking System (BTS)
Bug Tracking System (BTS)
 
Software Architecture and Design
Software Architecture and DesignSoftware Architecture and Design
Software Architecture and Design
 

Más de ijfcstjournal

ENHANCING ENGLISH WRITING SKILLS THROUGH INTERNET-PLUS TOOLS IN THE PERSPECTI...
ENHANCING ENGLISH WRITING SKILLS THROUGH INTERNET-PLUS TOOLS IN THE PERSPECTI...ENHANCING ENGLISH WRITING SKILLS THROUGH INTERNET-PLUS TOOLS IN THE PERSPECTI...
ENHANCING ENGLISH WRITING SKILLS THROUGH INTERNET-PLUS TOOLS IN THE PERSPECTI...ijfcstjournal
 
A SURVEY TO REAL-TIME MESSAGE-ROUTING NETWORK SYSTEM WITH KLA MODELLING
A SURVEY TO REAL-TIME MESSAGE-ROUTING NETWORK SYSTEM WITH KLA MODELLINGA SURVEY TO REAL-TIME MESSAGE-ROUTING NETWORK SYSTEM WITH KLA MODELLING
A SURVEY TO REAL-TIME MESSAGE-ROUTING NETWORK SYSTEM WITH KLA MODELLINGijfcstjournal
 
A COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLES
A COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLESA COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLES
A COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLESijfcstjournal
 
SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...
SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...
SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...ijfcstjournal
 
AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...
AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...
AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...ijfcstjournal
 
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...ijfcstjournal
 
STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...
STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...
STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...ijfcstjournal
 
AN OPTIMIZED HYBRID APPROACH FOR PATH FINDING
AN OPTIMIZED HYBRID APPROACH FOR PATH FINDINGAN OPTIMIZED HYBRID APPROACH FOR PATH FINDING
AN OPTIMIZED HYBRID APPROACH FOR PATH FINDINGijfcstjournal
 
EAGRO CROP MARKETING FOR FARMING COMMUNITY
EAGRO CROP MARKETING FOR FARMING COMMUNITYEAGRO CROP MARKETING FOR FARMING COMMUNITY
EAGRO CROP MARKETING FOR FARMING COMMUNITYijfcstjournal
 
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHS
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHSEDGE-TENACITY IN CYCLES AND COMPLETE GRAPHS
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHSijfcstjournal
 
COMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEM
COMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEMCOMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEM
COMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEMijfcstjournal
 
PSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMS
PSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMSPSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMS
PSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMSijfcstjournal
 
CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...
CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...
CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...ijfcstjournal
 
A MUTATION TESTING ANALYSIS AND REGRESSION TESTING
A MUTATION TESTING ANALYSIS AND REGRESSION TESTINGA MUTATION TESTING ANALYSIS AND REGRESSION TESTING
A MUTATION TESTING ANALYSIS AND REGRESSION TESTINGijfcstjournal
 
GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...
GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...
GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...ijfcstjournal
 
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCHA NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCHijfcstjournal
 
AGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKS
AGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKSAGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKS
AGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKSijfcstjournal
 
International Journal on Foundations of Computer Science & Technology (IJFCST)
International Journal on Foundations of Computer Science & Technology (IJFCST)International Journal on Foundations of Computer Science & Technology (IJFCST)
International Journal on Foundations of Computer Science & Technology (IJFCST)ijfcstjournal
 
AN INTRODUCTION TO DIGITAL CRIMES
AN INTRODUCTION TO DIGITAL CRIMESAN INTRODUCTION TO DIGITAL CRIMES
AN INTRODUCTION TO DIGITAL CRIMESijfcstjournal
 
DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...
DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...
DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...ijfcstjournal
 

Más de ijfcstjournal (20)

ENHANCING ENGLISH WRITING SKILLS THROUGH INTERNET-PLUS TOOLS IN THE PERSPECTI...
ENHANCING ENGLISH WRITING SKILLS THROUGH INTERNET-PLUS TOOLS IN THE PERSPECTI...ENHANCING ENGLISH WRITING SKILLS THROUGH INTERNET-PLUS TOOLS IN THE PERSPECTI...
ENHANCING ENGLISH WRITING SKILLS THROUGH INTERNET-PLUS TOOLS IN THE PERSPECTI...
 
A SURVEY TO REAL-TIME MESSAGE-ROUTING NETWORK SYSTEM WITH KLA MODELLING
A SURVEY TO REAL-TIME MESSAGE-ROUTING NETWORK SYSTEM WITH KLA MODELLINGA SURVEY TO REAL-TIME MESSAGE-ROUTING NETWORK SYSTEM WITH KLA MODELLING
A SURVEY TO REAL-TIME MESSAGE-ROUTING NETWORK SYSTEM WITH KLA MODELLING
 
A COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLES
A COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLESA COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLES
A COMPARATIVE ANALYSIS ON SOFTWARE ARCHITECTURE STYLES
 
SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...
SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...
SYSTEM ANALYSIS AND DESIGN FOR A BUSINESS DEVELOPMENT MANAGEMENT SYSTEM BASED...
 
AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...
AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...
AN ALGORITHM FOR SOLVING LINEAR OPTIMIZATION PROBLEMS SUBJECTED TO THE INTERS...
 
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
LBRP: A RESILIENT ENERGY HARVESTING NOISE AWARE ROUTING PROTOCOL FOR UNDER WA...
 
STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...
STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...
STRUCTURAL DYNAMICS AND EVOLUTION OF CAPSULE ENDOSCOPY (PILL CAMERA) TECHNOLO...
 
AN OPTIMIZED HYBRID APPROACH FOR PATH FINDING
AN OPTIMIZED HYBRID APPROACH FOR PATH FINDINGAN OPTIMIZED HYBRID APPROACH FOR PATH FINDING
AN OPTIMIZED HYBRID APPROACH FOR PATH FINDING
 
EAGRO CROP MARKETING FOR FARMING COMMUNITY
EAGRO CROP MARKETING FOR FARMING COMMUNITYEAGRO CROP MARKETING FOR FARMING COMMUNITY
EAGRO CROP MARKETING FOR FARMING COMMUNITY
 
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHS
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHSEDGE-TENACITY IN CYCLES AND COMPLETE GRAPHS
EDGE-TENACITY IN CYCLES AND COMPLETE GRAPHS
 
COMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEM
COMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEMCOMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEM
COMPARATIVE STUDY OF DIFFERENT ALGORITHMS TO SOLVE N QUEENS PROBLEM
 
PSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMS
PSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMSPSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMS
PSTECEQL: A NOVEL EVENT QUERY LANGUAGE FOR VANET’S UNCERTAIN EVENT STREAMS
 
CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...
CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...
CLUSTBIGFIM-FREQUENT ITEMSET MINING OF BIG DATA USING PRE-PROCESSING BASED ON...
 
A MUTATION TESTING ANALYSIS AND REGRESSION TESTING
A MUTATION TESTING ANALYSIS AND REGRESSION TESTINGA MUTATION TESTING ANALYSIS AND REGRESSION TESTING
A MUTATION TESTING ANALYSIS AND REGRESSION TESTING
 
GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...
GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...
GREEN WSN- OPTIMIZATION OF ENERGY USE THROUGH REDUCTION IN COMMUNICATION WORK...
 
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCHA NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
A NEW MODEL FOR SOFTWARE COSTESTIMATION USING HARMONY SEARCH
 
AGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKS
AGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKSAGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKS
AGENT ENABLED MINING OF DISTRIBUTED PROTEIN DATA BANKS
 
International Journal on Foundations of Computer Science & Technology (IJFCST)
International Journal on Foundations of Computer Science & Technology (IJFCST)International Journal on Foundations of Computer Science & Technology (IJFCST)
International Journal on Foundations of Computer Science & Technology (IJFCST)
 
AN INTRODUCTION TO DIGITAL CRIMES
AN INTRODUCTION TO DIGITAL CRIMESAN INTRODUCTION TO DIGITAL CRIMES
AN INTRODUCTION TO DIGITAL CRIMES
 
DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...
DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...
DISTRIBUTION OF MAXIMAL CLIQUE SIZE UNDER THE WATTS-STROGATZ MODEL OF EVOLUTI...
 

Último

如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样wsppdmt
 
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...Health
 
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...gajnagarg
 
Computer science Sql cheat sheet.pdf.pdf
Computer science Sql cheat sheet.pdf.pdfComputer science Sql cheat sheet.pdf.pdf
Computer science Sql cheat sheet.pdf.pdfSayantanBiswas37
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...kumargunjan9515
 
Kings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about themKings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about themeitharjee
 
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...nirzagarg
 
20240412-SmartCityIndex-2024-Full-Report.pdf
20240412-SmartCityIndex-2024-Full-Report.pdf20240412-SmartCityIndex-2024-Full-Report.pdf
20240412-SmartCityIndex-2024-Full-Report.pdfkhraisr
 
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...gajnagarg
 
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...SOFTTECHHUB
 
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...gajnagarg
 
Dubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls DubaiDubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls Dubaikojalkojal131
 
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...gajnagarg
 
Reconciling Conflicting Data Curation Actions: Transparency Through Argument...
Reconciling Conflicting Data Curation Actions:  Transparency Through Argument...Reconciling Conflicting Data Curation Actions:  Transparency Through Argument...
Reconciling Conflicting Data Curation Actions: Transparency Through Argument...Bertram Ludäscher
 
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...HyderabadDolls
 
Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...
Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...
Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...gragchanchal546
 
7. Epi of Chronic respiratory diseases.ppt
7. Epi of Chronic respiratory diseases.ppt7. Epi of Chronic respiratory diseases.ppt
7. Epi of Chronic respiratory diseases.pptibrahimabdi22
 
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制vexqp
 

Último (20)

如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
如何办理英国诺森比亚大学毕业证(NU毕业证书)成绩单原件一模一样
 
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
+97470301568>>weed for sale in qatar ,weed for sale in dubai,weed for sale in...
 
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
Top profile Call Girls In Chandrapur [ 7014168258 ] Call Me For Genuine Model...
 
Computer science Sql cheat sheet.pdf.pdf
Computer science Sql cheat sheet.pdf.pdfComputer science Sql cheat sheet.pdf.pdf
Computer science Sql cheat sheet.pdf.pdf
 
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Surabaya ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
High Profile Call Girls Service in Jalore { 9332606886 } VVIP NISHA Call Girl...
 
Kings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about themKings of Saudi Arabia, information about them
Kings of Saudi Arabia, information about them
 
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In Begusarai [ 7014168258 ] Call Me For Genuine Models...
 
20240412-SmartCityIndex-2024-Full-Report.pdf
20240412-SmartCityIndex-2024-Full-Report.pdf20240412-SmartCityIndex-2024-Full-Report.pdf
20240412-SmartCityIndex-2024-Full-Report.pdf
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
 
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
Top profile Call Girls In Latur [ 7014168258 ] Call Me For Genuine Models We ...
 
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
TrafficWave Generator Will Instantly drive targeted and engaging traffic back...
 
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
Top profile Call Girls In bhavnagar [ 7014168258 ] Call Me For Genuine Models...
 
Dubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls DubaiDubai Call Girls Peeing O525547819 Call Girls Dubai
Dubai Call Girls Peeing O525547819 Call Girls Dubai
 
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
Top profile Call Girls In Indore [ 7014168258 ] Call Me For Genuine Models We...
 
Reconciling Conflicting Data Curation Actions: Transparency Through Argument...
Reconciling Conflicting Data Curation Actions:  Transparency Through Argument...Reconciling Conflicting Data Curation Actions:  Transparency Through Argument...
Reconciling Conflicting Data Curation Actions: Transparency Through Argument...
 
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
Nirala Nagar / Cheap Call Girls In Lucknow Phone No 9548273370 Elite Escort S...
 
Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...
Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...
Gulbai Tekra * Cheap Call Girls In Ahmedabad Phone No 8005736733 Elite Escort...
 
7. Epi of Chronic respiratory diseases.ppt
7. Epi of Chronic respiratory diseases.ppt7. Epi of Chronic respiratory diseases.ppt
7. Epi of Chronic respiratory diseases.ppt
 
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
怎样办理圣地亚哥州立大学毕业证(SDSU毕业证书)成绩单学校原版复制
 

ARCHITECTURAL FRAMEWORK FOR DEVELOPING COMPONENT BASED GIS SYSTEM

  • 1. International Journal in Foundations of Computer Science & Technology (IJFCST) Vol.6, No.2, March 2016 DOI:10.5121/ijfcst.2016.6204 45 ARCHITECTURAL FRAMEWORK FOR DEVELOPING COMPONENT BASED GIS SYSTEM Dinesh Singh1 and Aman Jatain2 1 Department of Computer Science, M. D. University, Rohtak 2 Department of Computer Science, Amity University, Gurgaon ABSTRACT Component Based Software Engineering has one main sole motive of making the development process of software systems as easy as possible and to achieve this objective work needs to be done in previous systems to identify the concerns and limitations which can be overcome using this software engineering based approach. In this paper to support concept of component based system a domain is chosen that covers the GIS systems. GIS (Geographic Information Systems) are commonly used for development of map based applications these systems are widely used across the web and in various organizations. With the development and deepening of GIS, traditional GIS systems showed the challenges on isolation, sealing, interoperability and the limitations, thereby hindering further development and application of GIS technology. In this paper framework for component based GIS system is proposed. This framework is having rich graphical interface and user data can be easily retrieved from the connected database and displayed in the browser. KEYWORDS Architecture, Component, Geography Markup Language, Geographic Information System. 1. INTRODUCTION Software reuse is the use of already developed software system to construct new software systems. It is one of the upcoming fields in the area of software engineering because it increases the productivity by reducing the cost and time in developing a software system from scratch [11]. Software reuse enhances the quality by making the software system more reliable and flexible and thus developed software system using this technology is easy to maintain and upgrade [19]. The goals of software reuse are realized by Component Based Software Engineering (CBSE), which is also known as Component Based Software Development (CBSD). CBSE focuses on the development of software system using existing reusable software components. The basic idea in this approach is to develop a software system by selecting reusable components from repository and then assemble them into a well-defined architecture. The main motive behind component based development is to develop a set of standardized software components that can be fit into any architectural within application domain and application is then assembled using these prebuilt components. A software component can be software, a web service, a web resource or a unit that constitute a set of related functions or data. In this paper domain chosen for implementing the concept of component based system is GIS systems. The need is to develop a desktop like GIS application that provides a rich user interface and visualization. The user can view data stored in database and can view that data on a map. The technologies used in the proposed system support easy access with database and integration with other frameworks.
  • 2. International Journal in Foundations of Computer Science & Technology (IJFCST) Vol.6, No.2, March 2016 46 In literature many techniques using component based GIS architecture are discussed to build Geographic Information System (GIS). In GIS architecture, the GIS system is divided into various levels that make development easy. In each level there are different components connected through interfaces through which interaction takes place among these levels. Component based GIS system ComGIS is divided into three levels: the view level, the implement level and the control level. In some approach, the GIS is also modelled using UML, that defines the various attributes of GIS and open GIS system architecture is used for developing component software environment of GIS. Each service entity represented as a component unit and assembled as part of GIS system. In this architecture a component is defined as a collection of several essential service entities. Each service entity is corresponds to one service in the GIS system. The components in this architecture are modelled using UML and are developed in object oriented computing environment, COM (Component Object Model) and Visual C++. A particular application domain needs a vast amount of data to identify components and a domain oriented approach is used for GIS component selection. Here GIS component information is managed by collecting and comparing information from various sources. The methodology used in this framework is consist of entities which correspond to the main concepts of GIS component domain. The structure of component based Enterprise is based on GIS spatial database engine SuperMap, SDX+ and implements database into SQL server and Oracle relational database and design integrated spatial database. An implementation of WebGis is a prototype called FreeXGIS which is based on Distribute components describes a development approach of the system using EJB, Distributed Component Object Model (DCOM) and XML. FreeXGIS is a hierarchical architecture and architecture is divided into four layers: database layer, component management and presentation layer. The main objective here is on integration of components that are likely to have developed separately and even independently. Component identification, customization and integration are crucial activities in the life cycle of component-based systems. The application is designed using a java based AJAX technology called Google Web Tool Kit or GWT, which is a set of open source tools. In addition to this an open-source library, Openlayers is used to display a map in this GWT application. The tools used in this system can be easily accessed and used in a single IDE (Integrated Development Environment). 2. ARCHITECTURE OF GIS SYSTEMS Depending on the way how the project is developed different architectural patterns might be used. One of the patterns that have been depicted in Figure 1 is the Model View Controller. This pattern is mostly used on many different types of platforms including Java. All the three parts of this model are strongly interconnected with each other and communicate with each other by sending requests, data or commands. This pattern provides the possibility to split parts of application logic and the interface. The open source tools that have been used in this project are called GWT and they are based on Java. This pattern supports this set of tools. In case of the GWT application, Model is partly responsible for handling the business logic and also responsible for handling calls to the server using GWT-RPC. GWT-RPC is an important feature of GWT as this feature supports communication with the server using RPC (Remote Procedure Calls).Thus providing the advantage to the user to develop rich web based internet applications where user can integrate the application with other java frameworks and server side solutions. The Model notifies any changes that have been made in the data to observer. The View is the user interface that has been built up using GWT widgets or other similar libraries like GWT-Ext or
  • 3. International Journal in Foundations of Computer Science & Technology (IJFCST) Vol.6, No.2, March 2016 47 Smart GWT. It reacts to any changes that are made in the Model and dispatches the user actions to the Controller. The Controller is responsible for handling events sent from the View and according to them it can modify the Model. Each part of this pattern communicates with each other by sending messages requests or commands. The data can be exchanged by issue of commands or sending request to the respective part which is responsible for handling that data. Figure 1 Model View Controller Another architectural model as shown below in the Figure 2 which can be used is Model View Presenter. It is a modification of MVC. In this model instead of the Controller, the Presenter is the used in the middle of Model and View. The Presenter gets the all the events from the View, and according to which it performs the required actions on the Model, and then updates the View according to those changes in the Model. In this type the model is strictly a domain model as all the responsibility for handling the presentation logic is managed by the Presenter. Here the presenter acts upon the model and the view. Figure 2. Model View Presenter
  • 4. International Journal in Foundations of Computer Science & Technology (IJFCST) Vol.6, No.2, March 2016 48 2 .1 Components of GIS Systems The best representation of a GIS approach can be achieved by breaking application functionality into modular and flexible components each component providing some different services. These services can be integrated, reused and invoked independently of the technology that is being used. Also they can be used to create more sophisticated services. The proposed approach towards interoperability is a GIS application. GIS application is having three tier architecture which consists of presentation tier, service tier and database tier. In this architecture a deployment style is used where the functionality is separated into layers. A) Presentation Tier The presentation tier is at the topmost level of the application and provides the application user interface. It accepts user inputs and displays results to the user. This tier is usually represented by a Web browser or mobile application. The user interface is composed of widgets, various controls such as text box, buttons, drop-down lists and a “slippy” map that is embedded in the application. This tier communicates with other tiers and retrieves the result for clients. With the help of the GWT a rich interactive user interface can be designed by using the GWT widgets and each button textbox or other GWT widgets have events associated with them which are fires when any activity is seen like clicking a button or entering data in textbox or selecting an item in a list. The presentation tier can be mode more attractive by use of CSS (Cascading style sheet) which is by default included in a GWT application when user creates any GWT application. The CSS follows a format which is used to make the buttons, labels, dialog panel and other GWT widgets more attractive to look on the browser. Each GWT application has a HTML and CSS file included with it which helps the user to customize the application to appear according to the user and each widget is displayed according to as designed by the user. B) Service Tier The service layer is represented by the client-server application architecture and consists of a Web server. It controls the application functionality by taking user requests, performing processing and pulls out results to the clients in the form of tables and a map. It receives input information from the user, connects to the database tier, retrieves and processes information then sends it back to presentation tier. The service tier is responsible for communication between presentation and database tiers. The data is retrieved from the database with help of Hibernate framework. In the applications GWT integration with hibernate framework is used to retrieve data from database. The Hibernate configuration file includes the necessary information to connect to the database like the JDBC driver to be used and the username or the password for the database. This file gives information that the application has to connect to which database and the name of column in which the data is stored. C) Database Tier The database layer consists of data stored by the user in form of tables, in this application database HSQL (HyperSQL Database) or MYSQL can be used. The advantage of HSQL is that it is written in java. It incorporates the advantage of a small, fast multithreaded and transactional database engine and supports embedded and server mode. It also consists of a powerful command line SQl tool and simple GUI query tools. We have used HSQL and MYSQL. According to the user needs any database can be used but mostly the HSQL database is used because it stores tables in memory which can be accessed quickly but users who are more familiar with MySQL or
  • 5. International Journal in Foundations of Computer Science & Technology (IJFCST) Vol.6, No.2, March 2016 49 other databases like Oracle or PostgreSQL can use that database also. Hibernate framework is used to manage all the intricate details of connection with the database so as user need to remember the steps to connect to database and access data. 3. RESEARCH METHODOLOGY The proposed work is about implementing a GIS system based on opensource technologies and integrating these technologies to retrieve data from database and display it to the user. This system employs the use of GWT Framework in Java and an IDE (Integrated Development Environment) where these technologies are integrated. 3.1 GWT Google Web Toolkit (GWT), a set of development tools, programming utilities, and widgets that allows the user to create rich Internet applications that are very different from the web applications that are built using javascript or other different tools. The major difference between GWT and all the other frameworks that are being used is that using GWT the user can easily write the browser-side code in Java instead of using JavaScript, thus providing the advantage to java developers to code in a language they are quite familiar with and in any IDE using different frameworks. Thus users that have an understanding of Java can easily build Ajax based internet applications without the need to learn the traditional style of JavaScript coding. Thus the user gets access to the Java development tools that are already available. Google provided GWT, allowing these rich web based applications to be written in Java, by just using the tools that are already existing. As the size and complexity of rich Internet applications is increasing to a large extent there is a need to develop applications easily using concepts and tools that are already familiar to the developer and the user. The large internet applications are very difficult to manage, and Java was designed to make the process of developing large applications manageable. GWT brings all the benefits of Java to rich Internet applications and it also allows the user to interact with the existing JavaScript code. If the user wants to use GWT the user can also integrate it with the javascript code if user is familiar with JavaScript coding hence making GWT flexible and also it can be integrated with the existing server-side services. 3.2 Features of GWT GWT is a Java-to-JavaScript compiler that produces code capable of running on different web browsers like Internet Explorer, Firefox, Mozilla, Safari, and Opera. The GWT provides a compiler which converts the Java syntax to the corresponding JavaScript code, and it utilizes the JavaScript versions of the Java classes that are used commonly like Vector, HashMap, and Date. GWT also includes a large library of widgets and panels, thus reducing the effort to build a web application that looks similar to a desktop application. The widget library includes the usual suspects like text boxes, dropdown menus, and other form fields. Also it includes some complex widgets like a menu bar, tree control, dialog box, tab panel, stack panel etc. GWT provides different tools for communication with the server. Like firstly it includes several wrappers of different complexity and capability around the JavaScript XML, HttpRequest object, which is an object that is most often associated with the Asynchronous JavaScript and XML (AJAX) development. Another tool provided by GWT is a set of classes which support the JavaScript Object Notation (JSON) message format. JSON is a popular message format which is best known for its simplicity and the widespread availability.
  • 6. International Journal in Foundations of Computer Science & Technology (IJFCST) Vol.6, No.2, March 2016 50 3.3 Why GWT? GWT also supports a tool that enables Java objects between the browser and server without the need to transform them into an intermediate message format. This tool allows the user to access the server side services that are written in any language and enable it to integrate with other main Java based frameworks: Java- Server Facse (JSF), Spring, Struts and Enterprise Java Beans (EJBs). This flexibility means that GWT doesn’t increase the amount of work; instead, it makes it possible for the user to continue to use the same server-side tools that user uses normally and that are well known to the user. But it is not very easy to write these rich Internet applications in Java. GWT also provides the support for a JUnit testing framework and a special hosted-mode browser that allows the user to develop and debug applications in Java without ever needing to deploy the code to a server. This saves the time and also the GWT-RPC (Remote Procedure Call) mechanism allows the user to send Java objects between the client and server with only a little more work on both the client and server sides. Also there is a great GWT Openlayers wrapper which allows the user to easily view the geographic data in a GWT application. The user can display and view maps in GWT applications by including the GWT openlayers jar file in their GWT applications. The javascript functionality of the openlayers API can easily be accessed throughout GWT by inheriting it in the GWT XML file. 3.4 GWT Widgets The below figures depicting individual GWT widgets have been referenced from the official GWT website http://www.gwtproject.org/doc/latest/RefWidgetGallery.html
  • 7. International Journal in Foundations of Computer Science & Technology (IJFCST) Vol.6, No.2, March 2016 51 3. EXPERIMENTAL RESULTS Here figure 3 shows the results in the form of screenshots which are being taken when the application is running A) When we select a checkbox to view contact information Figure 3 contact information
  • 8. International Journal in Foundations of Computer Science & Technology (IJFCST) Vol.6, No.2, March 2016 52 This result is displayed when for the first time application is run, in the screenshot add and delete buttons provide the ability to user to add new or delete any contacts: B) When we run the application a list is displaying containing all the contacts. Figure 4 List of contacts This result is displayed to display the contact data on the map provided by the OpenLayers library. C) When user clicks on the show button contact information is shown on the map. Figure 5 Map showing contact information
  • 9. International Journal in Foundations of Computer Science & Technology (IJFCST) Vol.6, No.2, March 2016 53 4. CONCLUSION AND FUTURE WORK This paper provides a view of the GIS systems and the need to develop a GIS application using open source tools and libraries. Thus after getting a deep understanding of the requirements of the system and to provide an interactive easily accessible understandable user interface GWT fulfils the need for a suitable application framework for a GIS system that can be divide into components. In GWT each part provides different functionality, the client and server responsibility is structured and separated hence using RPC mechanism the goals can be accomplished. Also GWT can be integrated with hibernate framework using DTO to access data stored in the databases. The open source OpenLayers library provides easy access to geographic data and data can be easily displayed in the GWT application using GWT OpenLayers wrapper library. Hence the questions which were posed while identifying the research problems are answered in this proposed system. This application can easily be built using open source technologies. The proposed framework focuses on use of open source tools and libraries and it can be extended by integrating a spatial database having spatial datasets. This database can be populated by collecting data for a single domain like traffic data or data of pollution areas. Also an open source server like Geo server can be integrated with this database to collect data from database and display it to the user in the GWT application. REFERENCES [1] Bosch, “Design & Use of Software Architectures Adopting and evolving a product-line approach”, May 2010. [2] Debayan Bose, “Component Based Development”, Indian Statistical Institute. [3] Do-Hyun Kim, Kwang-Soo Kim, Haeock Choi, and Jong-Hun Lee, “The Design and Implementation of Open GIS Service Component”. [4] Dong Wei and Xun Chu, “Design and Research of 3DGIS System Base on Component”, 2010. [5] Do-Hyun Kim and Min-Soo Kim, “Web GIS Service Component Based On Open Environment”, IEEE 2002. [6] Indranil Misra, S.Manthira Moorthi, Rajdeep K Gambhir and R. Ramakrishnan, “Evolutionary Rapid Development using open source framework for Geospatial Data Processing” , 2011”. [7] Gabriela Gaetan, Viviana Saldaño, Agustina Buccella, and Alejandra Cechich, “A Domain-Oriented Approach for GIS Component Selection, 2010”. [8] I.Crnkovic and M. Larsson, “Building Reliable Component- Based Software Systems”, 2002. [9] Luiz Fernando Capretz, Miriam A. M. Capretz Dahai Li, “Component-Based Software Development”, department of electrical & computer engineering, IECON1: THE 27TH Annual Conference of the IEEE Industrial Electronics Society. [10] M. Jazayeri. Some trends in web application development. In FOSE’07: Future of Software Engineering, pages 199–213, USA, IEEE Computer Society, 2007. [11] Qiuxiang Yang, “Application Research on Software Reuse Science and Technology”, North University of China, 2010. [12] Qiaomei Su and Bei Jia, “The Design and Development of Component Based Enterprise GIS, Surveying Science and Technology”, IEEE 2011. [13] Tan Jing, Zhang Baiping and Wan Li, “Design and Implementation of WebGIS based on Distributed Components”, IEEE 2008. [14] W. Frakes and C. Terry, “Software Reuse: Metrics and Models”, ACM Computing Surveys June 1996.
  • 10. International Journal in Foundations of Computer Science & Technology (IJFCST) Vol.6, No.2, March 2016 54 [15] Thorsten Kisner, Helge Hemmer and Klaus Jacobi, “Integrating Spatial Information into JSF Java EE Web Applications with GeoJSF” , GeoProcessing 2011: The Third International Conference on Advanced Geographic Information Systems, Applications, and Services, AHT GROUP AG Management & Engineering Essen, Germany. [17] Xeu Shengjun and Zhang Liang, “Developing GIS software with Component Technique, Department of Computer and Software”, IEEE 2008. [18] Xia Cai, Michael R. Lyu, Kam-Fai Wong, “Component-Based Software Engineering: Technologies, Development Frameworks, and Quality Assurance Schemes”, The Chinese University of Hong Kong. [19] Yong-liu and Aiguang-yang, “Research and application of Software-reuse”, 2007.