UNIVERSITY LEARNING MANAGEMENT SYSTEM

Size: px
Start display at page:

Download "UNIVERSITY LEARNING MANAGEMENT SYSTEM"

Transcription

1 UNIVERSITY OF BORDEAUX 1 PÔLES UNIVERSITAIRES FRANÇAIS HO CHI MINH VILLE FINAL REPORT MASTER OF SOFTWARE ENGINEERING ( ) UNIVERSITY LEARNING MANAGEMENT SYSTEM Prof.Dr. Robert Strandh Prof.Dr. Anne Dicky Supervisor: Dr. Lưu Thanh Trà Student: Lê Tấn Quan Ho Chi Minh City, 12/2009

2 UNIVERSITY OF BORDEAUX 1 PÔLES UNIVERSITAIRES FRANÇAIS HO CHI MINH VILLE FINAL REPORT MASTER OF SOFTWARE ENGINEERING ( ) UNIVERSITY LEARNING MANAGEMENT SYSTEM Prof.Dr. Robert Strandh Prof.Dr. Anne Dicky Supervisor: Dr. Lưu Thanh Trà Student: Lê Tấn Quan Ho Chi Minh City, 12/2009

3 Abstract Most of universities in Ho Chi Minh City have changed to the credits scholar system which gives a huge flexibility for students to choose and design their scholar curriculum. However, this requires a good information system to manage students, teachers, curriculums, rooms, as well as accountant. To fulfill the requirement, we develop software called University Learning Manager System - ULMS with partners involved in the system, including training managers, teachers, students, accountants. The main task of the system ULMS performs the following work. Training management: - Building and design training programs for each faculty from which the design of courses for each particular course of study - Management of student information such as test scores, personal information - Manage the registration of subject s credit of students, - Arrangements and creating classes for each course - Registration information management class of teachers - Scheduling of students, teachers Students management: Allowed to register for subjects credit, receive schedule. Teachers management: Allowed to select the class lectures, receive timetable Accounting: Check reasonable of credit total and collect tuition money. I use the spiral model, RUP-Rational Unified Process and UML-Unified Modeling Language to analysis and design as show in Chapter 2 of this report. The implementation install ion using JEE architecture, EJB technology and Java language are also shown in chapter 3 of this report. i

4 Contents Abstract... i Contents... ii Chapter 1: Introduction Introduction to internship place Problem Introduction to some technology and tools was used to develop the system About technology Spiral engineering RUP - Rational Unified Process with UML Unified Modeling Language Using multi layer architecture, MVC model view control, J2EE architecture and EJB technology About tools... 4 Chapter 2: Analysis and conception Preliminary research topics and tasks of the practice Detailed description of topics Duties of the practice Consideration and specification of the use cases General diagram of the ULMS system Context diagram of the ULMS Use cases of the system To set up class To set up class use case Classes participated in a use case Description of the sequence diagram Description of activity diagram Description design class diagram in detail ii

5 2.5. Modeling application domains Design prototype user interface Chapter 3: Implementation Deployment diagram The system's general design Web tier Business tier Database tier Implementing the use-case to setup classes Web tier Business tier Implementing the process of approving the subject registers of students Implementing the process of setup classes for the subject registers of students User manual Conclusion and in the future work Appendix Bibliography iii

6 Chapter 1: Introduction This chapter introduces to the internship place, the main goals of the topics, and the tools supports Introduction to internship place Location: The project was implemented in headquarter of HCM City University of Technology at 268 Ly Thuong Kiet Street, District 10, Ho Chi Minh City, Vietnam. Introduction to HCM City University of Technology (HCMUT) Ho Chi Minh City University of Technology (HCMUT) is the leading university in teaching and researching activities in Vietnam. They play an active role in the fields of talents cultivation and provide manpower with strong technical skills an the Southern areas of Vietnam. Up to May 2008, HCMUT has 11 faculties, 10 science research and industry transferring centers, 4 training centers, 10 functioning offices and one limited company. During the past 30 years since the Liberation of South Vietnam and country unification, 45,000 engineers and Bachelors have graduated from the university. Since 1994, they have trained 20,000 Bachelors of Science, 1,503 Masters and 25 Doctors, many of whom are either keeping management roles, leading experts in state-owned or foreign-investment enterprises of different industries in Ho Chi Minh City and other southern provinces Problem Web application: Building a training management system which implements the following tasks: - Allowing administrators to design the education programs and courses of this programs. - Allowing students to register subjects to study. - Helping the training bureau to arrange the learning classes according to education program. 1

7 - Allowing teachers to register their available time, registers courses which are responsible for them. The name of this object is University Learning Management System ULMS Introduction to some technology and tools was used to develop the system To build and develop the University Learning Management System, after studying the documents and the knowledge which I have learnt in master course. Therefore, I decided to choose some technology and tools as: About technology Spiral engineering Using spiral model to develop this system because it has base advantages as - It is inherited from Waterfall model and Rapid prototyping so it has the advantages of the above two models. - It is divided into six phases with specific tasks which is very convenient for evaluating the development of software in each period. Six phases are: Customer communication: establishing a relationship of communication between customers and the people who develop the system. Planning: This phase constructs plan to develop software based on resources, time and human resources available. Risk analysis: analysis and management of risk. Engineering: Building the representation of the application support Construction and release: construction, installation, implementation, test, customer Customer evaluation: to acquire and repair from the customers evaluation RUP - Rational Unified Process with UML Unified Modeling Language 2

8 Rational Unified Process is a process to model the system with UML Unified Modeling Language. It consists of four phases and ten steps. RUP process has many advantages, especially it has the four phases, the ten steps clearly, easy to check and evaluate work in analysis and design period. This figure show an outline of four phases and ten step in Rational Unified Process. Figure 1 - Outline phases and steps of RUP With UML provide many diagrams to view the system by different ways. How to we analyze and design a more comprehensive to avoid many errors. Below figure describes five view ways of Unified Modeling Language. 3

9 Figure 2 Outline view of UML Using multi layer architecture, MVC model view control, J2EE architecture and EJB technology The advantages of using these technologies are listed below: - J2EE multi-tiers architecture's benefit is that we can deploy each tier on a different server. - Ability to reuse code very well. - Not allow users to call to the entity object directly to protect the integrity of data. - Consistent with web applications and distributed data About tools In analysis and design period tools were used StarUML, UML2Tool and UMLET are tools to develop the object orient system by UML 2.0. StarUML is free software first time I use it but it isn t good. UML2Tool can be integrated into eclipse and it can make a class diagram from code. UMLET is benefit as design component diagram of J2EE. I used it in chapter 3. 4

10 Database MySQL server MySQL server is a tool to manage the database system. It is convenient and easy to adapt with large data systems. MySQLWorkbench is tool to design database schema. Navicat lite is tool to connect and query data instead we call a command line. This tool is convenient for us to write and run query commands by this way more intuitive. In implement period tools was used Java language with eclipse tool is a language "write once, run anywhere". JQuery is tool to design UI. JQuery is a fast and tidy it is more simplifies JavaScript Library. 5

11 Chapter 2: Analysis and conception This chapter represents the results in the process of analysis and design of University Learning Management System. Figures in this chapter were created by StarUML tool Preliminary research topics and tasks of the practice The main tasks that we have done in this internship are explained in detail from next sections Detailed description of topics The purpose of this project is to help universities to easily manage training programs, make courses of programs for each faculty, Manage registration students credit, setup classes, registration training classes of teachers, management paid fees. As work the training bureau, students, teachers, accountants to use. Their specific works and binding rules as follows: The training bureau - Design the training programs, courses and announce them to students and teachers. - Management and updating the teachers and students information - Make rule between the subjects in a course. For example a prerequisite subjects, corequisites subjects, before learning subject. - Set up a class satisfy with the following condition: The number of students in a class of a subject changes from 20 to 30 unless an obligatory subject in a term. A student can t study two subjects at the same time. There aren t two different classes in a room at the same time. - Making timetable The duties of accounting: 6

12 - Check the registration of credit subjects of students when receiving a list of registration. - Calculation and collection fees The duties of Teachers: - Sign up classes to teach - Select the appropriate time - Rules of the registration: A half of day, teacher only teach at a location A teacher only teaches at most three subjects in a term. A teacher can t teach in two different rooms (class) at the same time. A teacher can choose priority time to teach. - Teacher will receive their timetable (timetable has a teacher s name, a course s name, a class s name, a room s name, time, a branch). The duties of students: - Register subjects in the term. - Rules of registering subjects: In a term, students only register at most 27 credits. Prerequisite subjects must be completed before registering other subject that are prerequisite subject. - To receive their timetable Duties of the practice This project was implemented my own with tasks and work schedule as follows - Construct and develop the ULMS - Analyze and design this system by spiral model, RUP with UML Construct database 7

13 - Install and deploy the system by Java language with JEE 5.0 architecture and EJB 3.0 technology. Schedule Time Work Result Real Time July 01 to July 15, 2009 Reaching document Detail specification of the project A week Implementer Le Tan Quan July 16 to September 30, 2009 Analysis and design system Finish all diagrams of system follows UML 2.0 Eleven week Le Tan Quan October 1 to October 15, 2009 Design database Database of the System A week Le Tan Quan October 16 to December 31,2009 Coding, testing and writing report Code of the system And final report Ten week Le Tan Quan January 01, 2010 to January 8, 2010 Make slide to represent Slide Two week Le Tan Quan 2.2. Consideration and specification of the use cases General diagram of the ULMS system ULMS system can be simulated a general way 8

14 Figure 3 General outline of the ULMS This figure only describes the most general function of the system which I have assume Context diagram of the ULMS The base function communication of ULMS system may be simulated a general way 9

15 Figure 4 - Context diagram of the ULMS This figure describes the primary functionalities that user interact with the system 2.3. Use cases of the system The primary functions of the system are divided into small functions with name and meaning as follows: - Management of faculties, majors and rooms has function to maintain and update information of faculties, majors and rooms. - Management of subjects has function to save and update information of subjects. - Management of students has function to save and update information of students. - Management of teachers has function to save and update information of teachers. 10

16 - Management of programs and course has function to make training programs and course programs. - To set up class has function to create learning class for students and teaching class for teachers. - Students registered subjects to help students registering subjects. - Teachers registered classes to help teachers registering teaching class. - View timetables to supply a schedule to teacher, student and training. - Management fee of students has function pay tuition. Figure 5- Use case of the ULMS This figure describes the primary use cases of the system. 11

17 I analyzed and designed ten use cases above but in this report I only present a use case is enough, rest part was put in appendix because they are done similar way, although in the process of building and development of the system is analyzed and designed fully To set up class To set up class use case a- Summary: - Use case name: set up class. - Purpose: to set up the classes of subjects - Brief: making classes for each subject, each class has class s name, class s code, subject s name, subject s code, time, room, a student list, student s name, student s code. -Main partner: the training bureau. b- Description main scenarios: - Input condition: there are use cases as management of faculties, majors and rooms, students registration subjects, management student payment, management of programs and courses. - Main scenarios: a training bureau log in to the system and choose set up class the system asked to select a faculty or all, then screen had displayed following as : + Automatic distribute : basing oneself on students' registration time, the property of the subjects, number of students of a class, the system approves list of students registered subjects automatically. Students are approved must pay fees and then they will be set up into a class. Students aren't approved must return to register again + Feedback to students for registration again : returning students who are not approved to register again. 12

18 + Set up : the system will divide automatically the number of students who were approved and completed fees to the suitable class for each subjects. + Assign room and time to class : the training manager select a room and the time to assign for each class. If he selects the same room or time, the system will not accept. + Create schedule : system displays each learning class according to every subjects have students, room and time so that teacher choose teaching classes. + View class : to see classes but not rooms and time + View all class : to see all classes An use case below describes the functions that "set up class use case" assumed Figure 6 - To set up use case Classes participated in a use case This section, classes only is analysis classes to determine the function and tasks of classes involved in an use case, and shows three layers model as border class, control class and entity class Boundary class: 13

19 - W-set up class : is a main class to communicate between the system and the training bureau, when the training bureau enters a user name and password then the system will display a screen to select a faculty. - w-distribute students : this is an interface to arrange all students were registered subjects according class. - w-assign room and time : this is an interface to selects a room and time for a class. Control class: - Ctrl_ Management Set up : this class which manage and control dividing all students into suitable classes with rooms and time. Domain classes: - Class time : when setup time for a learning class, the training must assign one or many times (includes the day in week and section period time). - Student subject : in a term, students must register subjects in their course. This class contains the register status of students' subjects (training approving, fee paying, ready to learn). - Class : contains the information of a class. Each class belongs to only one subject, only one course, only one term. A class is assigned a teacher and a room. If the subjects of a class is divided into two parts: theory and exercise, this class must be assigned two rooms, one theory room and one exercise room (computer room or practice room). - Class student : a group of students will be assigned to a learning class. This class contains this information. - Room : contains the information of a room. Each room belongs to only one faculty. There are three types of room: theory, computer, practice. 14

20 Figure 7- Analytic class diagram of set up class in use case Description of the sequence diagram This diagram performs the interaction between objects of classes in " set up class" use case. 15

21 Figure 8- Sequence diagram of setting up class in use case Description of activity diagram This activity diagram performs all work flow of "set up class" use case 16

22 Figure 9 - Activity diagram of set up class use case Description design class diagram in detail This diagram have used two design patterns is state pattern and singleton pattern. Figure 10 Design class diagram in detail of to set up class use case 17

23 2.5. Modeling application domains This section its main tasks are changing the concepts of system into the domain or profession class, here is only interested in the attribute and the linkage of the class and call it is a analysis class. There are classes of this system as: - Faculty: contains the information of a faculty. - Major: contains the information of a major. Each major belongs to only one faculty or not belongs to any faculties. - Room: contains the information of a room. Each room belongs to only one faculty. There are three types of room: theory, computer, practice. - Subject: contains the information of subject. Each subject can have a similar subject. A subject has a default credit. - Program: contains the information of a learning program. When set up a learning program, the training must declare the number of terms and the minimum number of credits for this program. - Program subject: The information of this class describes all subjects of a learning program. - Course: contains the information of a course. Each course belongs to only one faculty. When setup an empty course, the training must declare the number of terms and the minimum number of credits for this course. The training can setup a course from a active learning program. - Course subject: this class contains all subjects of a course. A subject has a default credit, but when assigns this subject to a certain course, it can have a different credit. Simply a subject can have different credits on different courses. If a subject of a course is divided to two parts: theory and exercise, this subject will have two credit types: theory credit and exercise credit. - Term: contains the information about starting time and ending time of terms of courses. - Subject rule: In a course, a subject can be learned or passed before another subject. 18

24 Another case is two subjects must be learned parallel. These subject rules are contained in this class. - Class: contains the information of a class. Each class belongs to only one subject, only one course, only one term. A class is assigned a teacher and a room. If the subject of a class is divided to two parts: theory and exercise, this class must be assigned two rooms, one theory room and one exercise room (computer room or practice room). - Class student: a group of students will be assigned to a learning class. This class contains this information. - Class time: when setup time for a learning class, the training must assign one or many times (includes the day of week and section period time). - Suggest subject: when the number of students registering a subject is not enough to setup class or is redundant, the training will feedback students to register another subject. In this case, the training must return a list of suggest subjects for registering again. This class contains this information. - Time table: contains the information of time table. It contains the information about class, room, time, teacher. - Student: contains the information of a student. Each student belongs to only one course. - Teacher: contains the information of a teacher. Each teacher belongs to only one major. A teacher can teach the three subjects of major. - Student subject: in a term, students must register subjects of their course. This class contains the register status of students' subjects (training approving, fee paying, ready to learn). The subject marks of students are also stored in this class. - Order: contains the fee of a subject according to this subject's credit. Adding associate and attribute: 19

25 Figure 11 - A simple class diagram of the system 2.6. Design prototype user interface Using activity diagram to design interface of the user prototype 20

26 Figure 12 - Activity diagram to design prototype user interface 21

27 Chapter 3: Implementation This chapter represents implementation of each use case by using J2EE architecture and EJB technology. Figures in this chapter were created by uml2tool tool and MySQLworkbench Deployment diagram The deployment diagram illustrates the physical deployment of system components. This diagram shows the potential deployment of a University Learning Management System across several servers. J2EE multi-tiers architecture's benefit is that we can deploy each tier on a different server. This application can be deployed on three different servers. It is easier to scale, cluster and avoid to the bottlenecks. Database tier: it is setup on MySQL 5 server. File schema.sql is used to create tables' structure. File init_data.sql can be used to initiate some data for database. EJB business tier is deployed on Jboss 5 server. This server plays an important part in this application. It is an EJB container that contains entity and session beans. These beans are located in the packages vn.edu.hcmut.ulms.dao.impl, vn.edu.hcmut.ulms.service.ejb and vn.edu.hcmut.ulms.domain. Web tier: this tier is deployed on Tomcat 5 servers. It contains JSP pages and servlets to interact with end-users. JSP files are views in MVC. Servlets are controllers in MVC. The web tier uses domain objects or their inherited objects as models in MVC. This tier interacts with the business tier via service APIs and servicefactory. They are interfaces which are implemented by EJB technology or any technology. In this project, they are implemented by EJB technology and located at EJB tier. 22

28 Figure 13 - Component diagram of the system 23

29 3.2. The system's general design Web tier The whole application uses a filter LoginFilter to filter input requests based on user's role, block un-authorized access. When users logged-in system, based on their roles (which declared when creating), system send them to their suitable page. Student role can access the pages of student with URL pattern /student/. Teacher role can access the pages of teacher with URL pattern /teacher/. Training role can access the pages of training with URL pattern /training/ and /admin/. Accountant role can access the pages of accountant with URL pattern /accountant/. Admin role can access the pages of administrator with URL pattern /admin/. In this application, some servlets extend from the below servlet BaseServlet, some other servlets don't extend this servlet. 24

30 The method name of servlets which are extending from BaseServlet is the same as the value of parameter method on user's request. Example, when a student view the timetable in this week, student's request contains parameter method with value viewthisweek ( Web server will use the method viewthisweek of servlet StudentTimeTableServlet to process this request.(figure 63 of appendix). Some other servlets which don't extend from BaseServlet process, users' request based on parameter action. (Figure 64 of appendix) Business tier This tier handles the core business logic of the application. The business components are implemented as EJB components with support from an EJB container. These EJB business components include three main component types: service component, DAO component and domain component. In this application, some services interact directly with domains; some other services interact with domains via DAO components. Service components must implement its two business interfaces, one local and one remote. Because DAO components allow only local access, they only implement only one local interface. Both service components and DAO components don t need to maintain client-specific state information across method invocations, so the same bean instance can be reused to service other client requests. Therefore, they are modeled as stateless session beans. Domain components must be written to the persistent store and must live even when the client s session with the server is over. Therefore, the domain components are modeled as container-managed persistence entity beans. 25

31 In the whole application, servlets get services via ServiceFactory. This is a class which is accessible from everywhere and has only one instance. Therefore, this class uses the pattern singleton. The services which interact directly with domains will extend from the general class DomainServiceImpl. This class contains some general methods such as create(), update(), remove(), getall() to interact with domain components. 26

32 The services which interact with domains via DAO components will not extend from the general class DomainServiceImpl. (Figure 65 of Appendix). The DAO components which interact directly with domains will extend from the general class DomainDAOImpl. This class contains some general methods such as create(), update(), remove(), getall() to interact with domain components. 27

33 A domain component is similar to tables in database tier. (Figure 66 of Appendix) Database tier In EJB tier, an entity is a lightweight persistence domain object. Typically an entity represents a table in a relational database, and each entity instance corresponds to a row in that table. The persistent state of an entity is represented either through persistent fields or persistent properties. Each table in database is persisted with an entity bean. - tbl_faculty: contains the information of a faculty. 28

34 - tbl_major: contains the information of a major. Each major belongs to only one faculty or not belongs to any faculty. - tbl_room: contains the information of a room. Each room belongs to only one faculty. There are three room types: theory, computer, practice. - tbl_subject: contains the information of subject. Each subject can have a similar subject. When a subject's status is pending, students can register a similar subject to replace it. A subject has a default credit. - tbl_program: contains the information of a learning program. When setup a learning program, the training must declare the number of terms and the minimum number of credits for this program. - tbl_program_subject: The information of this table describes all subjects of a learning program. - tbl_course: contains the information of a course. Each course belongs to only one faculty. When setup an empty course, the training must declare the number of terms and the minimum number of credits for this course. The training can setup a course from an active learning program. - tbl_course_subject: this table contains all subjects of a course. Each subject has a default credit, but when assigned this subject to a certain course, it can have a different credit. Simply a subject can have different credits on different courses. If a subject of a course is divided to two parts: theory and exercise, this subject will have two credit types: theory credit and exercise credit. - tbl_term: contains the information of starting time and ending time of terms of courses. - tbl_subject_rule: In a course, a subject can be learned or passed before another subject. Another case is two subjects must be learned parallel. These subject rules are contained in this table. 29

35 - tbl_class: contains the information of a class. Each class belongs to only one subject, only one course, only one term. A class is assigned a teacher and a room. If the subject of a class is divided to two parts: theory and exercise, this class must be assigned two rooms, one theory room and one exercise room (computer room or practice room). - tbl_class_student: a group of students will be assigned to a class. This table contain this information. - tbl_class_time: when setup time for a class, the training must assign one or many times (includes the day of week and section period time). - tbl_suggest_subject: when the number of students registering a subject is not enough to setup class or is redundant, the training will feedback to students to register another subject. In this case, the training must return a list of suggest subjects for registering again. This table contains this information. - tbl_timetable: contains the information of timetable. It contains the information about class, room, time, teacher. - tbl_student: contains the information of a student. Each student belongs to only one course. - tbl_teacher: contains the information of a teacher. Each teacher belongs to only one major. A teacher can teach three subjects of major. - tbl_teacher_class: contains the information of the class registers of teacher. A teacher can register many classes. A class can be registered by many teachers. - tbl_student_subject: in a term, students must register subjects of their course. This table contains the register status of students' subjects (training approving, fee paying, ready to learn). The subject s marks of students are also stored in this table. - tbl_user: contains the information of an user. Each user has a role (admin, training, accountant, teacher, student). An user has different permissions according to his role. 30

36 - tbl_order: contains the fee of a subject according to this subject's credit. Figure 14 Database diagram of the system Ten functions of the system which is broken down into small function in part 3 of chapter 2 (2.3) was implemented fully by J2EE multi- layer architecture and EJB technology. They were implemented and presented by similar way. Therefore, here I just present implement way one use case, remainder may see in an appendix Implementing the use-case to setup classes Web tier 31

37 - JSP files: - The file setupclass.jsp : is the view which enables training to choose faculty to setup classes. - The file setupclass2.jsp : is the view which enables training to view the number of students registered each subject, the number of students approved for each subject, the number of students paid free for each subject and the number of students setup class for each subject. - The file setupclass3.jsp : is the view which enables training to view set-upped classes to assign room and time for them. - The file viewdetailsetupclass1.jsp : is the view which enables training to view the register status of subjects. - The file viewdetailsetupclass2.jsp : is the view which enables training to view the list of student assigned to a class. - The file approvestudentmanually.jsp : is the view which enables training to approve manually the students' subject register. - The file approveteacherforclass.jsp : is the view which enables training to approve teacher for a class. - The file assignmanualroomandtime : is the view which enables training to assign room/time and create schedule for a class. - The file setupsubjectregisteragain.jsp : is the view which enables training to choose a subject to register again by students. - Servlets: - The servlet SetupClassServlet processes is the actions which are related to the process of set-upping classes such as approve the subject register of students, setup classes, create schedule for classes, approve classes for teachers Business tier - Clazz component models classes of a university. It is modeled as a container-managed 32

38 persistence entity bean. - TimeTable component models timetables of a university. It is modeled as a containermanaged persistence entity bean. - SetupClass is a object which contains view the number of students registered each subject, the number of students approved for each subject, the number of students paid free for each subject and the number of students setup class for each subject. It is not modeled. - ClazzTime component contains the information of time (the day of week and section period time) of classes. It is modeled as a container-managed persistence entity bean. - ClazzStudent component contains the information of students of classes. It is modeled as a container-managed persistence entity bean. - SuggestSubject component contains the information of suggest subjects for students's reregistering. It is modeled as a container-managed persistence entity bean. - SetupClassServiceImpl is the component on the requests of servlet processes SetupClassServlet. This component interacts with the domain components Clazz, TimeTable, SetupClass, ClazzTime, ClazzStudent, SuggestSubject via DAO components ClazzDAOImpl, TimetableDAOImpl, ClazzTimeDAOImpl, SuggestSubjectDAOImpl. It is modeled as a stateless session bean. It calls the service TeacherService to assign teacher for a class, StudentService to assign students to a class, CourseService to get the information of courses, FacultyService to get the information of faculties and SubjectService to get the information of subjects. - ClazzDAOImpl interacts directly with the domain component Clazz, SetupClass and ClazzStudent. It is modeled as a stateless session bean. - TimeTableDAOImpl interacts directly with the domain component TimeTable. It is modeled as a stateless session bean. - ClazzTimeDAOImpl interacts directly with the domain component ClazzTime. It is modeled as a stateless session bean. 33

39 - SuggestSubjectDAOImpl interacts directly with the domain component SuggestSubject. It is modeled as a stateless session bean. Figure 15 - Implementing the use-case to setup classes 34

40 Implementing the process of approving the subject registers of students The below figure is the process flow of approving the subject registers of students. Figure 16 - The process flow of approving the subject registers of students The method processacceptregistersubject of code section (as figure 72.1 in Appendix) Java file SetupClassServiceImpl implements that flow. 35

41 Implementing the process of setup classes for the subject registers of students The below figure is the process flow of setup classes for the subject registers of students. Figure 17- Process flow of setup classes for the subject registers of students The method processsetupclass of of code section (as figure 72.2 in Appendix) Java file SetupClassServiceImpl implements that flow. 36

42 User manual Training: a. Management of learning programs: - To add a new program: Login Manage programs and courses Add a new program Save. - To list programs: Login Manage programs and courses View programs. - To edit a program: Login Manage programs and courses View programs Edit Save. - To assign subjects to programs: Login Manage programs and courses View programs Edit the subjects of this program Save. b. Management of learning courses: - To add a new empty course: Login Manage programs and courses Add a new empty course Save. - To add a new course from a program: Login Manage programs and courses Add a new course from a program Save. - To list courses: Login Manage programs and courses View courses. - To edit a course: Login Manage programs and courses View courses Edit Save. - To assign subjects to courses: Login Manage programs and courses View courses Edit subject credit for course Save. - To assign rules for courses' subjects: Login Manage programs and courses View courses Edit subject rule for course Save. - To edit terms for courses: Login Manage programs and courses View courses Edit course's terms Save. c. Management of faculties: - To add a new faculty: Login Manage faculties and room View faculties Add. - To edit a faculty: Login Manage faculties and room View faculties Update. - To list faculties: Login Manage faculties and room View faculties. d. Management of majors: - To add a new major: Login Manage faculties and room View majors Add. - To edit a major: Login Manage faculties and room View majors Update. - To list majors: Login Manage faculties and room View majors. e. Management of rooms: - To add a new room: Login Manage faculties and room View rooms Add. - To edit a room: Login Manage faculties and room View rooms Update. - To list rooms: Login Manage faculties and room View rooms. 37

43 f. Management of subjects: - To add a new subject: Login Manage subjects Add a new subject. - To edit a subject: Login Manage subjects Edit. - To list subjects: Login Manage subjects. - To pending a subject: Login Manage subjects pending. g. Management of students: - To add a new student: Login Manage students Add a new student. - To edit the information of a student: Login Manage students Edit info. - To list students: Login Manage students. - To edit the marks of a student: Login Manage students Edit marks. h. Management of teachers: - To add a new teacher: Login Manage teachers Add a new teacher. - To edit the information of a teacher: Login Manage teachers Edit. - To list teachers: Login Manage teachers. i. Setup classes: - Approving automatically students' subject register: Login Setup Classes Choose faculty Automatic distribute. - Approving manually students' subject register: Login Setup Classes Choose faculty Manual distribute. - To setup class: Login Setup Classes Choose faculty Setup class. - To add a subject for registering again: Login Setup Classes Choose faculty Allow students to re-register this subject to replace other subject. - To assign room/time and create schedule for classes: Login Setup Classes Choose faculty View Classes Assign manual room and time. - To teachers for classes: Login Setup Classes View all Classes approve a teacher. j. View timetable: - To view timetable: Login View timetable. Student: a. View timetable: - Login View timetable. b. View mark: - Login View marks. c. Register subjects: - Login Register subjects. Teacher: 38

44 a. View timetable: - Login View timetable. b. Register classes: - Login Register class. Accountant: a. Setup payment free: - Login Setup payment free. b. Manage student payment: - Login Manage student payment. 39

45 Conclusion and in the future work After more than six month of design and implementation, I almost finish the basic functions and rules of the system ULMS including: The training bureau - Design the training programs, courses - Management and updating the teachers and students information - Make rule between the subjects in a course for example a prerequisite subjects, co-requisites subjects, before learning subject. - Set up a class satisfied the following condition: Automatic distribute the number of students in a class of a subject changes from 20 to 30, unless an obligatory subject in a term. Check credit total of students registration A student can t study two subjects at the same time. There aren t two different classes in one room at the same time. - Making timetable Accounting: - Check the registration of credit subjects of students when receiving a list of registration and tuition fees - Calculate and collect fees Teachers: - Sign up classes to teach - Select the appropriate time 40

46 - Rules of the registration: A teacher only teaches at most three subjects in a term. A teacher can t teach in two different rooms (class) at the same time. A teacher can choose priority time to teach. - Teacher will receive a timetable of them (timetable has a teacher s name, a course s name, a class s name, a room s name, a branch). Students: - Registration subjects to learn in the term. - Rules of registering subjects: In a term, students only register at most 27 credits. Prerequisite subjects must be completed before registration other subject that are prerequisite subject. - Receive a timetable. But the system also need to continue perfecting in the future: Of functions such as priorities selected teaching time by teachers are taught must be made more optimal. A half of day teacher only teach at a location will installed in future. In the future work, we continue to build an algorithm to assign automatically classrooms, time for each class. The pigeon principle (Dirichlet s principle), dynamic program and the Fibonacci array are the foundation theory to build it. The idea that each learning class of the subject is a separate object. A set include a learning hour, day of week, day of the month, room name will be a box. Dynamic programming algorithm will help to take objects in those box with certain rules. Need to deploy application of design patterns to optimize code of the system. Easily reuse the code later. 41

47 Appendix Figures of chapter2 Management of faculties, majors and rooms Figure 18 - Use case diagram of management of faculty & room use case Figure 19 Analytic class diagram of management of faculties, major and room use case 42

48 Figure 20 Sequence diagram of management of faculties, major and room use case Figure 21 Activity diagram of management of faculties, major and room use case 43

49 Figure 22 Detail class of management of faculties, major and room use case 44

50 Management of subjects Figure 23 - The management of subjects use case Figure 24 - Analytic class of management of subjects use case 45

51 Figure 25 - Sequence diagram of management of subjects in use case Figure 26 - Activity diagram of management of subjects in use case 46

52 Figure 27 Detail design of to management of subject use case 47

53 Management of students: Figure 28 Management of students use case Figure 29 - Analytic class diagram of the management of students in use case 48

54 Figure 30 - Sequence diagram of management of students in use case Figure 31 - Activity diagram of management of students use case 49

55 Figure 32 detail design of to management of students use case 50

56 Management of teachers Figure 33 - The management of teachers use case Figure 34 - Analytic class diagram of the management of teachers in use case 51

57 Figure 35 - Sequence diagram of management of teachers in use case Figure 36 - Activity diagram of management of teachers use case 52

58 Figure 37 Detail design of management of teachers 53

59 Management of programs and courses Figure 38 - Management of programs and courses use case Figure 39 - Analytic class of the management of programs and courses in use case 54

60 Figure 40 - Sequence diagram of the management of program and course in use case Figure 41 - Activity diagram of the management of programs and course use case 55

61 Figure 42 Detail design of the management program and course use case 56

62 Students register subjects Figure 43 - students register subjects use case Figure 44 - Analytic class diagram of students register subjects use case 57

63 Figure 45 - Sequence diagram of the subject s register students in use case Figure 46 - Activity diagram of Students register subjects use case 58

64 Figure 47 Detail design of students register subjects use case 59

65 Teachers register classes Figure 48 - The teachers register classes use case Figure 49 - Analytic class diagram of the subjects register teachers in use case 60

66 Figure 50 - Sequence diagram of the class s register of teacher Figure 51 - Activity diagram of Teachers register classes use case 61

67 Figure 52 Detail design of teachers register class use case 62

68 View time table Figure 53 - The view time table use case Figure 54 - Analytic class diagram of view timetable use case 63

69 Figure 55 - Sequence diagram of view timetables in use case Figure 56 - Activity diagram of view time table use case 64

70 Figure 57 Detail design of view timetable use case 65

71 Management students pay fee Figure 58 - Management pay fee use case Figure 59 - Analytic class diagram of management pay fee use case 66

72 Figure 60 - Sequence diagram of management pay fee use case Figure 61 - Activity diagram of to management pay fee 67

73 Figure 62 Detail design of to management pay fee use case 68

74 Figures of chapter 3 Figure 63 Servlet classes are extended from BaseSevlet class 69

75 Figure 64 Servlet classes aren t extended from the BaseServlet class 70

76 Figure 65 - Interface of a service packet in business ( servicemodel.umlclass) 71

77 Figure 66 Domain component (domainmodel.umlclass) 72

78 Figure 67 - Implementing the use-case Management faculties, majors and rooms 73

79 Figure 68 - Implementing the use-case Management of subjects 74

80 Figure 69 - Implementing the use-case Management of students 75

81 Figure 70 - Implementing the use-case Management of teachers 76

82 Figure 71 - Implementing the use-case Management of programs and courses 77

83 Figure 72 - Implementing the use-case To setup classes Figure the method public class SetupClassServiceImpl implements SetupClassService,SetupClassServiceRemote private ClazzDAO private CourseDAO private SuggestSubjectDAO private ClazzTimeDAO private TimeTableDAO timetabledao; public void processacceptregistersubject(string subid, String courseid) { // get the list of registered students List<StudentSubject> stsublist = getregisterstudentbycourseidandsubjectid(subid, courseid, StudentSubject.STATUS_PENDING); CourseSubject cs = coursedao.findcoursesubjectby(courseid, subid); Date date = new Date(); Term term = coursedao.getcurrenttermbycourseid(courseid,date); int subproperty = cs.getproperty(); int total = stsublist.size(); int clazznum = total/clazz.min_amount_student; if(subproperty==subject.obligatory && cs.getterm()==term.getterm()){ //this subject is obligatory and it is studied in the current term for(int i=0;i<total;i++){ StudentSubject ss = stsublist.get(i); 78

84 ss.setstatus(studentsubject.status_training_accepted); try { //accept all registered student for this subject ServiceFactory.getInstance().getStudentService().updateStudentSubject(ss); } catch (ServiceNotFoundException e) { e.printstacktrace(); } } }else{ if(clazznum>=2){ for(int i=0;i<total;i++){ StudentSubject ss = stsublist.get(i); ss.setstatus(studentsubject.status_training_accepted); try { //accept all registered student for this subject ServiceFactory.getInstance().getStudentService().updateStudentSubject(ss); } catch (ServiceNotFoundException e) { e.printstacktrace(); } } }else{ // the number of student must register again int againregisternum = total; if(total>=clazz.max_amount_student) againregisternum = total - Clazz.MAX_AMOUNT_STUDENT; else if(total>=clazz.min_amount_student) againregisternum = 0; for(int i=0;i<(total-againregisternum);i++){ StudentSubject ss = stsublist.get(i); ss.setstatus(studentsubject.status_training_accepted); 79

85 try { ServiceFactory.getInstance().getStudentService().updateStudentSubject(ss); } catch (ServiceNotFoundException e) { } } } } e.printstacktrace(); } } Figure The method public class SetupClassServiceImpl implements SetupClassService,SetupClassServiceRemote private ClazzDAO private CourseDAO private SuggestSubjectDAO private ClazzTimeDAO private TimeTableDAO timetabledao; public void processsetupclass(string subid, String courseid) { // get the list of free-paid students 80

86 List<StudentSubject> stsublist = getregisterstudentbycourseidandsubjectid(subid, courseid, StudentSubject.STATUS_ACCOUNTANT_ACCEPTED); CourseSubject cs = coursedao.findcoursesubjectby(courseid, subid); Subject sub = cs.getsubject(); Course course = cs.getcourse(); Date date = new Date(); Term term = coursedao.getcurrenttermbycourseid(courseid,date); int total = stsublist.size(); int clazznum = total/clazz.min_amount_student; if(clazznum>=2){ int mod = total%clazznum==0?0:(total%clazznum)/clazznum + 1; int studentnumperclass = total/clazznum + mod; int clazzcount = clazzdao.getcountclassbycourseidandsubjectid(subid, courseid, term.getterm())+1; for(int j=0;j<clazznum;j++){ String clazzcode = sub.getid()+"-"+course.getid()+ "-" + (clazzcount+j); String clazzname = sub.getname() + "-" + course.getname()+ "-Class " + (clazzcount+j); Clazz zz = new Clazz(); zz.setcode(clazzcode); zz.setname(clazzname); zz.setcourse(course); zz.setsubject(sub); zz.setterm(term.getterm()); zz.settheorycredit(cs.gettheorycredit()); zz.setpractivecredit(cs.getpractivecredit()); zz.setcomputercredit(cs.getcomputercredit()); Calendar cal = Calendar.getInstance(); cal.add(calendar.date, 7); cal.set(calendar.hour, 0); cal.set(calendar.minute, 0); cal.set(calendar.second, 0); Date d = cal.gettime(); zz.setstartdate(d); Clazz zzrs = clazzdao.create(zz); 81

87 int end = Math.min((j+1)*studentNumPerClass, total); for(int i=j*studentnumperclass;i<end;i++){ StudentSubject ss = stsublist.get(i); Student stud = ss.getstudent(); ClazzStudent zzstud = new ClazzStudent(); zzstud.setclazzid(zzrs.getid()); zzstud.setstudentid(stud.getid()); clazzdao.createclazzstudent(zzstud); try { // update the status of register ss.setstatus(studentsubject.status_ready_to_learn); ServiceFactory.getInstance().getStudentService().updateStudentSubject(ss); } catch (ServiceNotFoundException e) { e.printstacktrace(); } } } }else{ if(total<=clazz.max_amount_student){ int clazzcount = clazzdao.getcountclassbycourseidandsubjectid(subid, courseid, term.getterm())+1; String clazzcode = sub.getid()+"-"+course.getid()+ "-" +clazzcount; String clazzname = sub.getname() + "-" + course.getname()+ "-Class "+clazzcount; Clazz zz = new Clazz(); zz.setcode(clazzcode); zz.setname(clazzname); zz.setcourse(course); zz.setsubject(sub); zz.setterm(term.getterm()); zz.settheorycredit(cs.gettheorycredit()); 82

88 zz.setpractivecredit(cs.getpractivecredit()); zz.setcomputercredit(cs.getcomputercredit()); Calendar cal = Calendar.getInstance(); cal.add(calendar.date, 7); cal.set(calendar.hour, 0); cal.set(calendar.minute, 0); cal.set(calendar.second, 0); Date d = cal.gettime(); zz.setstartdate(d); Clazz zzrs = clazzdao.create(zz); for(int i=0;i<total;i++){ StudentSubject ss = stsublist.get(i); Student stud = ss.getstudent(); ClazzStudent zzstud = new ClazzStudent(); zzstud.setclazzid(zzrs.getid()); zzstud.setstudentid(stud.getid()); clazzdao.createclazzstudent(zzstud); try { // update the status of register ss.setstatus(studentsubject.status_ready_to_learn); ServiceFactory.getInstance().getStudentService().updateStudentSubject(ss); } catch (ServiceNotFoundException e) { e.printstacktrace(); } } }else{ int clazzcount = clazzdao.getcountclassbycourseidandsubjectid(subid, courseid, term.getterm())+1; for(int j=0;j<2;j++){ String clazzcode = sub.getid()+"-"+course.getid()+ "-" + (clazzcount+j); String clazzname = sub.getname() + "-" + course.getname()+ "-Class " + (clazzcount+j); 83

89 Clazz zz = new Clazz(); zz.setcode(clazzcode); zz.setname(clazzname); zz.setcourse(course); zz.setsubject(sub); zz.setterm(term.getterm()); zz.settheorycredit(cs.gettheorycredit()); zz.setpractivecredit(cs.getpractivecredit()); zz.setcomputercredit(cs.getcomputercredit()); Calendar cal = Calendar.getInstance(); cal.add(calendar.date, 7); cal.set(calendar.hour, 0); cal.set(calendar.minute, 0); cal.set(calendar.second, 0); Date d = cal.gettime(); zz.setstartdate(d); Clazz zzrs = clazzdao.create(zz); int begin=0,end=0; if(j==0){ begin = 0; end = Clazz.MAX_AMOUNT_STUDENT/2; }else{ begin = Clazz.MAX_AMOUNT_STUDENT/2; end = total-begin; } for(int i=begin;i<end;i++){ StudentSubject ss = stsublist.get(i); Student stud = ss.getstudent(); ClazzStudent zzstud = new ClazzStudent(); zzstud.setclazzid(zzrs.getid()); zzstud.setstudentid(stud.getid()); clazzdao.createclazzstudent(zzstud); try { // update the status of register ss.setstatus(studentsubject.status_ready_to_learn); 84

90 ServiceFactory.getInstance().getStudentService().updateStudentSubject(ss); } catch (ServiceNotFoundException e) { } } } } } } } e.printstacktrace(); 85

91 Figure 73 - Implementing the use-case Students register subjects 86

92 Figure 74 - Implementing the use-case Teachers register classes 87

93 Figure 75 - Implementing the use-case View timetable 88

94 Figure 76 - Implementing the use-case Management students' pay fees 89

95 Bibliography [1] Roger Pressman Software Engineering A Practitioner s Approach fifth edition McCraw-Hill [2] Design patterns in java Steven John Metsker, William C. Wake [3] Ebook The Java EE 5Tutorial For Sun Java System Application Server 9.1 [4] [5] p_bestpractices.html [6] [7] [8] [9] [10] 90

How to Build an E-Commerce Application using J2EE. Carol McDonald Code Camp Engineer

How to Build an E-Commerce Application using J2EE. Carol McDonald Code Camp Engineer How to Build an E-Commerce Application using J2EE Carol McDonald Code Camp Engineer Code Camp Agenda J2EE & Blueprints Application Architecture and J2EE Blueprints E-Commerce Application Design Enterprise

More information

1. Introduction 1.1 Methodology

1. Introduction 1.1 Methodology Table of Contents 1. Introduction 1.1 Methodology 3 1.2 Purpose 4 1.3 Scope 4 1.4 Definitions, Acronyms and Abbreviations 5 1.5 Tools Used 6 1.6 References 7 1.7 Technologies to be used 7 1.8 Overview

More information

JAVA/J2EE DEVELOPER RESUME

JAVA/J2EE DEVELOPER RESUME 1 of 5 05/01/2015 13:22 JAVA/J2EE DEVELOPER RESUME Java Developers/Architects Resumes Please note that this is a not a Job Board - We are an I.T Staffing Company and we provide candidates on a Contract

More information

Chapter 3 Technology adapted

Chapter 3 Technology adapted Chapter 3 Technology adapted 3.1 Introduction In developing a web enabled solution for laboratory data and document management, there are several options available for system analysis and designing, documentation

More information

Case Studies of Running the Platform. NetBeans UML Servlet JSP GlassFish EJB

Case Studies of Running the Platform. NetBeans UML Servlet JSP GlassFish EJB September Case Studies of Running the Platform NetBeans UML Servlet JSP GlassFish EJB In this project we display in the browser the Hello World, Everyone! message created in the session bean with servlets

More information

HPC PORTAL DEVELOPMENT PLATFORM

HPC PORTAL DEVELOPMENT PLATFORM HPC PORTAL DEVELOPMENT PLATFORM Chien-Heng Wu, National Center for High-Performance Computing, [email protected] ABSTRACT In the world of information technology, enterprise applications must be designed,

More information

NetBeans IDE Field Guide

NetBeans IDE Field Guide NetBeans IDE Field Guide Copyright 2005 Sun Microsystems, Inc. All rights reserved. Table of Contents Introduction to J2EE Development in NetBeans IDE...1 Configuring the IDE for J2EE Development...2 Getting

More information

XTendTraders.com Trading room simulator

XTendTraders.com Trading room simulator 2011 2012 XTendTraders.com Trading room simulator BELGHITI ALAOUI Mohammed IMAFA BEN HAMOUDA Ahmed IMAFA EL FERACHI Anas AL EL HAJJI Khalil AL Polytech Nice Sophia Antipolis SI4 AL/IMAFA 2011 2012 1 CONTENTS

More information

Customer Bank Account Management System Technical Specification Document

Customer Bank Account Management System Technical Specification Document Customer Bank Account Management System Technical Specification Document Technical Specification Document Page 1 of 15 Table of Contents Contents 1 Introduction 3 2 Design Overview 4 3 Topology Diagram.6

More information

A Monitored Student Testing Application Using Cloud Computing

A Monitored Student Testing Application Using Cloud Computing A Monitored Student Testing Application Using Cloud Computing R. Mullapudi and G. Hsieh Department of Computer Science, Norfolk State University, Norfolk, Virginia, USA [email protected], [email protected]

More information

Beginning POJOs. From Novice to Professional. Brian Sam-Bodden

Beginning POJOs. From Novice to Professional. Brian Sam-Bodden Beginning POJOs From Novice to Professional Brian Sam-Bodden Contents About the Author Acknowledgments Introduction.XIII xv XVII CHAPTER1 Introduction The Java EE Market Case Study: The TechConf Website...

More information

HPC Portal Development Platform with E-Business and HPC Portlets

HPC Portal Development Platform with E-Business and HPC Portlets HPC Portal Development Platform with E-Business and HPC Portlets CHIEN-HENG WU National Center for High-Performance Computing, Hsin-Chu, 300, Taiwan E-mail: [email protected] Abstract HPC Portal Development

More information

WEB-BASED STUDENT MANAGEMENT SYSTEM USING RFID

WEB-BASED STUDENT MANAGEMENT SYSTEM USING RFID UNIVERSITY OF BORDEAUX 1 FINAL REPORT MASTER OF SOFTWARE ENGINEERING (2011 2013) WEB-BASED STUDENT MANAGEMENT SYSTEM USING RFID Author LE Huong Sao Mai Supervisor LE Dinh Viet Hai December, 2013. Acknowledgement

More information

SOFTWARE ARCHITECTURE FOR FIJI NATIONAL UNIVERSITY CAMPUS INFORMATION SYSTEMS

SOFTWARE ARCHITECTURE FOR FIJI NATIONAL UNIVERSITY CAMPUS INFORMATION SYSTEMS SOFTWARE ARCHITECTURE FOR FIJI NATIONAL UNIVERSITY CAMPUS INFORMATION SYSTEMS Bimal Aklesh Kumar Department of Computer Science and Information Systems Fiji National University Fiji Islands [email protected]

More information

Client/server is a network architecture that divides functions into client and server

Client/server is a network architecture that divides functions into client and server Page 1 A. Title Client/Server Technology B. Introduction Client/server is a network architecture that divides functions into client and server subsystems, with standard communication methods to facilitate

More information

Clustering Versus Shared Nothing: A Case Study

Clustering Versus Shared Nothing: A Case Study 2009 33rd Annual IEEE International Computer Software and Applications Conference Clustering Versus Shared Nothing: A Case Study Jonathan Lifflander, Adam McDonald, Orest Pilskalns School of Engineering

More information

Course Name: Course in JSP Course Code: P5

Course Name: Course in JSP Course Code: P5 Course Name: Course in JSP Course Code: P5 Address: Sh No BSH 1,2,3 Almedia residency, Xetia Waddo Duler Mapusa Goa E-mail Id: [email protected] Tel: (0832) 2465556 (0832) 6454066 Course Code: P5 3i

More information

Design Approaches of Web Application with Efficient Performance in JAVA

Design Approaches of Web Application with Efficient Performance in JAVA IJCSNS International Journal of Computer Science and Network Security, VOL.11 No.7, July 2011 141 Design Approaches of Web Application with Efficient Performance in JAVA OhSoo Kwon and HyeJa Bang Dept

More information

JBS-102: Jboss Application Server Administration. Course Length: 4 days

JBS-102: Jboss Application Server Administration. Course Length: 4 days JBS-102: Jboss Application Server Administration Course Length: 4 days Course Description: Course Description: JBoss Application Server Administration focuses on installing, configuring, and tuning the

More information

Integrating Online Banking and Top-up Card into Payment Gateway

Integrating Online Banking and Top-up Card into Payment Gateway Internship Report Master of Software Engineering (2012-2014) Integrating Online Banking and Top-up Card into Payment Gateway Author: DAO Nguyen Vu Supervisor: HO Hoang Thuong January 11, 2015 Acknowledgment

More information

WIRIS quizzes web services Getting started with PHP and Java

WIRIS quizzes web services Getting started with PHP and Java WIRIS quizzes web services Getting started with PHP and Java Document Release: 1.3 2011 march, Maths for More www.wiris.com Summary This document provides client examples for PHP and Java. Contents WIRIS

More information

Oracle Identity Analytics Architecture. An Oracle White Paper July 2010

Oracle Identity Analytics Architecture. An Oracle White Paper July 2010 Oracle Identity Analytics Architecture An Oracle White Paper July 2010 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may

More information

How to make a good Software Requirement Specification(SRS)

How to make a good Software Requirement Specification(SRS) Information Management Software Information Management Software How to make a good Software Requirement Specification(SRS) Click to add text TGMC 2011 Phases Registration SRS Submission Project Submission

More information

Oracle WebLogic Foundation of Oracle Fusion Middleware. Lawrence Manickam Toyork Systems Inc www.toyork.com http://ca.linkedin.

Oracle WebLogic Foundation of Oracle Fusion Middleware. Lawrence Manickam Toyork Systems Inc www.toyork.com http://ca.linkedin. Oracle WebLogic Foundation of Oracle Fusion Middleware Lawrence Manickam Toyork Systems Inc www.toyork.com http://ca.linkedin.com/in/lawrence143 History of WebLogic WebLogic Inc started in 1995 was a company

More information

Patterns & Techniques for Separating Business Logic in New SOA System Development. Iyad Jabri Intelliun Corporation CEO

Patterns & Techniques for Separating Business Logic in New SOA System Development. Iyad Jabri Intelliun Corporation CEO Patterns & Techniques for Separating Business Logic in New SOA System Development Iyad Jabri Intelliun Corporation CEO Building a Service Oriented Architecture with BPM & MDA October 16-19, 2006 Burlingame,

More information

Core J2EE Patterns, Frameworks and Micro Architectures

Core J2EE Patterns, Frameworks and Micro Architectures Core J2EE Patterns, Frameworks and Micro Architectures [email protected] Patterns & Design Expertise Center Sun Software Services January 2004 Agenda Patterns Core J2EE Pattern Catalog Background J2EE

More information

Java Platform, Enterprise Edition (Java EE) From Yes-M Systems LLC Length: Approx 3 weeks/30 hours Audience: Students with experience in Java SE

Java Platform, Enterprise Edition (Java EE) From Yes-M Systems LLC Length: Approx 3 weeks/30 hours Audience: Students with experience in Java SE Java Platform, Enterprise Edition (Java EE) From Length: Approx 3 weeks/30 hours Audience: Students with experience in Java SE programming Student Location To students from around the world Delivery Method:

More information

Software Development Interactief Centrum voor gerichte Training en Studie Edisonweg 14c, 1821 BN Alkmaar T: 072 511 12 23

Software Development Interactief Centrum voor gerichte Training en Studie Edisonweg 14c, 1821 BN Alkmaar T: 072 511 12 23 Microsoft SharePoint year SharePoint 2013: Search, Design and 2031 Publishing New SharePoint 2013: Solutions, Applications 2013 and Security New SharePoint 2013: Features, Delivery and 2010 Development

More information

Realizing Enterprise Integration Patterns in WebSphere

Realizing Enterprise Integration Patterns in WebSphere Universität Stuttgart Fakultät Informatik, Elektrotechnik und Informationstechnik Realizing Enterprise Integration Patterns in WebSphere Thorsten Scheibler, Frank Leymann Report 2005/09 October 20, 2005

More information

Windows 2000 / NT 4.0 / 95 / 98, MS-DOS, Suse Operating Systems

Windows 2000 / NT 4.0 / 95 / 98, MS-DOS, Suse Operating Systems Name : Z A B Phone : 1-847-530-7013 Email : [email protected] SUMMARY One & half year experience of technical experience in complete software development life cycle process which includes

More information

CloudCERT (Testbed framework to exercise critical infrastructure protection)

CloudCERT (Testbed framework to exercise critical infrastructure protection) WP2. CONCEPTUAL MODELLING AND ARCHITECTURE CloudCERT (Testbed framework to exercise critical infrastructure protection) With the financial support of the Prevention, Preparedness and Consequence Management

More information

Budget Event Management Design Document

Budget Event Management Design Document Budget Event Management Design Document Team 4 Yifan Yin(TL), Jiangnan Shangguan, Yuan Xia, Di Xu, Xuan Xu, Long Zhen 1 Purpose Summary List of Functional Requirements General Priorities Usability Accessibility

More information

Portals, Portlets & Liferay Platform

Portals, Portlets & Liferay Platform Portals, Portlets & Liferay Platform Repetition: Web Applications and Model View Controller (MVC) Design Pattern Web Applications Frameworks in J2EE world Struts Spring Hibernate Data Service Java Server

More information

API Architecture. for the Data Interoperability at OSU initiative

API Architecture. for the Data Interoperability at OSU initiative API Architecture for the Data Interoperability at OSU initiative Introduction Principles and Standards OSU s current approach to data interoperability consists of low level access and custom data models

More information

CSc 230 Software System Engineering FINAL REPORT. Project Management System. Prof.: Doan Nguyen. Submitted By: Parita Shah Ajinkya Ladkhedkar

CSc 230 Software System Engineering FINAL REPORT. Project Management System. Prof.: Doan Nguyen. Submitted By: Parita Shah Ajinkya Ladkhedkar CSc 230 Software System Engineering FINAL REPORT Project Management System Prof.: Doan Nguyen Submitted By: Parita Shah Ajinkya Ladkhedkar Spring 2015 1 Table of Content Title Page No 1. Customer Statement

More information

Implementing the Shop with EJB

Implementing the Shop with EJB Exercise 2 Implementing the Shop with EJB 2.1 Overview This exercise is a hands-on exercise in Enterprise JavaBeans (EJB). The exercise is as similar as possible to the other exercises (in other technologies).

More information

SOFT 437. Software Performance Analysis. Ch 5:Web Applications and Other Distributed Systems

SOFT 437. Software Performance Analysis. Ch 5:Web Applications and Other Distributed Systems SOFT 437 Software Performance Analysis Ch 5:Web Applications and Other Distributed Systems Outline Overview of Web applications, distributed object technologies, and the important considerations for SPE

More information

OUR COURSES 19 November 2015. All prices are per person in Swedish Krona. Solid Beans AB Kungsgatan 32 411 19 Göteborg Sweden

OUR COURSES 19 November 2015. All prices are per person in Swedish Krona. Solid Beans AB Kungsgatan 32 411 19 Göteborg Sweden OUR COURSES 19 November 2015 Solid Beans AB Kungsgatan 32 411 19 Göteborg Sweden Java for beginners JavaEE EJB 3.1 JSF (Java Server Faces) PrimeFaces Spring Core Spring Advanced Maven One day intensive

More information

Web and Enterprise Applications Developer Track

Web and Enterprise Applications Developer Track Ministry of Communications and Information Technology Information Technology Institute Web and Enterprise Applications Developer Track Intake 35 Historical Background As part of the ITI, the Java TM Education

More information

Case Study. SaaS Based Multi-Store Market Place. www.brainvire.com 2013 Brainvire Infotech Pvt. Ltd Page 1 of 5

Case Study. SaaS Based Multi-Store Market Place. www.brainvire.com 2013 Brainvire Infotech Pvt. Ltd Page 1 of 5 Case Study SaaS Based Multi-Store Market Place Page 1 of 5 Client Requirement Magento Multi-Store Ecommerce Management is a web based virtual mall. It s an e- commerce virtual mall cum SaaS based model

More information

Web Presentation Layer Architecture

Web Presentation Layer Architecture Chapter 4 Web Presentation Layer Architecture In this chapter we provide a discussion of important current approaches to web interface programming based on the Model 2 architecture [59]. From the results

More information

Rapid Application Development. and Application Generation Tools. Walter Knesel

Rapid Application Development. and Application Generation Tools. Walter Knesel Rapid Application Development and Application Generation Tools Walter Knesel 5/2014 Java... A place where many, many ideas have been tried and discarded. A current problem is it's success: so many libraries,

More information

Tutorial: Design Patterns in the VSM

Tutorial: Design Patterns in the VSM Tutorial: Design Patterns in the VSM A software design pattern describes an approach to solving a recurring programming problem or performing a task. The design patterns discussed in this article can improve

More information

Java EE Introduction, Content. Component Architecture: Why and How Java EE: Enterprise Java

Java EE Introduction, Content. Component Architecture: Why and How Java EE: Enterprise Java Java EE Introduction, Content Component Architecture: Why and How Java EE: Enterprise Java The Three-Tier Model The three -tier architecture allows to maintain state information, to improve performance,

More information

Course Number: IAC-SOFT-WDAD Web Design and Application Development

Course Number: IAC-SOFT-WDAD Web Design and Application Development Course Number: IAC-SOFT-WDAD Web Design and Application Development Session 1 (10 Hours) Client Side Scripting Session 2 (10 Hours) Server Side Scripting - I Session 3 (10 hours) Database Session 4 (10

More information

Realization of Inventory Databases and Object-Relational Mapping for the Common Information Model

Realization of Inventory Databases and Object-Relational Mapping for the Common Information Model Realization of Inventory Databases and Object-Relational Mapping for the Common Information Model Department of Physics and Technology, University of Bergen. November 8, 2011 Systems and Virtualization

More information

Social Network Website to Monitor Behavior Change Design Document

Social Network Website to Monitor Behavior Change Design Document Social Network Website to Monitor Behavior Change Design Document Client: Yolanda Coil Advisor: Simanta Mitra Team #11: Gavin Monroe Nicholas Schramm Davendra Jayasingam Table of Contents PROJECT TEAM

More information

Web Application Development

Web Application Development Web Application Development Introduction Because of wide spread use of internet, web based applications are becoming vital part of IT infrastructure of large organizations. For example web based employee

More information

OptimalJ Foundation. PSM EJB Model. Roadmap. What is the EJB model? EJB model as a PSM model Mapping the EJB model Model elements and code generation

OptimalJ Foundation. PSM EJB Model. Roadmap. What is the EJB model? EJB model as a PSM model Mapping the EJB model Model elements and code generation OptimalJ Foundation PSM EJB Model 1 EJB model overview Roadmap What is the EJB model? EJB model as a PSM model Mapping the EJB model Model elements and code generation EJB model elements details Implementation

More information

Building Web Applications, Servlets, JSP and JDBC

Building Web Applications, Servlets, JSP and JDBC Building Web Applications, Servlets, JSP and JDBC Overview Java 2 Enterprise Edition (JEE) is a powerful platform for building web applications. The JEE platform offers all the advantages of developing

More information

Remote Authentication and Single Sign-on Support in Tk20

Remote Authentication and Single Sign-on Support in Tk20 Remote Authentication and Single Sign-on Support in Tk20 1 Table of content Introduction:... 3 Architecture... 3 Single Sign-on... 5 Remote Authentication... 6 Request for Information... 8 Testing Procedure...

More information

Decomposition into Parts. Software Engineering, Lecture 4. Data and Function Cohesion. Allocation of Functions and Data. Component Interfaces

Decomposition into Parts. Software Engineering, Lecture 4. Data and Function Cohesion. Allocation of Functions and Data. Component Interfaces Software Engineering, Lecture 4 Decomposition into suitable parts Cross cutting concerns Design patterns I will also give an example scenario that you are supposed to analyse and make synthesis from The

More information

Java EE 7: Back-End Server Application Development

Java EE 7: Back-End Server Application Development Oracle University Contact Us: 01-800-913-0322 Java EE 7: Back-End Server Application Development Duration: 5 Days What you will learn The Java EE 7: Back-End Server Application Development training teaches

More information

Oracle Communications WebRTC Session Controller: Basic Admin. Student Guide

Oracle Communications WebRTC Session Controller: Basic Admin. Student Guide Oracle Communications WebRTC Session Controller: Basic Admin Student Guide Edition 1.0 April 2015 Copyright 2015, Oracle and/or its affiliates. All rights reserved. Disclaimer This document contains proprietary

More information

SSC - Web development Model-View-Controller for Java web application development

SSC - Web development Model-View-Controller for Java web application development SSC - Web development Model-View-Controller for Java web application development Shan He School for Computational Science University of Birmingham Module 06-19321: SSC Outline Outline of Topics Java Server

More information

Architecture Design Version1.0. Architecture Design CUSTOMER RELATION MANAGEMENT SYSTEM Version 1.0

Architecture Design Version1.0. Architecture Design CUSTOMER RELATION MANAGEMENT SYSTEM Version 1.0 Architecture Design CUSTOMER RELATION MANAGEMENT SYSTEM Version 1.0 Submitted in partial fulfillment of the requirements of the degree of Master of Software Engineering CIS 895 MSE Project Kansas State

More information

Framework Adoption for Java Enterprise Application Development

Framework Adoption for Java Enterprise Application Development Framework Adoption for Java Enterprise Application Development Clarence Ho Independent Consultant, Author, Java EE Architect http://www.skywidesoft.com [email protected] Presentation can be downloaded

More information

Running and Testing Java EE Applications in Embedded Mode with JupEEter Framework

Running and Testing Java EE Applications in Embedded Mode with JupEEter Framework JOURNAL OF APPLIED COMPUTER SCIENCE Vol. 21 No. 1 (2013), pp. 53-69 Running and Testing Java EE Applications in Embedded Mode with JupEEter Framework Marcin Kwapisz 1 1 Technical University of Lodz Faculty

More information

.NET and J2EE Intro to Software Engineering

.NET and J2EE Intro to Software Engineering .NET and J2EE Intro to Software Engineering David Talby This Lecture.NET Platform The Framework CLR and C# J2EE Platform And Web Services Introduction to Software Engineering The Software Crisis Methodologies

More information

Student Attendance Through Mobile Devices

Student Attendance Through Mobile Devices Student Attendance Through Mobile Devices Anurag Rastogi Kirti Gupta Department of Computer Science and Engineering National Institute of Technology Rourkela Rourkela-769 008, Odisha, India Student Attendance

More information

SOA REFERENCE ARCHITECTURE: WEB TIER

SOA REFERENCE ARCHITECTURE: WEB TIER SOA REFERENCE ARCHITECTURE: WEB TIER SOA Blueprint A structured blog by Yogish Pai Web Application Tier The primary requirement for this tier is that all the business systems and solutions be accessible

More information

Research Article. ISSN 2347-9523 (Print) *Corresponding author Lili Wang Email: [email protected]

Research Article. ISSN 2347-9523 (Print) *Corresponding author Lili Wang Email: lily@nepu.edu.cn Scholars Journal of Engineering and Technology (SJET) Sch. J. Eng. Tech., 2015; 3(4B):424-428 Scholars Academic and Scientific Publisher (An International Publisher for Academic and Scientific Resources)

More information

Development Methodologies

Development Methodologies Slide 3.1 Development Methodologies Prof. Dr. Josef M. Joller [email protected] Development Methodologies Prof. Dr. Josef M. Joller 1 Session 3 Slide 3.2 SOFTWARE LIFE-CYCLE MODELS Development Methodologies

More information

Oracle WebLogic Server 11g Administration

Oracle WebLogic Server 11g Administration Oracle WebLogic Server 11g Administration This course is designed to provide instruction and hands-on practice in installing and configuring Oracle WebLogic Server 11g. These tasks include starting and

More information

Japan Communication India Skill Development Center

Japan Communication India Skill Development Center Japan Communication India Skill Development Center Java Application System Developer Course Detail Track 2b Java Application Software Developer: Phase1 SQL Overview 70 Introduction Database, DB Server

More information

CHAPTER 1 - JAVA EE OVERVIEW FOR ADMINISTRATORS

CHAPTER 1 - JAVA EE OVERVIEW FOR ADMINISTRATORS CHAPTER 1 - JAVA EE OVERVIEW FOR ADMINISTRATORS Java EE Components Java EE Vendor Specifications Containers Java EE Blueprint Services JDBC Data Sources Java Naming and Directory Interface Java Message

More information

Sports Management Information Systems. Camilo Rostoker November 22, 2002

Sports Management Information Systems. Camilo Rostoker November 22, 2002 Sports Management Information Systems Camilo Rostoker November 22, 2002 Introduction We are in the information age The availability of technology has brought forth a new problem domain how do we manage

More information

zen Platform technical white paper

zen Platform technical white paper zen Platform technical white paper The zen Platform as Strategic Business Platform The increasing use of application servers as standard paradigm for the development of business critical applications meant

More information

CACHÉ: FLEXIBLE, HIGH-PERFORMANCE PERSISTENCE FOR JAVA APPLICATIONS

CACHÉ: FLEXIBLE, HIGH-PERFORMANCE PERSISTENCE FOR JAVA APPLICATIONS CACHÉ: FLEXIBLE, HIGH-PERFORMANCE PERSISTENCE FOR JAVA APPLICATIONS A technical white paper by: InterSystems Corporation Introduction Java is indisputably one of the workhorse technologies for application

More information

FUSE-ESB4 An open-source OSGi based platform for EAI and SOA

FUSE-ESB4 An open-source OSGi based platform for EAI and SOA FUSE-ESB4 An open-source OSGi based platform for EAI and SOA Introduction to FUSE-ESB4 It's a powerful OSGi based multi component container based on ServiceMix4 http://servicemix.apache.org/smx4/index.html

More information

How To Understand The Architecture Of Java 2Ee, J2Ee, And J2E (Java) In A Wordpress Blog Post

How To Understand The Architecture Of Java 2Ee, J2Ee, And J2E (Java) In A Wordpress Blog Post Understanding Architecture and Framework of J2EE using Web Application Devadrita Dey Sarkar,Anavi jaiswal, Ankur Saxena Amity University,UTTAR PRADESH Sector-125, Noida, UP-201303, India Abstract: This

More information

Net-WMS FP6-034691. Net-WMS SPECIFIC TARGETED RESEARCH OR INNOVATION PROJECT. Networked Businesses. D.8.1 Networked architecture J2EE compliant

Net-WMS FP6-034691. Net-WMS SPECIFIC TARGETED RESEARCH OR INNOVATION PROJECT. Networked Businesses. D.8.1 Networked architecture J2EE compliant Net-WMS SPECIFIC TARGETED RESEARCH OR INNOVATION PROJECT Networked Businesses D.8.1 Networked architecture J2EE compliant ( Version 1 ) Due date of deliverable: June 30 th, 2007 Actual submission date:

More information

WebSphere Server Administration Course

WebSphere Server Administration Course WebSphere Server Administration Course Chapter 1. Java EE and WebSphere Overview Goals of Enterprise Applications What is Java? What is Java EE? The Java EE Specifications Role of Application Server What

More information

To increase scalability, the following features can be integrated:

To increase scalability, the following features can be integrated: Client Requirements Magento Multi Store Ecommerce Management system is an online virtual mall using is Saas based model based Ecommerce Platform where merchants and retailers can sign up and easily create

More information

CS 389 Software Engineering. Lecture 2 Chapter 2 Software Processes. Adapted from: Chap 1. Sommerville 9 th ed. Chap 1. Pressman 6 th ed.

CS 389 Software Engineering. Lecture 2 Chapter 2 Software Processes. Adapted from: Chap 1. Sommerville 9 th ed. Chap 1. Pressman 6 th ed. CS 389 Software Engineering Lecture 2 Chapter 2 Software Processes Adapted from: Chap 1. Sommerville 9 th ed. Chap 1. Pressman 6 th ed. Topics covered Software process models Process activities Coping

More information

Japan Communication India Skill Development Center

Japan Communication India Skill Development Center Japan Communication India Skill Development Center Java Application System Developer Course Detail Track 2a Java Application Software Developer: Phase1 SQL Overview 70 Introduction Database, DB Server

More information

Chapter 1 - Web Server Management and Cluster Topology

Chapter 1 - Web Server Management and Cluster Topology Objectives At the end of this chapter, participants will be able to understand: Web server management options provided by Network Deployment Clustered Application Servers Cluster creation and management

More information

Distributed Database Design

Distributed Database Design Distributed Databases Distributed Database Design Distributed Database System MS MS Web Web data mm xml mm dvanced Database Systems, mod1-1, 2004 1 Advanced Database Systems, mod1-1, 2004 2 Advantages

More information

Online College Magazine

Online College Magazine Software Requirement Specification Chennai Campus Vandalur-Kelambakkam Road, Chennai 600048 Ciphers Online College Magazine IBM TGMC-2011 Version 1.0 Team Members : Mentor: Prof. B. Sathis Kumar 1. Aanchal

More information

BUILDING OFFICIAL DOCUMENT MANAGEMENT SYSTEM FOR UNIVERSITIES

BUILDING OFFICIAL DOCUMENT MANAGEMENT SYSTEM FOR UNIVERSITIES UNIVERSITY OF BORDEAUX 1 INTERNSHIP REPORT MASTER OF SOFTWARE ENGINEERING (2011 201) BUILDING OFFICIAL DOCUMENT MANAGEMENT SYSTEM FOR UNIVERSITIES Author LE Huong Thao An Supervisor LE Dinh Viet Hai December

More information

Stock Trader System. Architecture Description

Stock Trader System. Architecture Description Stock Trader System Architecture Description Michael Stevens [email protected] http://www.mestevens.com Table of Contents 1. Purpose of Document 2 2. System Synopsis 2 3. Current Situation and Environment

More information

AD-HOC QUERY BUILDER

AD-HOC QUERY BUILDER AD-HOC QUERY BUILDER International Institute of Information Technology Bangalore Submitted By: Bratati Mohapatra (MT2009089) Rashmi R Rao (MT2009116) Niranjani S (MT2009124) Guided By: Prof Chandrashekar

More information

Techniques for Scaling Components of Web Application

Techniques for Scaling Components of Web Application , March 12-14, 2014, Hong Kong Techniques for Scaling Components of Web Application Ademola Adenubi, Olanrewaju Lewis, Bolanle Abimbola Abstract Every organisation is exploring the enormous benefits of

More information

Creating new university management software by methodologies of Service Oriented Architecture (SOA)

Creating new university management software by methodologies of Service Oriented Architecture (SOA) Creating new university management software by methodologies of Service Oriented Architecture (SOA) Tuomas Orama, Jaakko Rannila Helsinki Metropolia University of Applied Sciences, Development manager,

More information

Configuration Guide - OneDesk to SalesForce Connector

Configuration Guide - OneDesk to SalesForce Connector Configuration Guide - OneDesk to SalesForce Connector Introduction The OneDesk to SalesForce Connector allows users to capture customer feedback and issues in OneDesk without leaving their familiar SalesForce

More information

Software Development Kit

Software Development Kit Open EMS Suite by Nokia Software Development Kit Functional Overview Version 1.3 Nokia Siemens Networks 1 (21) Software Development Kit The information in this document is subject to change without notice

More information

Open Source egovernment Reference Architecture Osera.modeldriven.org. Copyright 2006 Data Access Technologies, Inc. Slide 1

Open Source egovernment Reference Architecture Osera.modeldriven.org. Copyright 2006 Data Access Technologies, Inc. Slide 1 Open Source egovernment Reference Architecture Osera.modeldriven.org Slide 1 Caveat OsEra and the Semantic Core is work in progress, not a ready to use capability Slide 2 OsEra What we will cover OsEra

More information

Complete Java Web Development

Complete Java Web Development Complete Java Web Development JAVA-WD Rev 11.14 4 days Description Complete Java Web Development is a crash course in developing cutting edge Web applications using the latest Java EE 6 technologies from

More information

Performance Comparison of Persistence Frameworks

Performance Comparison of Persistence Frameworks Performance Comparison of Persistence Frameworks Sabu M. Thampi * Asst. Prof., Department of CSE L.B.S College of Engineering Kasaragod-671542 Kerala, India [email protected] Ashwin A.K S8, Department

More information

PG DAC. Syllabus. Content. Eligibility Criteria

PG DAC. Syllabus. Content. Eligibility Criteria PG DAC Eligibility Criteria Qualification 1. Engg Graduate in any discipline or equivalent (eg. BE/B.Tech/4 years B. Sc Engg./ AMIE/ AIETE / DoEACC B level etc). 2. PG in Engg. Sciences (eg. MCA / M.Sc.

More information

!! " "!! # $ % " & ' $ % (! %) * +, $ ( ) ' " -

!!  !! # $ %  & ' $ % (! %) * +, $ ( ) '  - !!" "!! # $% " & '$%(!%)* +,$()' "- Table of Contents Abstract...3 1.0 Introduction...4 2.0 Approach...5 2.1 Iteration I - Inception... 7 2.2 Iteration II Elaboration... 8 2.3 Iteration III - Construction

More information

EVALUATION ONLY. WA2088 WebSphere Application Server 8.5 Administration on Windows. Student Labs. Web Age Solutions Inc.

EVALUATION ONLY. WA2088 WebSphere Application Server 8.5 Administration on Windows. Student Labs. Web Age Solutions Inc. WA2088 WebSphere Application Server 8.5 Administration on Windows Student Labs Web Age Solutions Inc. Copyright 2013 Web Age Solutions Inc. 1 Table of Contents Directory Paths Used in Labs...3 Lab Notes...4

More information

NextRow - AEM Training Program Course Catalog

NextRow - AEM Training Program Course Catalog NextRow - AEM Training Program Course Catalog Adobe Experience Manager Training Program Course Catalog NextRow provides Adobe CQ training solutions designed to meet your unique project demands. To optimize

More information

Sisense. Product Highlights. www.sisense.com

Sisense. Product Highlights. www.sisense.com Sisense Product Highlights Introduction Sisense is a business intelligence solution that simplifies analytics for complex data by offering an end-to-end platform that lets users easily prepare and analyze

More information

JEE Web Applications Jeff Zhuk

JEE Web Applications Jeff Zhuk JEE Web Applications Jeff Zhuk From the book and beyond Integration-Ready Architecture and Design Cambridge University Press Software Engineering With XML, Java,.NET, Wireless, Speech and Knowledge Technologies

More information

Web Services API Developer Guide

Web Services API Developer Guide Web Services API Developer Guide Contents 2 Contents Web Services API Developer Guide... 3 Quick Start...4 Examples of the Web Service API Implementation... 13 Exporting Warehouse Data... 14 Exporting

More information

The end. Carl Nettelblad 2015-06-04

The end. Carl Nettelblad 2015-06-04 The end Carl Nettelblad 2015-06-04 The exam and end of the course Don t forget the course evaluation! Closing tomorrow, Friday Project upload deadline tonight Book presentation appointments with Kalyan

More information

2012 LABVANTAGE Solutions, Inc. All Rights Reserved.

2012 LABVANTAGE Solutions, Inc. All Rights Reserved. LABVANTAGE Architecture 2012 LABVANTAGE Solutions, Inc. All Rights Reserved. DOCUMENT PURPOSE AND SCOPE This document provides an overview of the LABVANTAGE hardware and software architecture. It is written

More information