SlideShare a Scribd company logo
International Journal of Software Engineering & Applications (IJSEA), Vol.7, No.2, March 2016
DOI : 10.5121/ijsea.2016.7203 19
REALIZING A LOOSELY-COUPLED STUDENTS
PORTAL FRAMEWORK
1
Rami Raba, 1
Dr. Marawan Al-Jemeli, 2
Mohammed Awad
1
Information System Department,Limkokwing University
Cyberjaya, Malaysia
2
Faculty of Applied Engineering and Urban Planning
University of Palestine Alzhra, Gaza, Palestine
Abstract
Most of the currently available students' portal frameworks are tightly-coupled frameworks. A recent
research done by the authors of this paper has discussed how to distribute the concepts of the traditional
students' portal framework and came out with a distributed interoperable framework. This paper realizes
the distributed interoperable students' portal framework by developing a prototype. This prototype is based
on Service Oriented Architecture (SOA). The prototype is tested using web service testing and compatibility
testing.
Keywords
Tightly-coupled, Distribution, Interoperability, Loosely-Coupled & SOA
1. INTRODUCTION
As a conclusion of what has been explored in paper [1], figure 1 presents the distributed
interoperable framework in which all academic and administrative departments of a university
portal are distributed and encapsulated as components of a complete portal. These components
are software packages or modules that encapsulate a set of related data. As shown in figure 1, the
users that are connected to the internet/intranet can view and update their profiles and specific
needs via registration and admission, students’ affairs, financial affairs, graduate studies, library
and/or other extended components. For loose coupling, the client does not have a direct access to
the required component, while there is an Orchestration Point that works as a station to verify the
validity of users and to identify his/her request. The new students’ portal framework that is based
on SOA has isolated the components of the framework in a way that these components are
distributed and interoperable.
International Journal of Software Engineering & Applications (IJSEA), Vol.7, No.2, March 2016
20
Figure1. The students’ portal framework based on SOA
Figure 1 shows the students’ portal framework based on SOA, which provides distribution and
interoperability for the framework components. Section II discusses the requirements analysis of
developing a prototype that proves the concepts of the framework shown in figure 1. The
methodology followed to do the prototype is Scrum methodology [2-4] .
1.1.Analysis
Requirements analysis is the first activity that was performed in the life cycle of this prototype
development to determine the whole backlog (requirements) of the prototype. The source
considered for gathering the requirements of the prototype is the theoretical framework
specifications and the meta-model explored in section III.
1.1.1.Requirements Determination
The whole prototype backlog (requirements) is the development of an SOA-based students' portal
prototype that is based on the theoretical framework shown in figure 1.
1.1.2.Backlog Division
After determining the whole product backlog as the total product backlog is divided into items,
the items of this product backlog are estimated or sized, because, knowing the size of the item is
cost indicator. It helps prioritize the product backlog and facilitates planning the prototype. In
addition, detailed task-level estimates are determined in the sprint planning. Furthermore, tasks
and their estimates are captured in the sprint backlog.
International Journal of Software Engineering & Applications (IJSEA), Vol.7, No.2, March 2016
21
The prototype backlog evolved, and its contents changed frequently. New items are discovered
and added to the prototype backlog based on experts’ feedback. Moreover, existing items are
modified, reprioritized, refined, or removed. That is why the prototype product backlog was a
dynamic artifact.
Then, all sprints of the prototype backlog were prioritized. The most important and highest-
priority sprints were implemented first. These were found at the top of the prototype backlog.
Once a sprint was done, it was removed from the prototype backlog. Some prioritization factors
are considered to be useful, and these are the following:
Sprint value: a sprint is considered valuable if it is necessary for achieving
functional requirements of the prototype. If that is not the case, the sprint is
irrelevant; and it is excluded from the top priority sprints. The second option
keeps the prototype backlog simple and the researcher focused.
Knowledge, uncertainty, and risk: Because risk and uncertainty influence
prototype success, uncertain and risky sprints occupied high priorities. This
speeds up the generation of new knowledge of the students' portal functional
requirements of the prototype. In addition, it removes uncertainty, and reduces
risk.
Dependencies: Dependencies in the product backlog are an available fact.
Functional requirements, for instance, often depend on other functional and even
nonfunctional requirements.
Prioritization directed the team’s work by focusing the team on the most important sprints of the
prototype. It also enhances the management of the sprints.
Based on prioritization factors, the whole prototype backlog is divided into sprints in this order:
a. Database Sprint
b. Coding Students' Portal Components Sprint
c. Web Service Testing Sprint
d. Compatibility Testing Sprint
After dividing the prototype backlog into sprints, the requirements of every sprint are detailed in a
meeting at the beginning of every sprint. In the same meeting, the general design of the sprint
items is discussed among the research team and detailed design continued in the sprint. The team
organized frequent discussion meetings while coding, and coding itself includes some design
aspects. The design is considered done only when the sprint is done successfully. As mentioned
in the section of backlog division, database sprint occupies the highest priority among other
sprints.
International Journal of Software Engineering & Applications (IJSEA), Vol.7, No.2, March 2016
22
1.1.3.The New Students' Portal Framework Design
The new student portal framework meta-model is designed in this section to support and represent
the new students' portal framework and its concepts. A modeling language can be either a
graphical or textual language [5-7].
For the purpose of designing the new student portal framework, Unified Modeling Language
(UML) is used as the graphical modeling language [5, 8-9],UML is formally defined by a
meta-model (or semantic model) and it is used to represent software design since it is
widely used for modeling both research and industry works [5, 10-12]. UML provides
notations for specifying the packaging of a logical design into components that represent a
distributed computing architecture and this can be modeled using a UML component diagram [5,
8, 12]. Furthermore, according to [8], several approaches have been proposed to model
different aspects of a student portal, such as the conceptual model of the student portal, and the
design of the Student Portal processes. However, few efforts have been dedicated to the
modeling of the components' physical design of a student portal from the early stages of a
student portal project.
Component diagram supported by other UML notations is used to create a meta-model for
the new framework. The components of the meta-model and the relationships among
these components are explored in this section. Figure 2 represents a meta-model for the
distributed interoperable students’ portal framework.
Figure 2: Meta-Model for Interoperable and Distributed Students' Portal Framework Components Based on
SOA
International Journal of Software Engineering & Applications (IJSEA), Vol.7, No.2, March 2016
23
2.Database Sprint
2.1.Database Table Structure
The component of Registration and Admission was chosen as a sample component for the
prototype. The prototype used a students' database schema. The database was used as a sample
for developing, deploying and testing the students' portal components of the new students'
portal framework. In addition, The student database consists a number of tables such
as(College, Student, Grade, financial, Department ,Course, Countries and Users). These tables
stores data for students and other related data.
Figure 3: Students' Portal Database Tables
2.2.Stored Procedures Creation
Among the processes execution of the students' portal, necessary database is generated.
Therefore; the databases could be prepared before the execution. In this prototype, the database
generation is automated to make the testing process more simple and clear. The generated
database used stored procedures, and some of these procedures used to insert data to SQL
database (InsertData, InsertSt), some of them were used to get data from the database
(GetCountries ,GetCollege ,...etc. ) and some were used for extracting data from the database
(LoadCourse , LoadFinancial, LoadGrade, LoadAllst, LoadAll). In addition, there are procedures
used to update and delete (DeleteData, UpdateData).
Figure 4: Database Stored Procedures
International Journal of Software Engineering & Applications (IJSEA), Vol.7, No.2, March 2016
24
2.3.Coding Students' Portal Components Sprint
After completing the database sprint successfully, this sprint is done to accomplish the business
logic coding of the students' portal components. C# programming language is chosen as the
core language to implement this prototype, because it has some advantages over other
languages. In conducting this sprint, there are two options to meet the theoretical framework
specifications: The first is to do coding using Visual Studio. Therefore, the following tools are
used to code the business logic of the Students' Portal components:
• Visual Studio 2012.
• SQL Server 2008 R2.
• IIS web Server.
• Web browsers: Internet Explorer, Mozilla Firefox and Google Chrome.
•
Coding portal gate (SOA Client) passed through three stages, the first stage was creating
Students' Portal Gate Layout using HTML and CSS , students' portal gate is shown in figure 5.
Figure 5: Students' Portal Gate
After that, the business object (BO) was created, BO stores and passes data which comes from
business object layer (BOL) Class to display it on the students' portal, and figure 6 shows the
business object layer created for the students' portal.
International Journal of Software Engineering & Applications (IJSEA), Vol.7, No.2, March 2016
25
Figure 6: Business Object Classes
Then business object layer (BOL) classes were created. These classes will get and pass data from
SOA Client to data access layer (DAL). Figure 7 shows some of the classes created in BOL.
Figure 7: Business Object Layer Classes
Figure 8 shows the created data access layer (DAL) classes, which takes data from business
object layer and passes it to the database using web services, and loads data from database using
web services to business object layer to display data on students' portal gate.
International Journal of Software Engineering & Applications (IJSEA), Vol.7, No.2, March 2016
26
Figure 8: Data Access Layer Classes
2.4.Web Service Testing Sprint
The testing sprints are done for the purpose of validating and verifying that the prototype meets
the requirements that are listed in section II to validate that the prototype works as expected and
can be implemented with the same required characteristics. Figures 9 to 12 show the tested
students' portal web services (StudentService, GradeService, CourseService, FinicialService).
Figure 9: Students' Portal Service Testing (StudentService)
International Journal of Software Engineering & Applications (IJSEA), Vol.7, No.2, March 2016
27
Figure 10: Students' Grade Service Testing(GradeService)
Figure 10: Students' Grade Service Testing (GradeService)
Figure 11: Students' Course Service Testing (CourseService)
International Journal of Software Engineering & Applications (IJSEA), Vol.7, No.2, March 2016
28
Figure 12: Students' Course Service Testing (FinancialService)
Compatibility Testing Sprint
The compatibility testing was done to test the compatibility of the prototype with different
browsers. Microsoft Internet Explorer, Mozilla Firefox and Google Chrome web browsers were
used to test the browser compatibility, and the results showed that it works exactly the same with
the three browsers as XML data.
International Journal of Software Engineering & Applications (IJSEA), Vol.7, No.2, March 2016
29
Figure 13:Compatibility of Students' Portal on Google Chrome Browser
International Journal of Software Engineering & Applications (IJSEA), Vol.7, No.2, March 2016
30
Figure 14: Compatibility of Students' Portal on Internet Explorer Browser
Figure 15: Compatibility of Students' Portal on Mozilla Firefox Browser
International Journal of Software Engineering & Applications (IJSEA), Vol.7, No.2, March 2016
31
3.CONCLUSION AND FUTURE WORK
This paper has proved the concept of loose coupling for students’ portal framework. It has
explored the analysis, design, development and testing of the SOA-based students' portal
prototype, which was based on the specifications and recommendations of the theoretical
framework for distributed students' portal components. This research work did not discuss the
hosting characteristics of the resulted portal to get the maximum advantages of the SOA features,
especially the cloud computing hosting, which is considered as a future research work.
References
1. Rami A.Y Raba , M.M.I.A., Students' portal architecture based on SOA. IEEE, 2015(Control,
Engineering & Information Technology (CEIT), 2015 3rd International Conference): p. 1 - 4.
2. Sutherland, J., Viktorov, A., Blount, J., & Puntikov, N. , Distributed Scrum: Agile Project
Management with Outsourced Development Teams. Proceedings of 40th Hawaii International
Conference on System Sciences, 2007.
3. Rayhan, S.H., & Haque, N., Incremental Adoption of Scrum for Successful Delivery of an IT Project
in a Remote Setup. 2008(Proceedings of Agile 2008 Conference).
4. Cardozo, E., Neto, J. B. F. A., Barza, A., França, A., & da Silva, F. , SCRUM and productivity in
software projects: a systematic literature review. EASE, 2010(In 14th International Conference on
Evaluation and Assessment in Software Engineering).
5. Kobryn, c., Modeling Components and Framework with UML. Communications of the ACM, 2000:
p. 43 (10).
6. Yong Xia, M.G., Rigorous EBNF-based Definition for a Graphic Modeling Language.
Winterthurerstr, 190,CH-8057 Zurich, Switzerland, 2002.
7. OMG, Common Warehouse Metamodel (CWM) Specification. USA : OMG Headquarters., 2003. 1st
ed. Vol.1.
8. Lujanmora, J.T., Physical Modeling of Data Werehouses Using UML. ACM Journal., 2004.
9. Koch, N., & Kraus, A. , The expressive power of uml-based web engineering. IWWOST02, 2002. 16(
In Second International Workshop on Web-oriented Software Technology).
10. Kruchten, W.K., Bran, & Slice, Describing Software Architecture with UML. Relational Software,
2001.
11. Atkinson, T.K.H., Rearchitecting the UML Infrastructure. ACM Transactions on Modeling and
Simulation, 2002. 12 (4): p. 290-321.
12. OMG, Unified Modeling Language. from http://www.uml.org/, 2011.

More Related Content

What's hot

Final edu junction_ss (1)
Final edu junction_ss (1)Final edu junction_ss (1)
Final edu junction_ss (1)
salonibhargava06
 
Software Engineering with Objects (M363) Final Revision By Kuwait10
Software Engineering with Objects (M363) Final Revision By Kuwait10Software Engineering with Objects (M363) Final Revision By Kuwait10
Software Engineering with Objects (M363) Final Revision By Kuwait10
Kuwait10
 
7 5-94-101
7 5-94-1017 5-94-101
7 5-94-101
Abhishek Agrawal
 
75752177 ooad-lab-manual-by-n-gopinath-skpit
75752177 ooad-lab-manual-by-n-gopinath-skpit75752177 ooad-lab-manual-by-n-gopinath-skpit
75752177 ooad-lab-manual-by-n-gopinath-skpit
Subramaniyan94
 
Positive developments but challenges still ahead a survey study on ux profe...
Positive developments but challenges still ahead   a survey study on ux profe...Positive developments but challenges still ahead   a survey study on ux profe...
Positive developments but challenges still ahead a survey study on ux profe...
Journal Papers
 
PROPERTIES OF A FEATURE IN CODE-ASSETS: AN EXPLORATORY STUDY
PROPERTIES OF A FEATURE IN CODE-ASSETS: AN EXPLORATORY STUDYPROPERTIES OF A FEATURE IN CODE-ASSETS: AN EXPLORATORY STUDY
PROPERTIES OF A FEATURE IN CODE-ASSETS: AN EXPLORATORY STUDY
ijseajournal
 
Advancement of ucp with end user
Advancement of ucp with end userAdvancement of ucp with end user
Advancement of ucp with end user
ijseajournal
 
Ooad quest and ans
Ooad quest and ansOoad quest and ans
Ooad quest and ans
dhivyarangasamy
 
ITERATIVE AND INCREMENTAL DEVELOPMENT ANALYSIS STUDY OF VOCATIONAL CAREER INF...
ITERATIVE AND INCREMENTAL DEVELOPMENT ANALYSIS STUDY OF VOCATIONAL CAREER INF...ITERATIVE AND INCREMENTAL DEVELOPMENT ANALYSIS STUDY OF VOCATIONAL CAREER INF...
ITERATIVE AND INCREMENTAL DEVELOPMENT ANALYSIS STUDY OF VOCATIONAL CAREER INF...
ijseajournal
 
Identification & analysis of parameters for program quality improvement a ree...
Identification & analysis of parameters for program quality improvement a ree...Identification & analysis of parameters for program quality improvement a ree...
Identification & analysis of parameters for program quality improvement a ree...
Alexander Decker
 
A review of software quality models
A review of software quality modelsA review of software quality models
A review of software quality models
ijseajournal
 
Software Engineering Lab Manual
Software Engineering Lab ManualSoftware Engineering Lab Manual
Software Engineering Lab Manual
Neelamani Samal
 
A methodology to evaluate object oriented software systems using change requi...
A methodology to evaluate object oriented software systems using change requi...A methodology to evaluate object oriented software systems using change requi...
A methodology to evaluate object oriented software systems using change requi...
ijseajournal
 
An employing a multistage fuzzy architecture for usability of open source sof...
An employing a multistage fuzzy architecture for usability of open source sof...An employing a multistage fuzzy architecture for usability of open source sof...
An employing a multistage fuzzy architecture for usability of open source sof...
ijcsit
 
Davis repertory grid
Davis repertory gridDavis repertory grid
Davis repertory grid
Hasan Dwi Cahyono
 
Ijartes v2-i1-001Evaluation of Changeability Indicator in Component Based Sof...
Ijartes v2-i1-001Evaluation of Changeability Indicator in Component Based Sof...Ijartes v2-i1-001Evaluation of Changeability Indicator in Component Based Sof...
Ijartes v2-i1-001Evaluation of Changeability Indicator in Component Based Sof...
IJARTES
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
ijceronline
 
Testing and verification of software model through formal semantics a systema...
Testing and verification of software model through formal semantics a systema...Testing and verification of software model through formal semantics a systema...
Testing and verification of software model through formal semantics a systema...
eSAT Publishing House
 
A STRUCTURAL APPROACH TO IMPROVE SOFTWARE DESIGN REUSABILITY
A STRUCTURAL APPROACH TO IMPROVE SOFTWARE DESIGN REUSABILITYA STRUCTURAL APPROACH TO IMPROVE SOFTWARE DESIGN REUSABILITY
A STRUCTURAL APPROACH TO IMPROVE SOFTWARE DESIGN REUSABILITY
cscpconf
 
Performance Evaluation using Blackboard Technique in Software Architecture
Performance Evaluation using Blackboard Technique in Software ArchitecturePerformance Evaluation using Blackboard Technique in Software Architecture
Performance Evaluation using Blackboard Technique in Software Architecture
Editor IJCATR
 

What's hot (20)

Final edu junction_ss (1)
Final edu junction_ss (1)Final edu junction_ss (1)
Final edu junction_ss (1)
 
Software Engineering with Objects (M363) Final Revision By Kuwait10
Software Engineering with Objects (M363) Final Revision By Kuwait10Software Engineering with Objects (M363) Final Revision By Kuwait10
Software Engineering with Objects (M363) Final Revision By Kuwait10
 
7 5-94-101
7 5-94-1017 5-94-101
7 5-94-101
 
75752177 ooad-lab-manual-by-n-gopinath-skpit
75752177 ooad-lab-manual-by-n-gopinath-skpit75752177 ooad-lab-manual-by-n-gopinath-skpit
75752177 ooad-lab-manual-by-n-gopinath-skpit
 
Positive developments but challenges still ahead a survey study on ux profe...
Positive developments but challenges still ahead   a survey study on ux profe...Positive developments but challenges still ahead   a survey study on ux profe...
Positive developments but challenges still ahead a survey study on ux profe...
 
PROPERTIES OF A FEATURE IN CODE-ASSETS: AN EXPLORATORY STUDY
PROPERTIES OF A FEATURE IN CODE-ASSETS: AN EXPLORATORY STUDYPROPERTIES OF A FEATURE IN CODE-ASSETS: AN EXPLORATORY STUDY
PROPERTIES OF A FEATURE IN CODE-ASSETS: AN EXPLORATORY STUDY
 
Advancement of ucp with end user
Advancement of ucp with end userAdvancement of ucp with end user
Advancement of ucp with end user
 
Ooad quest and ans
Ooad quest and ansOoad quest and ans
Ooad quest and ans
 
ITERATIVE AND INCREMENTAL DEVELOPMENT ANALYSIS STUDY OF VOCATIONAL CAREER INF...
ITERATIVE AND INCREMENTAL DEVELOPMENT ANALYSIS STUDY OF VOCATIONAL CAREER INF...ITERATIVE AND INCREMENTAL DEVELOPMENT ANALYSIS STUDY OF VOCATIONAL CAREER INF...
ITERATIVE AND INCREMENTAL DEVELOPMENT ANALYSIS STUDY OF VOCATIONAL CAREER INF...
 
Identification & analysis of parameters for program quality improvement a ree...
Identification & analysis of parameters for program quality improvement a ree...Identification & analysis of parameters for program quality improvement a ree...
Identification & analysis of parameters for program quality improvement a ree...
 
A review of software quality models
A review of software quality modelsA review of software quality models
A review of software quality models
 
Software Engineering Lab Manual
Software Engineering Lab ManualSoftware Engineering Lab Manual
Software Engineering Lab Manual
 
A methodology to evaluate object oriented software systems using change requi...
A methodology to evaluate object oriented software systems using change requi...A methodology to evaluate object oriented software systems using change requi...
A methodology to evaluate object oriented software systems using change requi...
 
An employing a multistage fuzzy architecture for usability of open source sof...
An employing a multistage fuzzy architecture for usability of open source sof...An employing a multistage fuzzy architecture for usability of open source sof...
An employing a multistage fuzzy architecture for usability of open source sof...
 
Davis repertory grid
Davis repertory gridDavis repertory grid
Davis repertory grid
 
Ijartes v2-i1-001Evaluation of Changeability Indicator in Component Based Sof...
Ijartes v2-i1-001Evaluation of Changeability Indicator in Component Based Sof...Ijartes v2-i1-001Evaluation of Changeability Indicator in Component Based Sof...
Ijartes v2-i1-001Evaluation of Changeability Indicator in Component Based Sof...
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Testing and verification of software model through formal semantics a systema...
Testing and verification of software model through formal semantics a systema...Testing and verification of software model through formal semantics a systema...
Testing and verification of software model through formal semantics a systema...
 
A STRUCTURAL APPROACH TO IMPROVE SOFTWARE DESIGN REUSABILITY
A STRUCTURAL APPROACH TO IMPROVE SOFTWARE DESIGN REUSABILITYA STRUCTURAL APPROACH TO IMPROVE SOFTWARE DESIGN REUSABILITY
A STRUCTURAL APPROACH TO IMPROVE SOFTWARE DESIGN REUSABILITY
 
Performance Evaluation using Blackboard Technique in Software Architecture
Performance Evaluation using Blackboard Technique in Software ArchitecturePerformance Evaluation using Blackboard Technique in Software Architecture
Performance Evaluation using Blackboard Technique in Software Architecture
 

Viewers also liked

Προνομιακός Πελάτης Club LR - νέα αίτηση 2016
Προνομιακός Πελάτης Club LR - νέα αίτηση 2016Προνομιακός Πελάτης Club LR - νέα αίτηση 2016
Προνομιακός Πελάτης Club LR - νέα αίτηση 2016
LR Dream Spirit
 
#socialzorg
#socialzorg#socialzorg
#socialzorg
Levi Witbaard
 
Sdm Bali - Service Charge - Permenaker 7-2016 uang servis pada usaha hotel &...
Sdm Bali  - Service Charge - Permenaker 7-2016 uang servis pada usaha hotel &...Sdm Bali  - Service Charge - Permenaker 7-2016 uang servis pada usaha hotel &...
Sdm Bali - Service Charge - Permenaker 7-2016 uang servis pada usaha hotel &...
Gunawan Wicaksono
 
Etica Social parte 1a de 4
Etica Social parte 1a de 4Etica Social parte 1a de 4
Etica Social parte 1a de 4
Jorge Manuel Moreno-Varela
 
Pr simplehandout
Pr simplehandoutPr simplehandout
Pr simplehandout
Erpelusas Pelu
 
ROBUST OPTIMIZATION FOR RCPSP UNDER UNCERTAINTY
ROBUST OPTIMIZATION FOR RCPSP UNDER UNCERTAINTYROBUST OPTIMIZATION FOR RCPSP UNDER UNCERTAINTY
ROBUST OPTIMIZATION FOR RCPSP UNDER UNCERTAINTY
ijseajournal
 
Digital Etiquette
Digital EtiquetteDigital Etiquette
Digital Etiquette
Natalia Vélez
 
kame_results
kame_resultskame_results
kame_results
Jennifer Wu, MA, QMHP
 
La publicidad
La publicidadLa publicidad
La publicidad
marleidys46
 
Golden state cmaa
Golden state cmaaGolden state cmaa
Golden state cmaa
Tim Richardson
 
Informatica-gallelito
Informatica-gallelitoInformatica-gallelito
Informatica-gallelito
erguevo
 
Equilibrio qu+ìmico
Equilibrio qu+ìmicoEquilibrio qu+ìmico
Equilibrio qu+ìmico
Química Bellamy
 
INF_P1B_EXC8_ESLI & KARINA
INF_P1B_EXC8_ESLI & KARINA INF_P1B_EXC8_ESLI & KARINA
INF_P1B_EXC8_ESLI & KARINA
KarySandovalP
 
El mago de los bisnes otra intrumentacion score
El mago de los bisnes otra intrumentacion scoreEl mago de los bisnes otra intrumentacion score
El mago de los bisnes otra intrumentacion score
Músico y profesor de Música
 
PRESENTACIONES ON LINE
PRESENTACIONES ON LINEPRESENTACIONES ON LINE
PRESENTACIONES ON LINE
loreto03
 
Vida Lograda
Vida LogradaVida Lograda
虎克船長詹翔欽~~~~沒有能不能,只有要不要
虎克船長詹翔欽~~~~沒有能不能,只有要不要 虎克船長詹翔欽~~~~沒有能不能,只有要不要
虎克船長詹翔欽~~~~沒有能不能,只有要不要 翔欽 詹
 

Viewers also liked (17)

Προνομιακός Πελάτης Club LR - νέα αίτηση 2016
Προνομιακός Πελάτης Club LR - νέα αίτηση 2016Προνομιακός Πελάτης Club LR - νέα αίτηση 2016
Προνομιακός Πελάτης Club LR - νέα αίτηση 2016
 
#socialzorg
#socialzorg#socialzorg
#socialzorg
 
Sdm Bali - Service Charge - Permenaker 7-2016 uang servis pada usaha hotel &...
Sdm Bali  - Service Charge - Permenaker 7-2016 uang servis pada usaha hotel &...Sdm Bali  - Service Charge - Permenaker 7-2016 uang servis pada usaha hotel &...
Sdm Bali - Service Charge - Permenaker 7-2016 uang servis pada usaha hotel &...
 
Etica Social parte 1a de 4
Etica Social parte 1a de 4Etica Social parte 1a de 4
Etica Social parte 1a de 4
 
Pr simplehandout
Pr simplehandoutPr simplehandout
Pr simplehandout
 
ROBUST OPTIMIZATION FOR RCPSP UNDER UNCERTAINTY
ROBUST OPTIMIZATION FOR RCPSP UNDER UNCERTAINTYROBUST OPTIMIZATION FOR RCPSP UNDER UNCERTAINTY
ROBUST OPTIMIZATION FOR RCPSP UNDER UNCERTAINTY
 
Digital Etiquette
Digital EtiquetteDigital Etiquette
Digital Etiquette
 
kame_results
kame_resultskame_results
kame_results
 
La publicidad
La publicidadLa publicidad
La publicidad
 
Golden state cmaa
Golden state cmaaGolden state cmaa
Golden state cmaa
 
Informatica-gallelito
Informatica-gallelitoInformatica-gallelito
Informatica-gallelito
 
Equilibrio qu+ìmico
Equilibrio qu+ìmicoEquilibrio qu+ìmico
Equilibrio qu+ìmico
 
INF_P1B_EXC8_ESLI & KARINA
INF_P1B_EXC8_ESLI & KARINA INF_P1B_EXC8_ESLI & KARINA
INF_P1B_EXC8_ESLI & KARINA
 
El mago de los bisnes otra intrumentacion score
El mago de los bisnes otra intrumentacion scoreEl mago de los bisnes otra intrumentacion score
El mago de los bisnes otra intrumentacion score
 
PRESENTACIONES ON LINE
PRESENTACIONES ON LINEPRESENTACIONES ON LINE
PRESENTACIONES ON LINE
 
Vida Lograda
Vida LogradaVida Lograda
Vida Lograda
 
虎克船長詹翔欽~~~~沒有能不能,只有要不要
虎克船長詹翔欽~~~~沒有能不能,只有要不要 虎克船長詹翔欽~~~~沒有能不能,只有要不要
虎克船長詹翔欽~~~~沒有能不能,只有要不要
 

Similar to REALIZING A LOOSELY-COUPLED STUDENTS PORTAL FRAMEWORK

Preliminry report
 Preliminry report Preliminry report
Preliminry report
Jiten Ahuja
 
Ac fr ogdgcmxqfucumvb3rtaloaj_brftdqxmm9hvb6ttcdlh-kap3doq8rsu8vhkdcpgfpozovb...
Ac fr ogdgcmxqfucumvb3rtaloaj_brftdqxmm9hvb6ttcdlh-kap3doq8rsu8vhkdcpgfpozovb...Ac fr ogdgcmxqfucumvb3rtaloaj_brftdqxmm9hvb6ttcdlh-kap3doq8rsu8vhkdcpgfpozovb...
Ac fr ogdgcmxqfucumvb3rtaloaj_brftdqxmm9hvb6ttcdlh-kap3doq8rsu8vhkdcpgfpozovb...
RaunakMalkani3
 
An Adjacent Analysis of the Parallel Programming Model Perspective: A Survey
 An Adjacent Analysis of the Parallel Programming Model Perspective: A Survey An Adjacent Analysis of the Parallel Programming Model Perspective: A Survey
An Adjacent Analysis of the Parallel Programming Model Perspective: A Survey
IRJET Journal
 
PLA and the SC 2002-04-15
PLA and the SC 2002-04-15PLA and the SC 2002-04-15
PLA and the SC 2002-04-15
Jay van Zyl
 
Sub1583
Sub1583Sub1583
DESIGN PATTERNS IN THE WORKFLOW IMPLEMENTATION OF MARINE RESEARCH GENERAL INF...
DESIGN PATTERNS IN THE WORKFLOW IMPLEMENTATION OF MARINE RESEARCH GENERAL INF...DESIGN PATTERNS IN THE WORKFLOW IMPLEMENTATION OF MARINE RESEARCH GENERAL INF...
DESIGN PATTERNS IN THE WORKFLOW IMPLEMENTATION OF MARINE RESEARCH GENERAL INF...
AM Publications
 
A Review of Feature Model Position in the Software Product Line and Its Extra...
A Review of Feature Model Position in the Software Product Line and Its Extra...A Review of Feature Model Position in the Software Product Line and Its Extra...
A Review of Feature Model Position in the Software Product Line and Its Extra...
CSCJournals
 
Designing A Waterfall Approach For Software Development Essay
Designing A Waterfall Approach For Software Development EssayDesigning A Waterfall Approach For Software Development Essay
Designing A Waterfall Approach For Software Development Essay
Alison Reed
 
COLLEGE PROJECT MANAGEMENT SYSTEM
COLLEGE PROJECT MANAGEMENT SYSTEMCOLLEGE PROJECT MANAGEMENT SYSTEM
COLLEGE PROJECT MANAGEMENT SYSTEM
IRJET Journal
 
An Empirical Study of the Improved SPLD Framework using Expert Opinion Technique
An Empirical Study of the Improved SPLD Framework using Expert Opinion TechniqueAn Empirical Study of the Improved SPLD Framework using Expert Opinion Technique
An Empirical Study of the Improved SPLD Framework using Expert Opinion Technique
IJEACS
 
60780174 49594067-cs1403-case-tools-lab-manual
60780174 49594067-cs1403-case-tools-lab-manual60780174 49594067-cs1403-case-tools-lab-manual
60780174 49594067-cs1403-case-tools-lab-manual
Chitrarasan Kathiravan
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
Improved Presentation and Facade Layer Operations for Software Engineering Pr...
Improved Presentation and Facade Layer Operations for Software Engineering Pr...Improved Presentation and Facade Layer Operations for Software Engineering Pr...
Improved Presentation and Facade Layer Operations for Software Engineering Pr...
Dr. Amarjeet Singh
 
MK_MSc_Degree_Project_Report ver 5_updated
MK_MSc_Degree_Project_Report ver 5_updatedMK_MSc_Degree_Project_Report ver 5_updated
MK_MSc_Degree_Project_Report ver 5_updated
Mohammed Ali Khan
 
Project for Student Result System
Project for Student Result SystemProject for Student Result System
Project for Student Result System
KuMaR AnAnD
 
Mvc architecture driven design and agile implementation of a web based softwa...
Mvc architecture driven design and agile implementation of a web based softwa...Mvc architecture driven design and agile implementation of a web based softwa...
Mvc architecture driven design and agile implementation of a web based softwa...
ijseajournal
 
7 5-94-101
7 5-94-1017 5-94-101
7 5-94-101
Naveen J Setty
 
Software model
Software modelSoftware model
Software model
Delowar hossain
 
A systematic mapping study of performance analysis and modelling of cloud sys...
A systematic mapping study of performance analysis and modelling of cloud sys...A systematic mapping study of performance analysis and modelling of cloud sys...
A systematic mapping study of performance analysis and modelling of cloud sys...
IJECEIAES
 
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
kalimullahmohd89
 

Similar to REALIZING A LOOSELY-COUPLED STUDENTS PORTAL FRAMEWORK (20)

Preliminry report
 Preliminry report Preliminry report
Preliminry report
 
Ac fr ogdgcmxqfucumvb3rtaloaj_brftdqxmm9hvb6ttcdlh-kap3doq8rsu8vhkdcpgfpozovb...
Ac fr ogdgcmxqfucumvb3rtaloaj_brftdqxmm9hvb6ttcdlh-kap3doq8rsu8vhkdcpgfpozovb...Ac fr ogdgcmxqfucumvb3rtaloaj_brftdqxmm9hvb6ttcdlh-kap3doq8rsu8vhkdcpgfpozovb...
Ac fr ogdgcmxqfucumvb3rtaloaj_brftdqxmm9hvb6ttcdlh-kap3doq8rsu8vhkdcpgfpozovb...
 
An Adjacent Analysis of the Parallel Programming Model Perspective: A Survey
 An Adjacent Analysis of the Parallel Programming Model Perspective: A Survey An Adjacent Analysis of the Parallel Programming Model Perspective: A Survey
An Adjacent Analysis of the Parallel Programming Model Perspective: A Survey
 
PLA and the SC 2002-04-15
PLA and the SC 2002-04-15PLA and the SC 2002-04-15
PLA and the SC 2002-04-15
 
Sub1583
Sub1583Sub1583
Sub1583
 
DESIGN PATTERNS IN THE WORKFLOW IMPLEMENTATION OF MARINE RESEARCH GENERAL INF...
DESIGN PATTERNS IN THE WORKFLOW IMPLEMENTATION OF MARINE RESEARCH GENERAL INF...DESIGN PATTERNS IN THE WORKFLOW IMPLEMENTATION OF MARINE RESEARCH GENERAL INF...
DESIGN PATTERNS IN THE WORKFLOW IMPLEMENTATION OF MARINE RESEARCH GENERAL INF...
 
A Review of Feature Model Position in the Software Product Line and Its Extra...
A Review of Feature Model Position in the Software Product Line and Its Extra...A Review of Feature Model Position in the Software Product Line and Its Extra...
A Review of Feature Model Position in the Software Product Line and Its Extra...
 
Designing A Waterfall Approach For Software Development Essay
Designing A Waterfall Approach For Software Development EssayDesigning A Waterfall Approach For Software Development Essay
Designing A Waterfall Approach For Software Development Essay
 
COLLEGE PROJECT MANAGEMENT SYSTEM
COLLEGE PROJECT MANAGEMENT SYSTEMCOLLEGE PROJECT MANAGEMENT SYSTEM
COLLEGE PROJECT MANAGEMENT SYSTEM
 
An Empirical Study of the Improved SPLD Framework using Expert Opinion Technique
An Empirical Study of the Improved SPLD Framework using Expert Opinion TechniqueAn Empirical Study of the Improved SPLD Framework using Expert Opinion Technique
An Empirical Study of the Improved SPLD Framework using Expert Opinion Technique
 
60780174 49594067-cs1403-case-tools-lab-manual
60780174 49594067-cs1403-case-tools-lab-manual60780174 49594067-cs1403-case-tools-lab-manual
60780174 49594067-cs1403-case-tools-lab-manual
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
Improved Presentation and Facade Layer Operations for Software Engineering Pr...
Improved Presentation and Facade Layer Operations for Software Engineering Pr...Improved Presentation and Facade Layer Operations for Software Engineering Pr...
Improved Presentation and Facade Layer Operations for Software Engineering Pr...
 
MK_MSc_Degree_Project_Report ver 5_updated
MK_MSc_Degree_Project_Report ver 5_updatedMK_MSc_Degree_Project_Report ver 5_updated
MK_MSc_Degree_Project_Report ver 5_updated
 
Project for Student Result System
Project for Student Result SystemProject for Student Result System
Project for Student Result System
 
Mvc architecture driven design and agile implementation of a web based softwa...
Mvc architecture driven design and agile implementation of a web based softwa...Mvc architecture driven design and agile implementation of a web based softwa...
Mvc architecture driven design and agile implementation of a web based softwa...
 
7 5-94-101
7 5-94-1017 5-94-101
7 5-94-101
 
Software model
Software modelSoftware model
Software model
 
A systematic mapping study of performance analysis and modelling of cloud sys...
A systematic mapping study of performance analysis and modelling of cloud sys...A systematic mapping study of performance analysis and modelling of cloud sys...
A systematic mapping study of performance analysis and modelling of cloud sys...
 
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
 

Recently uploaded

Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
Rohit Gautam
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
James Anderson
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
SOFTTECHHUB
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
shyamraj55
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
Edge AI and Vision Alliance
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
sonjaschweigert1
 
Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...
Zilliz
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
Zilliz
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Vladimir Iglovikov, Ph.D.
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
Daiki Mogmet Ito
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 

Recently uploaded (20)

Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
 
TrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy SurveyTrustArc Webinar - 2024 Global Privacy Survey
TrustArc Webinar - 2024 Global Privacy Survey
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
Alt. GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using ...
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
 
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with SlackLet's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
Let's Integrate MuleSoft RPA, COMPOSER, APM with AWS IDP along with Slack
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
 
Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...Building RAG with self-deployed Milvus vector database and Snowpark Container...
Building RAG with self-deployed Milvus vector database and Snowpark Container...
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
Introducing Milvus Lite: Easy-to-Install, Easy-to-Use vector database for you...
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AIEnchancing adoption of Open Source Libraries. A case study on Albumentations.AI
Enchancing adoption of Open Source Libraries. A case study on Albumentations.AI
 
How to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For FlutterHow to use Firebase Data Connect For Flutter
How to use Firebase Data Connect For Flutter
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 

REALIZING A LOOSELY-COUPLED STUDENTS PORTAL FRAMEWORK

  • 1. International Journal of Software Engineering & Applications (IJSEA), Vol.7, No.2, March 2016 DOI : 10.5121/ijsea.2016.7203 19 REALIZING A LOOSELY-COUPLED STUDENTS PORTAL FRAMEWORK 1 Rami Raba, 1 Dr. Marawan Al-Jemeli, 2 Mohammed Awad 1 Information System Department,Limkokwing University Cyberjaya, Malaysia 2 Faculty of Applied Engineering and Urban Planning University of Palestine Alzhra, Gaza, Palestine Abstract Most of the currently available students' portal frameworks are tightly-coupled frameworks. A recent research done by the authors of this paper has discussed how to distribute the concepts of the traditional students' portal framework and came out with a distributed interoperable framework. This paper realizes the distributed interoperable students' portal framework by developing a prototype. This prototype is based on Service Oriented Architecture (SOA). The prototype is tested using web service testing and compatibility testing. Keywords Tightly-coupled, Distribution, Interoperability, Loosely-Coupled & SOA 1. INTRODUCTION As a conclusion of what has been explored in paper [1], figure 1 presents the distributed interoperable framework in which all academic and administrative departments of a university portal are distributed and encapsulated as components of a complete portal. These components are software packages or modules that encapsulate a set of related data. As shown in figure 1, the users that are connected to the internet/intranet can view and update their profiles and specific needs via registration and admission, students’ affairs, financial affairs, graduate studies, library and/or other extended components. For loose coupling, the client does not have a direct access to the required component, while there is an Orchestration Point that works as a station to verify the validity of users and to identify his/her request. The new students’ portal framework that is based on SOA has isolated the components of the framework in a way that these components are distributed and interoperable.
  • 2. International Journal of Software Engineering & Applications (IJSEA), Vol.7, No.2, March 2016 20 Figure1. The students’ portal framework based on SOA Figure 1 shows the students’ portal framework based on SOA, which provides distribution and interoperability for the framework components. Section II discusses the requirements analysis of developing a prototype that proves the concepts of the framework shown in figure 1. The methodology followed to do the prototype is Scrum methodology [2-4] . 1.1.Analysis Requirements analysis is the first activity that was performed in the life cycle of this prototype development to determine the whole backlog (requirements) of the prototype. The source considered for gathering the requirements of the prototype is the theoretical framework specifications and the meta-model explored in section III. 1.1.1.Requirements Determination The whole prototype backlog (requirements) is the development of an SOA-based students' portal prototype that is based on the theoretical framework shown in figure 1. 1.1.2.Backlog Division After determining the whole product backlog as the total product backlog is divided into items, the items of this product backlog are estimated or sized, because, knowing the size of the item is cost indicator. It helps prioritize the product backlog and facilitates planning the prototype. In addition, detailed task-level estimates are determined in the sprint planning. Furthermore, tasks and their estimates are captured in the sprint backlog.
  • 3. International Journal of Software Engineering & Applications (IJSEA), Vol.7, No.2, March 2016 21 The prototype backlog evolved, and its contents changed frequently. New items are discovered and added to the prototype backlog based on experts’ feedback. Moreover, existing items are modified, reprioritized, refined, or removed. That is why the prototype product backlog was a dynamic artifact. Then, all sprints of the prototype backlog were prioritized. The most important and highest- priority sprints were implemented first. These were found at the top of the prototype backlog. Once a sprint was done, it was removed from the prototype backlog. Some prioritization factors are considered to be useful, and these are the following: Sprint value: a sprint is considered valuable if it is necessary for achieving functional requirements of the prototype. If that is not the case, the sprint is irrelevant; and it is excluded from the top priority sprints. The second option keeps the prototype backlog simple and the researcher focused. Knowledge, uncertainty, and risk: Because risk and uncertainty influence prototype success, uncertain and risky sprints occupied high priorities. This speeds up the generation of new knowledge of the students' portal functional requirements of the prototype. In addition, it removes uncertainty, and reduces risk. Dependencies: Dependencies in the product backlog are an available fact. Functional requirements, for instance, often depend on other functional and even nonfunctional requirements. Prioritization directed the team’s work by focusing the team on the most important sprints of the prototype. It also enhances the management of the sprints. Based on prioritization factors, the whole prototype backlog is divided into sprints in this order: a. Database Sprint b. Coding Students' Portal Components Sprint c. Web Service Testing Sprint d. Compatibility Testing Sprint After dividing the prototype backlog into sprints, the requirements of every sprint are detailed in a meeting at the beginning of every sprint. In the same meeting, the general design of the sprint items is discussed among the research team and detailed design continued in the sprint. The team organized frequent discussion meetings while coding, and coding itself includes some design aspects. The design is considered done only when the sprint is done successfully. As mentioned in the section of backlog division, database sprint occupies the highest priority among other sprints.
  • 4. International Journal of Software Engineering & Applications (IJSEA), Vol.7, No.2, March 2016 22 1.1.3.The New Students' Portal Framework Design The new student portal framework meta-model is designed in this section to support and represent the new students' portal framework and its concepts. A modeling language can be either a graphical or textual language [5-7]. For the purpose of designing the new student portal framework, Unified Modeling Language (UML) is used as the graphical modeling language [5, 8-9],UML is formally defined by a meta-model (or semantic model) and it is used to represent software design since it is widely used for modeling both research and industry works [5, 10-12]. UML provides notations for specifying the packaging of a logical design into components that represent a distributed computing architecture and this can be modeled using a UML component diagram [5, 8, 12]. Furthermore, according to [8], several approaches have been proposed to model different aspects of a student portal, such as the conceptual model of the student portal, and the design of the Student Portal processes. However, few efforts have been dedicated to the modeling of the components' physical design of a student portal from the early stages of a student portal project. Component diagram supported by other UML notations is used to create a meta-model for the new framework. The components of the meta-model and the relationships among these components are explored in this section. Figure 2 represents a meta-model for the distributed interoperable students’ portal framework. Figure 2: Meta-Model for Interoperable and Distributed Students' Portal Framework Components Based on SOA
  • 5. International Journal of Software Engineering & Applications (IJSEA), Vol.7, No.2, March 2016 23 2.Database Sprint 2.1.Database Table Structure The component of Registration and Admission was chosen as a sample component for the prototype. The prototype used a students' database schema. The database was used as a sample for developing, deploying and testing the students' portal components of the new students' portal framework. In addition, The student database consists a number of tables such as(College, Student, Grade, financial, Department ,Course, Countries and Users). These tables stores data for students and other related data. Figure 3: Students' Portal Database Tables 2.2.Stored Procedures Creation Among the processes execution of the students' portal, necessary database is generated. Therefore; the databases could be prepared before the execution. In this prototype, the database generation is automated to make the testing process more simple and clear. The generated database used stored procedures, and some of these procedures used to insert data to SQL database (InsertData, InsertSt), some of them were used to get data from the database (GetCountries ,GetCollege ,...etc. ) and some were used for extracting data from the database (LoadCourse , LoadFinancial, LoadGrade, LoadAllst, LoadAll). In addition, there are procedures used to update and delete (DeleteData, UpdateData). Figure 4: Database Stored Procedures
  • 6. International Journal of Software Engineering & Applications (IJSEA), Vol.7, No.2, March 2016 24 2.3.Coding Students' Portal Components Sprint After completing the database sprint successfully, this sprint is done to accomplish the business logic coding of the students' portal components. C# programming language is chosen as the core language to implement this prototype, because it has some advantages over other languages. In conducting this sprint, there are two options to meet the theoretical framework specifications: The first is to do coding using Visual Studio. Therefore, the following tools are used to code the business logic of the Students' Portal components: • Visual Studio 2012. • SQL Server 2008 R2. • IIS web Server. • Web browsers: Internet Explorer, Mozilla Firefox and Google Chrome. • Coding portal gate (SOA Client) passed through three stages, the first stage was creating Students' Portal Gate Layout using HTML and CSS , students' portal gate is shown in figure 5. Figure 5: Students' Portal Gate After that, the business object (BO) was created, BO stores and passes data which comes from business object layer (BOL) Class to display it on the students' portal, and figure 6 shows the business object layer created for the students' portal.
  • 7. International Journal of Software Engineering & Applications (IJSEA), Vol.7, No.2, March 2016 25 Figure 6: Business Object Classes Then business object layer (BOL) classes were created. These classes will get and pass data from SOA Client to data access layer (DAL). Figure 7 shows some of the classes created in BOL. Figure 7: Business Object Layer Classes Figure 8 shows the created data access layer (DAL) classes, which takes data from business object layer and passes it to the database using web services, and loads data from database using web services to business object layer to display data on students' portal gate.
  • 8. International Journal of Software Engineering & Applications (IJSEA), Vol.7, No.2, March 2016 26 Figure 8: Data Access Layer Classes 2.4.Web Service Testing Sprint The testing sprints are done for the purpose of validating and verifying that the prototype meets the requirements that are listed in section II to validate that the prototype works as expected and can be implemented with the same required characteristics. Figures 9 to 12 show the tested students' portal web services (StudentService, GradeService, CourseService, FinicialService). Figure 9: Students' Portal Service Testing (StudentService)
  • 9. International Journal of Software Engineering & Applications (IJSEA), Vol.7, No.2, March 2016 27 Figure 10: Students' Grade Service Testing(GradeService) Figure 10: Students' Grade Service Testing (GradeService) Figure 11: Students' Course Service Testing (CourseService)
  • 10. International Journal of Software Engineering & Applications (IJSEA), Vol.7, No.2, March 2016 28 Figure 12: Students' Course Service Testing (FinancialService) Compatibility Testing Sprint The compatibility testing was done to test the compatibility of the prototype with different browsers. Microsoft Internet Explorer, Mozilla Firefox and Google Chrome web browsers were used to test the browser compatibility, and the results showed that it works exactly the same with the three browsers as XML data.
  • 11. International Journal of Software Engineering & Applications (IJSEA), Vol.7, No.2, March 2016 29 Figure 13:Compatibility of Students' Portal on Google Chrome Browser
  • 12. International Journal of Software Engineering & Applications (IJSEA), Vol.7, No.2, March 2016 30 Figure 14: Compatibility of Students' Portal on Internet Explorer Browser Figure 15: Compatibility of Students' Portal on Mozilla Firefox Browser
  • 13. International Journal of Software Engineering & Applications (IJSEA), Vol.7, No.2, March 2016 31 3.CONCLUSION AND FUTURE WORK This paper has proved the concept of loose coupling for students’ portal framework. It has explored the analysis, design, development and testing of the SOA-based students' portal prototype, which was based on the specifications and recommendations of the theoretical framework for distributed students' portal components. This research work did not discuss the hosting characteristics of the resulted portal to get the maximum advantages of the SOA features, especially the cloud computing hosting, which is considered as a future research work. References 1. Rami A.Y Raba , M.M.I.A., Students' portal architecture based on SOA. IEEE, 2015(Control, Engineering & Information Technology (CEIT), 2015 3rd International Conference): p. 1 - 4. 2. Sutherland, J., Viktorov, A., Blount, J., & Puntikov, N. , Distributed Scrum: Agile Project Management with Outsourced Development Teams. Proceedings of 40th Hawaii International Conference on System Sciences, 2007. 3. Rayhan, S.H., & Haque, N., Incremental Adoption of Scrum for Successful Delivery of an IT Project in a Remote Setup. 2008(Proceedings of Agile 2008 Conference). 4. Cardozo, E., Neto, J. B. F. A., Barza, A., França, A., & da Silva, F. , SCRUM and productivity in software projects: a systematic literature review. EASE, 2010(In 14th International Conference on Evaluation and Assessment in Software Engineering). 5. Kobryn, c., Modeling Components and Framework with UML. Communications of the ACM, 2000: p. 43 (10). 6. Yong Xia, M.G., Rigorous EBNF-based Definition for a Graphic Modeling Language. Winterthurerstr, 190,CH-8057 Zurich, Switzerland, 2002. 7. OMG, Common Warehouse Metamodel (CWM) Specification. USA : OMG Headquarters., 2003. 1st ed. Vol.1. 8. Lujanmora, J.T., Physical Modeling of Data Werehouses Using UML. ACM Journal., 2004. 9. Koch, N., & Kraus, A. , The expressive power of uml-based web engineering. IWWOST02, 2002. 16( In Second International Workshop on Web-oriented Software Technology). 10. Kruchten, W.K., Bran, & Slice, Describing Software Architecture with UML. Relational Software, 2001. 11. Atkinson, T.K.H., Rearchitecting the UML Infrastructure. ACM Transactions on Modeling and Simulation, 2002. 12 (4): p. 290-321. 12. OMG, Unified Modeling Language. from http://www.uml.org/, 2011.