Research and Development of J2EE Architecture-based Intelligent Community Management System

Size: px
Start display at page:

Download "Research and Development of J2EE Architecture-based Intelligent Community Management System"

Transcription

1 Research and Development of J2EE Architecture-based Intelligent Community Management System Yang Rui 1, 2, Qixiu Yang 1, 2 1 School of Social Work, Chongqing City Management College, Chongqing , China 2 Library, Chongqing City Management College, Chongqing , China Abstract In recent years, intelligent city has become the mainstream of urban construction, and among it, intelligent community is the core part in intelligent urban construction. Intelligent urban construction in our city is still at the preliminary stage, and due to the wide gap generally existing in input and understanding on intelligent community, the unbalanced development of intelligent community and unevenness of informatization construction further result in the lack of information exchange among community management departments, etc. Under the driving of technology and the support of policy in newly-built urban area, in order to make the citizen enjoy the digital life of intelligent community and change the community management method, it's proposed to build the intelligent community platform. In this context, this Paper designs a set of J2EE architecture-based intelligent community management system for these intelligent communities in newly-built urban area, in the hope of helping community management improve the comprehensive management level and enhance their capacity in public service for community residents. Keywords: Intelligent Community, J2EE Architecture, System Development, Model Framework. 1. BACKGROUND 1.1 Literature review Community is the basic unit of urban development, and its development directly concerns all aspects of community residents' daily life. However, along with the continuous improvement of people's living level, current community management may not satisfy the continuously-growing demands of the residents any longer. The continuous development and popularization of the information technology may help community management department realize the informatization of management and services, and accordingly form an efficient and convenient public administrative method (Wang and He, 2014). In addition, community residents may also enjoy the convenient life service brought by informationalized community management. Therefore, in order to realize the integration of community management and service, it requires a more "intelligent" method for solving today's issue. The birth of intelligent community may solve the issue through an "intelligent" method. The application of today's advanced technology may help intelligent community realize the information exchange among community management, users and intelligent community system. In this way, on one side, the user may not only experience the digital life brought by intelligent community, but also, on the other side, the community management apply a more convenient management method (Jin, 2014). Intelligent community is the highly integrated product of today's informatization technology and it integrates the emerging technologies involving cloud computing, internet of things, mobile internet, GIS technology and positioning technology, etc. Intelligent community management system is the main part of intelligent community, which, from the perspective of community administrators, provides the corresponding informatization application, in the hope of helping improve the efficiency and scientificity of community management. While providing the advanced technical means, community informatization management will also promote the development and improvement of community management mode, including optimization of business process, coordination and integration among different departments, introduction of grid management, building of internal and external combined evaluation supervisory mechanisms, etc.; management features more intelligence than technology to some extent. 636

2 1.2 Objective of the study This Paper conducts in-depth study on management situation of community administrators' daily work, and with community development as the premise and by combining the currently relative mature community informization technology and leading solutions, designs and develops a set of safe, stable, advanced and intelligent J2EE architecture-based intelligent community management system, bringing forward the study on application of ant colony-based improved shading algorithm in GIS technology in community management, and designing and developing the redeveloped mobile application module for WeChat enterprise number (Li, 2014), through which realize the improvement of comprehensive management level of community management departments and the enhancement of capacity of public service for community residents, improving the efficiency of management and service of community management departments, so as to further benefit the community residents' daily life. 2. OVERVIEW OF J2EE ARCHITECTURE 2.1 Definition of J2EE J2EE (Java 2 platform enterprise edition) is a specification defined by SUM company, which is for simplifying the development and deployment of enterprise-level application. Java or J2SE (Java 2 Platform Standard Edition, Java 2 platform standard edition) is the core foundational technology of J2EE, beside the supporting to Servlet, Bean, JSP and XML, P2EE also solidifies the basic characteristics of J2SE (Li, 2017). For instance, its characteristics of "as long as being compiled once, it will be able to run in other java environment", the application of JDBCAPI and CORBA (Common Object Request Broker Architecture) technology may realize the convenient storage of data in database and feature the safe mode of J2EE, etc. J2EE makes the development of enterpriselevel development become simpler and faster. 2.2 B/S/S architecture The three layers of B/S/S S structural browser/web server/database server (Web Server/Database Server) are as shown as Figure 1. The design thought of three tier framework may combine the J2EE's multilayer application architecture to realize extension and between the layer of terminal user and final data, establish the access layer and service layer (wherein, access layer includes business logic and display logic, and service layer refers to the intermediate application), which are designed as per multilayer mode. Figure 1. B/S/S Multilayer Architecture According to the complexity and maintainability of applications, three-tier architecture features more advantages comparing with two-tier architecture and single-tier architecture, and it may optimize the coupling relationship and is convenient for work breakdown. Three-tier architecture adapts to team development, in which team, each person may engage in different work and however has to collaborate, making the efficiency of work being doubled (Xu, 2016). Three-tier architecture is a thin client mode, and even there's only a smaller disk with less memory space in terminal user and slow speed of CPU, may also acquire good performance. Comparably, single-tier architecture and fat client mode make excessive demands on the machine, and the biggest advantage of three-tier architecture is its safety performance. Its safety performance embodies: at client terminal, one can only access the data layer through logic layer, which may accordingly reduce the access point of data layer access, with many hazardous system functions being interdicted. 2.3 Ant colony optimization Ant colony (ants) optimization is a probability algorithm searching optimized path in Figure G, which is a population-based heuristic bionic evolution system (Wu, 2015). When ant colony searches food sources, each ant 637

3 decides the walk route according to the concentration of volatile substance (pheromone) released by other ants on the route, and releases the pheromone to improve the quantity of pheromone on the route. The higher the concentration of pheromone on the route, the bigger chance the ants selects it. However, the concentration will weaken as the time goes on. Assuming "G (V, E)" - undirected acyclic graph, "V=(v 1, v 2,, v n)" refers to the preliminary point sequence randomly generated in Figure G. "P" refers to the biggest degree at the peak point, i.e. the upper bound of chromatic number in Figure G; assuming "C=(c 1, c 2,, c p)" as color set, assuming "G (V, E)" - undirected acyclic graph, i.e. the vertex sequence randomly generated in Figure G. Assuming "D (n*n)" as the adjacency matrix of Figure G, meeting the following equation: D(i, j) = { 1 if v i is adjcent to v j 0 else (1) "S" meeting the following assumption: using color table (matrix) "S (n*p)" to record the coloring process of ant "k", " S (i, j)=1" representing that ant "k" passes "S (i, j)", and using color "C j" to color the point "V i". "S" meeting the following equation: S(i, j) = { 1 color v i with c j 0 else (2) And after all ants separately finish the coloring process, "S" meeting the following equation: p j=1 S(i, j) = 1 (3) Assuming "r (n*p)" as pheromone matrix, wherein, "r(i, j)" representing to use color "C j" to color the pheromone of point "V i", which corresponds to color table "S (n*p)", and the pheromone equation is updated as ("p" refers to the volatility of pheromone, generally taking 0.3). τ ij (i, j) = (1 p)τ ij (i, j) + τ(i, j) (4) Wherein, " τ k (i, j)" refers to the pheromone released by ant "k" when it uses color "C j" to color point "V i" ("Q" refers to the concentration of pheromone, generally taking 1). τ(i, j) = m k=1 k (i, j) (5) τ(i, j) = Q/NumC (6) Assuming "η ij " is extended as heuristic information (NumC: V i-1 refers to the total quantity of colors after being colored): η = 1/NumC When ants wander to color, transition probability "P ij k " help decide to use color "C j" to color point "V i". P ij k = { α β τ ijηij τ α β isηis c j allowd i k 0 else (7) Wherein, " α, β " are the parameters that influence the decision of ants by pheromone " τ " and heuristic information " η (α, β = 1, 2, 3, 4)". "allowed" refers to the feasible coloring set of point "V i" in the coloringfinished set "{c 1, c 2,, c NumC}"when ant "k" colors point "V i", and if allowed is not in empty, then, transition probability " P ij k " uses color "C j" to color point "V i", and "allowed" is for "V i", color "c NumC". And, then, NumC=NumC

4 3. ANALYSIS ON DEMANDS OF THE SYSTEM 3.1 Demands on functions With regard to functions, the intelligent community with community residents as the core of service is required to guarantee the community residents' daily life and meet the development demands, offering the residents the efficient, convenient and safe intelligent service; with regard to community management level, the management of intelligent community is through a sub-system of intelligent community system, intelligent community is the important part of intelligent city, and the management of intelligent community is through an efficient and comprehensive community information management platform (Li and Zhuang, 2017). The objects accessing and using intelligent community management system mainly are leaders of civil administration departments and community worker. According to the actual requirements, the system may be divided into 6 sub-systems as shown as Figure Grid management sub-system Figure 2. Hui Community Management System Function Module Under the premise of none big change to the entire layout of the cities, communities and streets, the primary management area is divided by grid and one area may be divided into several unit grids. E.g. with regard to community management, a neighborhood committee area may be divided according to the actual situation. Then the grid administrator will be responsible for the management of the people, things, affairs and organizations, etc. in the grid under his charge, realizing the meticulousness, informatization and dynamisms of service management and accordingly increasing the efficiency of the management (Fei, 2017). Grid management is based on GIS technology, through which directly present all data and information in the unit grid and upgrade the data and information in real time. In addition, it may also help realize the real-time positioning of administrators according to the information on physical community houses and buildings. Each grid administor of the community may not only manage the people and things, etc. in the grid, but also should serve the community residents. Through dividing the community into unit grid, realize "zero" social service, "full coverage" social management and "complete response" to residents' appeal. Grid management sub-system includes grid division, information management, work management and performance evaluation with regard to grid administrators Affair management sub-system Affair Management Sub-system mainly solve the daily affairs related to the community. The sub-system includes event treatment, government affairs handling and comprehensive evaluation, etc (Song and Shao, 2017). Event treatment helps all level managements coordinate and handle the events reflected by basic level, mainly including information reporting, information distribution and transferring, and event feedback, etc. Government affairs 639

5 handling: at business hall and on community website platform, handle the data provided by individuals or enterprises, etc., and according to the business type, the data are sent to the corresponding business department for handling, and feedback the business processing situation to the user after the business is completed. Comprehensive evaluation: apply a set of scientific and complete supervision and evaluation system to assess and evaluate all circles of community management, through which may not only supervise the problems appeared during social management, but also may supervise the quality of management and enforcement, with the functions including personnel evaluation function, department evaluation function and area evaluation function, etc Conflict resolving sub-system Through conflict resolving sub-system, service worker at all levels handle daily affairs. Under the sub-system, daily affairs consist of my affairs and subordinate affairs, and while helping the service worker handle their own daily work, the sub-system may also supervise the subordinate worker to carry out their work better (Yang, 2017). Its functions mainly include service event registration, event processing, urgent event processing, leader approval, historical affairs, work supervision, typical case and statistical analysis, etc Daily work sub-system Daily work sub-system, by applying and compiling annual standing book and log book, reflect the content description of annual work and daily work of all departments and organizations in the community. The catalog of standing book may include dispute troubleshooting report, public security and random point regulation report, important conference, important documents, key events and special work, etc Personnel management sub-system The sub-system manages the information about "two committee" members and full-time worker of the community, including mastering of dynamic conditions and precision management with regard to basic information, team structure, salary subsidies, and promotion and job change, etc Assessment & evaluation sub-system Assessment & evaluation sub-system, according to community assessment methods and by combining the relevant data related to the system, evaluate the subordinate organizations and personnel (He and Yang, 2016). The functions of the sub-system include management of assessment rules, evaluation by supervisor and evaluation by subordinate worker. 3.2 Analysis on demands in WeChat enterprise number Along with the rapid progress of mobile internet, various emerging mobile technologies appear, and the dispute in localization application and HTML3 technology is becoming increasingly fierce. The WeChat released by Tencent, especially the appearance of WeChat subscription number, WeChat service number and enterprise number bring great impact on traditional information system. The development of WeChat-based application makes a great progress, and such development mode is generally recognized by many enterprises for its improvement in development efficiency and development time. During grid division process, according to relevant stipulation, appr. 800 residents constitute a grid, and several grids constitute a community, through which way, a community consists several sub-communities. Intelligent community management is introduced into the secondary development of WeChat enterprise number, and each sub-community applies one WeChat enterprise number to release the mobile applications at WeChat platform by combining the advanced technology from the actual work of community management worker (Bei, 2015). The secondary development of WeChat enterprise number aims at managing the daily work of community worker via remote mobile terminal, which mainly involves attendance system, mission system and information transmission as shown as Figure 3. As long as a WeChat enterprise number is established for the application by one subcommunity, such number could also be applied mechanically by other sub-communities. 640

6 Figure 3. WeChat Enterprise Number Function Module Attendance system The system mainly consists of sign in function and sign out function. Both functions are required to be completed within a certain time range and spatial range, with the main process as shown as Figure 4 (with sign in function as the example). Figure 4. WeChat Sign in Process The user opens the sign in application, and the application jumps to sign in interface after authentication. WeChat sign in is judged according the given physical scope, and therefore, the first step is to position the positioning system, acquire the current position of the user, and judge whether the user's position is within the given physical scope (Zhang and Deng, 2015). Within the scope, the sign in may be realized through the shake of the mobile or the click of "sign in" button. During the sign in process, the first step is to judge whether it's within the sign in period, if yes, the sign in time and situation of the very worker shall be recorded. By now, the whole processes are finished. Sign out process is basically the same as sign in process. Sign in function and sign out function are for recording the worker's work time, offering reference for the evaluation of daily work of the worker. 641

7 3.2.2 Mission system Mission System mainly includes the filling of daily tasks, assignment of worker's daily work by leaders and management of unfinished task. Adding tasks: the user opens sign in application, and the application jumps to task adding interface after authentication. Different functions are assigned as per the users' roles (Mai, 2015). Common worker may only fill in their own daily tasks, and the leaders may not only fill in their daily tasks, but also select tasks to assign to the worker and transfer the information of the tasks assigned to corresponding worker. After the worker finishes the task, the information on task achievement shall be fed back to the leaders who have assigned them the tasks. Task assignment is as shown as Figure 5. Figure 5. WeChat Assignment Management of unfinished tasks: the tasks filled in by the workers or the leader represent unfinished tasks, and after being finished, the task state shall be changed into task achievement. Should the task fail to be finished within stipulated time, the task state may automatically changed into task postponed and postponed causes shall be indicated; after the task is finished, the task state shall be changed into task achievement and the completion time shall also be recorded. Should the task not be finished, the cause resulting in failure shall be indicated and the state shall be indicated as 'Unfinished" Functions about sending text and graphics-text related information In intelligent community management system, some information (incl. the task assigned to the workers by the leader, the task assigned by the leader and finished by the workers) is required to transfer to community worker timely, and community worker shall accordingly complete the corresponding work according to the received information. The transfer of such information may be completed through WeChat enterprise number (Li, 2015). WeChat enterprise number offers the developer the E1 links for transferring information, and through the links, the transfer of information may be easily realized. In conclusion, the development of WeChat enterprise number offers the intelligent community the evidence for managing worker performance evaluation with regard to workers' daily work situation and attendance situation in the system, which is not only beneficial to the improvement of work efficiency of community management and government administration level, but also beneficial to the improvement of government's decision-making and emergent treatment capability, and the optimization of government service function as well. 4. CONCLUSION This Paper firstly establishes the overall framework for intelligent community management system, then divides it into specific function modules according to the overall framework of the system and the daily work & business process of community management, and analyzes the specific demands in the module, so as to make it meet the community management work. Then, conducts detailed analysis on the demands of mobile application, adopts WeChat enterprise number to conduct the secondary development of mobile application, and analyzes the function of demand module of mobile application in details, including attendance module and daily task management function and other modules, through which realizes the demands on remote management of workers' daily work. ACKNOWLEDGEMENTS 1. The general project of social science planning in Chongqing in the research on the capacity building of non-profit organization in Chongqing - from the perspective of transformation and development (Project number: 642

8 2015YBSH044). 2. The research and Practice on the construction of community colleges and universities with the combination of social work and voluntary service in Higher Vocational Colleges in the 2015 year of higher education reform in Chongqing (Item No.: ). REFERENCES Bei M. (2015). Wisdom community health system solution, China public security, (06), Fei N. (2017). Design and implementation of community service center management system, Science and technology information, 15 (05), He K.Y., Yang Z.Q. (2016). Construction of intelligent community management system, Surveying and mapping bulletin, (S2), Jin W.C. (2014). Build a smart community integrated information system operating platform, China public security, (Z2), Li H.Y. (2014). Construction of cloud service platform for smart community based on IGRS standard, Computer disk software and application, 17 (12), Li J. (2015). Construction and thinking about the wisdom of the community, Management observation, (17), Li L.X. (2017). J2EE and cloud computing intelligence community architecture design, Electronic technology and software engineering, (19), Li Y.F., Zhuang L. (2017). Research on Intelligent Community Management System Based on grid management, Value engineering, 36 (03), Mai S.Y. (2015). Community comprehensive management and service platform, System of enterprise technology and development, (05), Song H.H., Shao C.L. (2017). Internet plus Community Governance Model Innovation - a case study of typical domestic intelligence community as an example, China theory, (06), Wang L.Q., He S.J. (2014). Design and research of Intelligent Community Architecture Based on J2EE and cloud computing, Laboratory research and exploration, 33 (01), Wu X.Q. (2015). Smart community solutions, Intelligent building, (01), Xu W.W. (2016). Design and development of 3D intelligent community management system based on GIS, Beijing surveying and mapping, (06), Yang Y. (2017). Research on Key Technologies of intelligent community management platform based on cloud computing, Automation and instrumentation, (04), Zhang H., Deng J.F. (2015). Construction of city survey, the wisdom of the community integrated information management system of 3D, (02),

The Application and Research of Property-management Information System based on JSF Technology Lin Tang

The Application and Research of Property-management Information System based on JSF Technology Lin Tang 2014 International Conference on Computer Science and Electronic Technology (ICCSET 2014) The Application and Research of Property-management Information System based on JSF Technology Lin Tang School

More information

Government Information Publicity in the Internet Plus Background: The Perspective of the National Governance Modernization

Government Information Publicity in the Internet Plus Background: The Perspective of the National Governance Modernization Canadian Social Science Vol. 11, No. 12, 2015, pp. 13-17 DOI:10.3968/7969 ISSN 1712-8056[Print] ISSN 1923-6697[Online] www.cscanada.net www.cscanada.org Government Information Publicity in the Internet

More information

The Accurate Marketing System Design Based on Data Mining Technology: A New Approach. ZENG Yuling 1, a

The Accurate Marketing System Design Based on Data Mining Technology: A New Approach. ZENG Yuling 1, a International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015) The Accurate Marketing System Design Based on Data Mining Technology: A New Approach ZENG Yuling 1,

More information

Design and Implementation of Underground Mining Safety Production Management System

Design and Implementation of Underground Mining Safety Production Management System , pp.173-180 http://dx.doi.org/10.14257/ijsia.2013.7.6.18 Design and Implementation of Underground Mining Production Management System Jun Luo Civil and Environmental Engineering School, University of

More information

An Architecture for the Agricultural Machinery Intelligent Scheduling in Cross-Regional Work Based on Cloud Computing and Internet of Things

An Architecture for the Agricultural Machinery Intelligent Scheduling in Cross-Regional Work Based on Cloud Computing and Internet of Things An Architecture for the Agricultural Machinery Intelligent Scheduling in Cross-Regional Work Based on Cloud Computing and Internet of Things Sun Zhiguo 1,2, Xia Hui 3, and Wang Wensheng 1,2 1 Agricultural

More information

Jing-Jin-Ji Air-Rail Intermodality System Study Based on Beijing New Airport

Jing-Jin-Ji Air-Rail Intermodality System Study Based on Beijing New Airport World Journal of Engineering and Technology, 2015, 3, 40-45 Published Online October 2015 in SciRes. http://www.scirp.org/journal/wjet http://dx.doi.org/10.4236/wjet.2015.33c006 Jing-Jin-Ji Air-Rail Intermodality

More information

Design and Implementation of Parent fish Breeding Management System Based on RFID Technology

Design and Implementation of Parent fish Breeding Management System Based on RFID Technology Design and Implementation of Parent fish Breeding Management System Based on RFID Technology Yinchi Ma 1, 2, Wen Ding 1, 2 1 Beijing Fisheries Research Institute, Beijing, 100068, China 2 National Engineering

More information

A SaaS-Based Logistics Informatization Model for Specialized Farmers Cooperatives in China

A SaaS-Based Logistics Informatization Model for Specialized Farmers Cooperatives in China A SaaS-Based Logistics Informatization Model for Specialized Farmers Cooperatives in China Zhongqiang Liu, Kaiyi Wang *, Shufeng Wang, Feng Yang, and Xiandi Zhang Beijing Research Center for Information

More information

POLOPOLY V9 TECHNICAL OVERVIEW. System Architecture Templates and Presentation Modules

POLOPOLY V9 TECHNICAL OVERVIEW. System Architecture Templates and Presentation Modules POLOPOLY V9 TECHNICAL OVERVIEW System Architecture Templates and Presentation Modules 2008 Atex Group Ltd Polopoly, Polopoly Content Manager, Polopoly Relationship Manager, Polopoly User Module, Polopoly

More information

Changes of Clothing Distribution Logistics Management RFID Technology

Changes of Clothing Distribution Logistics Management RFID Technology Science Journal of Business and Management 2016; 4(3): 72-76 http://www.sciencepublishinggroup.com/j/sjbm doi: 10.11648/j.sjbm.20160403.12 ISSN: 2331-0626 (Print); ISSN: 2331-0634 (Online) Changes of Clothing

More information

Application of Internet of Things Management in Electric Power Industry

Application of Internet of Things Management in Electric Power Industry Application of Internet of Things Management in Electric Power Industry Yong Qian1, a, Xinyu Wang1, Hua Guo1, Xuanchen Long1, Xiaoguang Chi1 1State Grid Tieling Electric Power Supply Company, Tieling,

More information

Evaluation of Intensive Utilization of Construction Land in Small Cities using Remote Sensing and GIS

Evaluation of Intensive Utilization of Construction Land in Small Cities using Remote Sensing and GIS Evaluation of Intensive Utilization of Construction Land in Small Cities using Remote Sensing and GIS Song Wu 1, Qigang Jiang 2 1 College of Earth Science Jilin University Changchun, Jilin, China 2 College

More information

Design of SaaS Layer Cloud Platform for Rapid Design of Series Products Wuxue Jiang 1, Dukun Ding 2, Yuqiang Chen 1, Wenliang Cao 1, Yan Liang 3

Design of SaaS Layer Cloud Platform for Rapid Design of Series Products Wuxue Jiang 1, Dukun Ding 2, Yuqiang Chen 1, Wenliang Cao 1, Yan Liang 3 International Conference on Computational Science and Engineering (ICCSE 2015) Design of SaaS Layer Cloud Platform for Rapid Design of Series Products Wuxue Jiang 1, Dukun Ding 2, Yuqiang Chen 1, Wenliang

More information

ADVANCED TRAVELLER INFORMATION SYSTEM FOR CHANDIGARH CITY USING GIS

ADVANCED TRAVELLER INFORMATION SYSTEM FOR CHANDIGARH CITY USING GIS ADVANCED TRAVELLER INFORMATION SYSTEM FOR CHANDIGARH CITY USING GIS Bhupendra Singh 1, Ankit Gupta 2 and Sanjeev Suman 3 1 Former M.Tech. Student, Transportation Engineering, Civil Engineering Department,

More information

AGRICULTURAL MACHINES MANAGEMENT AND ASSIGNMENT SYSTEM OF HEILONGJIANG RECLAMATION AREA

AGRICULTURAL MACHINES MANAGEMENT AND ASSIGNMENT SYSTEM OF HEILONGJIANG RECLAMATION AREA AGRICULTURAL MACHINES MANAGEMENT AND ASSIGNMENT SYSTEM OF HEILONGJIANG RECLAMATION AREA Xi Wang 1, Chun Wang 1,*, WeiDong Zhuang 1, Hui Yang 1 1 College of Engineering, Heilongjiang August 1st Reclamation

More information

Procurement system for Harley Davidson Motor Company Project Proposal

Procurement system for Harley Davidson Motor Company Project Proposal Procurement system for Harley Davidson Motor Company Project Proposal Kristjan Jõgi Margus Ojanurme Taivo Teder Contents Introduction... 3 1 Background... 3 2 Project objectives... 4 2.1 Constraints...

More information

Application of BIM Based on Security in the Process of Engineering Construction

Application of BIM Based on Security in the Process of Engineering Construction Application of BIM Based on Security in the Process of Engineering Construction Weidong Wu, Chuxuan Ren, Yuhong Wang School of Civil Engineering and Architecture, SWPU, China Abstract In recent years,

More information

Kansas Rural Transit ITS Deployment

Kansas Rural Transit ITS Deployment Kansas Rural Transit ITS Deployment Evaluation Prepared for the ENTERPRISE Pooled Fund Study January, 2008 Table of Contents 1. Introduction... 1 2. Evaluation Goals... 1 3. Deployed Transit Systems...

More information

INTEGRATED MANAGEMENT OF THE CONSTRUCTION PROJECT DURING THE BUILDING PHASE

INTEGRATED MANAGEMENT OF THE CONSTRUCTION PROJECT DURING THE BUILDING PHASE INTEGRATED MANAGEMENT OF THE CONSTRUCTION PROJECT DURING THE BUILDING PHASE Yun Na WU, Na YAO School of Business & Management, North China Electric Power University, Beijing 102206, China Abstract: Traditional

More information

Research and Application Study on Accident-Based 3D Power Station Simulation Technology

Research and Application Study on Accident-Based 3D Power Station Simulation Technology International Conference on Electromechanical Control Technology and Transportation (ICECTT 2015) Research and Application Study on Accident-Based 3D Power Station Simulation Technology Tie Li, Xiaoming

More information

Fully automatic CNC machining production system

Fully automatic CNC machining production system Fully automatic CNC machining production system Jeng-Dao Lee, Cheng-Wei Tsai-Lin, Yi-Cheng Lee, Min-Che Liu, and Li-Yin Chen National Formosa University, Automation Engineering Department, 632 Yunlin County,

More information

DYNAMICS 365 live your future now

DYNAMICS 365 live your future now DYNAMICS 365 live your future now The time when purchasing a business information system was a complex and expensive project is long gone. All applications that are essential for conduct of business are

More information

About Oracle Primavera P6 Enterprise Project Portfolio Management

About Oracle Primavera P6 Enterprise Project Portfolio Management P6 EPPM System Architecture Data Sheet Release 15.1 March 2015 Contents About Oracle Primavera P6 Enterprise Project Portfolio Management... 5 Working with the Oracle Primavera P6 EPPM Suite... 6 For

More information

Online Food Order System for Restaurants

Online Food Order System for Restaurants Grand Valley State University ScholarWorks@GVSU Technical Library School of Computing and Information Systems 2015 Online Food Order System for Restaurants Mayurkumar Patel Grand Valley State University

More information

The Application used RFID in Third Party Logistics

The Application used RFID in Third Party Logistics Available online at www.sciencedirect.com Physics Procedia 25 (2012 ) 2045 2049 2012 International Conference on Solid State Devices and Materials Science The Application used RFID in Third Party Logistics

More information

Network maintenance evolution and best practices for NFV assurance October 2016

Network maintenance evolution and best practices for NFV assurance October 2016 Network maintenance evolution and best practices for NFV assurance October 2016 TECHNOLOGY BUSINESS RESEARCH, INC. 2 CONTENTS 3 Introduction: NFV transformation drives new network assurance strategies

More information

DATA VALUE CHAIN AND SERVICE ECOSYSTEM: -A WAY TO ACHIEVE SERVICE COMPUTING SUPPORTING "INTERNET +"

DATA VALUE CHAIN AND SERVICE ECOSYSTEM: -A WAY TO ACHIEVE SERVICE COMPUTING SUPPORTING INTERNET + International Journal of Big Data (ISSN 2326-442X) Vol. 2, No. 4, 2015 1 DATA VALUE CHAIN AND SERVICE ECOSYSTEM: -A WAY TO ACHIEVE SERVICE COMPUTING SUPPORTING "INTERNET +" Liang-Jie Zhang Kingdee Research,

More information

Introduction Figure 1:

Introduction Figure 1: Introduction The information accuracy and labor efficiency that bar codes and radio frequency identification (RFID) tags provide are essential for activities managed with Oracle Warehouse Management (WMS)

More information

Emergency Management of Urban Major Hazards Based on Information Synergy

Emergency Management of Urban Major Hazards Based on Information Synergy Available online at www.sciencedirect.com Procedia Engineering 15 (2011) 1937 1941 Advanced in Control Engineeringand Information Science Emergency Management of Urban Major Hazards Based on Information

More information

The Research on Private Textile Industry Information Resources Integration System in South of Jiangsu

The Research on Private Textile Industry Information Resources Integration System in South of Jiangsu The Research on Private Textile Industry Information Resources Integration System in South of Jiangsu GAO Peng School of Management, Jiangsu Teachers University of Technology, P.R China, 213001 gaopeng@jstu.edu.cn

More information

Management Strategies of Enterprise Mobile Application in Mobile Internet Environment

Management Strategies of Enterprise Mobile Application in Mobile Internet Environment 5th International Conference on Measurement, Instrumentation and Automation (ICMIA 2016) Management Strategies of Enterprise Mobile Application in Mobile Internet Environment Mengli Li1, a, Xumei Zhang1,

More information

Using Low Voltage Smart System (LVSS) Data for Intelligent Operations and Customer Support

Using Low Voltage Smart System (LVSS) Data for Intelligent Operations and Customer Support Using Low Voltage Smart System (LVSS) Data for Intelligent Operations and Customer Support Author & Presenter: Hartmut Bohmer- Engineering Projects Lead Co-author: Haneefa Motani- Marketing and Sales Administrator

More information

TouchPoint Sales Solution Sheet

TouchPoint Sales Solution Sheet TouchPoint Sales Solution Sheet September 2016 Communications Center - TouchPoint is a seamless omni-channel contact center solution with streamlined processes for a superior customer journey and a 360

More information

Version 4.6. CMS Online Quarterly Release Notes. October Copyright 2017 International Human Resources Development Corporation

Version 4.6. CMS Online Quarterly Release Notes. October Copyright 2017 International Human Resources Development Corporation Version 4.6 CMS Online Quarterly Release Notes October 2017 Copyright 2017 International Human Resources Development Corporation 4.6 Feature Updates Quarterly Update Version 4.6 was released on October

More information

Is Machine Learning the future of the Business Intelligence?

Is Machine Learning the future of the Business Intelligence? Is Machine Learning the future of the Business Intelligence Fernando IAFRATE : Sr Manager of the BI domain Fernando.iafrate@disney.com Tel : 33 (0)1 64 74 59 81 Mobile : 33 (0)6 81 97 14 26 What is Business

More information

Oracle Talent Management Cloud Release 12. What s New

Oracle Talent Management Cloud Release 12. What s New Oracle Talent Management Cloud Release 12 What s New TABLE OF CONTENTS REVISION HISTORY... 4 OVERVIEW... 8 RELEASE FEATURE SUMMARY... 10 TALENT MANAGEMENT COMMON FEATURES... 14 Approval and FYI Notification

More information

Improvement and Implementation of Best-worst Ant Colony Algorithm

Improvement and Implementation of Best-worst Ant Colony Algorithm Research Journal of Applied Sciences, Engineering and Technology 5(21): 4971-4976, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: July 31, 2012 Accepted: September

More information

MANUFACTURING EXECUTION SYSTEM

MANUFACTURING EXECUTION SYSTEM MANUFACTURING EXECUTION SYSTEM Critical Manufacturing MES, a comprehensive, proven and innovative software suite, empowers operations to move into future visions such as Industry 4.0. Compete better today

More information

Design and Implementation of Room Management System of Hotel Based on J2EE Chongjie Dong

Design and Implementation of Room Management System of Hotel Based on J2EE Chongjie Dong Applied Mechanics and Materials Submitted: 2014-05-08 ISSN: 1662-7482, Vols. 599-601, pp 2096-2099 Accepted: 2014-06-05 doi:10.4028/www.scientific.net/amm.599-601.2096 Online: 2014-08-11 2014 Trans Tech

More information

Cloud Service for Transformation of On-site Work through Smart Devices

Cloud Service for Transformation of On-site Work through Smart Devices Cloud Service for Transformation of On-site Work through Smart Devices Susumu Terasaka Masatomo Yasaki Norie Tachibana Hiroyoshi Kasai The use of smartphones, tablets, and other smart devices is expanding

More information

Strategy for Archival Management in the Digital Age

Strategy for Archival Management in the Digital Age Strategy for Archival Management in the Digital Age Cai Xuemei The State Archives Administration of the People s Republic of China The rapid development and widespread application of information technology

More information

Oracle Fusion Human Capital Management

Oracle Fusion Human Capital Management Oracle Fusion Human Capital Management STRATEGIC GLOBAL HUMAN CAPITAL MANAGEMENT KEY FEATURES Support for multiple work relationships that employees or contingent workers may have with multiple legal employers,

More information

ACD MIS Supervisor Manual

ACD MIS Supervisor Manual Notice Note that when converting this document from its original format to a.pdf file, some minor font and format changes may occur. When viewing and printing this document, we cannot guarantee that your

More information

IBM Service Management

IBM Service Management IBM Service IBM Service Platform Henrik Toft Solution Manager IBM Service 2008 IBM Corporation May 15, 2008 Best practice Service history 1980 1990 2000 2010 GITIL ITIL v1 ITIL v2 ITIL v3 Time (mid 80s)

More information

CRM for Airlines Industry

CRM for Airlines Industry CRM for Airlines Industry Abstract In the competitive travel industry, travel providers are undertaking initiatives centered on identifying, developing and retaining highvalue profitable customers, under

More information

SAP Cloud Platform Pricing and Packages

SAP Cloud Platform Pricing and Packages Platform Pricing and Packages Get Started Packages Fast. Easy. Cost-effective. Get familiar and up-and-running with Platform in no time flat. Intended for non-production use. Designed to help users become

More information

A Finance Logistics Management Platform Based on Collaboration Management

A Finance Logistics Management Platform Based on Collaboration Management , pp.37-41 http://dx.doi.org/10.14257/astl.2014.48.07 A Finance Logistics Management Platform Based on ZhongDai Wu 1, MingHai Ye 1, Mei Li 1, Jin Liu 2 1. School of Economics Management, Tongji University,

More information

Cisco Enterprise Mobility Services Platform (EMSP)

Cisco Enterprise Mobility Services Platform (EMSP) Data Sheet Cisco Enterprise Mobility Services Platform (EMSP) Product Overview The Cisco Enterprise Mobility Services Platform (EMSP) is a holistic mobile software platform. It unifies the development,

More information

Collaborative Creation with Customers of Smart Branch Solution for Banks

Collaborative Creation with Customers of Smart Branch Solution for Banks 878 Review Vol. 65 (2016), No. 2 Featured Articles Collaborative Creation with s of Smart Branch Solution for Banks Ke Jiang Yan Wang Keisuke Ichinose Ting He OVERVIEW: Along with the growth of Internet

More information

RESEARCH ON REMOTE CROP PRODUCTION MANAGEMENT SYSTEM BASED ON CROP SIMULATION MODELS AND WEBGIS

RESEARCH ON REMOTE CROP PRODUCTION MANAGEMENT SYSTEM BASED ON CROP SIMULATION MODELS AND WEBGIS RESEARCH ON REMOTE CROP PRODUCTION MANAGEMENT SYSTEM BASED ON CROP SIMULATION MODELS AND WEBGIS Jianbing Zhang 1,*, Yeping Zhu 2, Liping Zhu 1 1 Department of Computer Science and Technology, China University

More information

Research on the Construction of the Internet Plus Regional Logistics Model Qin XU

Research on the Construction of the Internet Plus Regional Logistics Model Qin XU 2nd International Conference on Education, Social Science, Management and Sports (ICESSMS 2016) Research on the Construction of the Internet Plus Regional Logistics Model Qin XU Wuhan Business University,

More information

Research on Investment, Financing and Financial Management of Small and Medium-sized Enterprises Jiafeng Wan

Research on Investment, Financing and Financial Management of Small and Medium-sized Enterprises Jiafeng Wan 2nd International Conference on Education, Management and Information Technology (ICEMIT 2015) Research on Investment, Financing and Financial Management of Small and Medium-sized Enterprises Jiafeng Wan

More information

Oracle Technical Cloud Consulting Services Descriptions. January 25, 2018

Oracle Technical Cloud Consulting Services Descriptions. January 25, 2018 Oracle Technical Cloud Consulting Services Descriptions January 25, 2018 Services B83899 - Oracle Consulting Architecture Blueprint and Roadmap for Oracle Cloud... 2 B83896 - Oracle Consulting Rapid Start

More information

AUTOMATING HEALTHCARE CLAIM PROCESSING

AUTOMATING HEALTHCARE CLAIM PROCESSING PROFILES AUTOMATING HEALTHCARE CLAIM PROCESSING How Splunk Software Helps to Manage and Control Both Processes and Costs Use Cases Troubleshooting Services Delivery Streamlining Internal Processes Page

More information

The LBi HR HelpDesk. The Features of a Solution Engineered to Empower Employees and Maximize HR in Companies of Any Size. LBiSoftware.

The LBi HR HelpDesk. The Features of a Solution Engineered to Empower Employees and Maximize HR in Companies of Any Size. LBiSoftware. The HelpDesk The Features of a Solution Engineered to Empower Employees and Maximize HR in Companies of Any Size LBiSoftware.com HelpDesk Uniquely Designed to Serve HR HelpDesk is an innovative case manager

More information

Campus Tracking System Based On IoT Yibiao Pi

Campus Tracking System Based On IoT Yibiao Pi Applied Mechanics and Materials Online: 2014-08-11 ISS: 1662-7482, Vols. 599-601, pp 1416-1419 doi:10.4028/www.scientific.net/amm.599-601.1416 2014 Trans Tech Publications, Switzerland Campus Tracking

More information

Single Euro Payments Area

Single Euro Payments Area Single Euro Payments Area Background The Single Euro Payments Area (SEPA) is a payment-integration initiative of the European Union for simplification of bank transfers. As of March 2012, SEPA consists

More information

THE RESEARCH ON CHAIN POST LOGISTICS SUPPLY CHAIN EXECUTION SYSTEM

THE RESEARCH ON CHAIN POST LOGISTICS SUPPLY CHAIN EXECUTION SYSTEM THE RESEARCH ON CHAIN POST LOGISTICS SUPPLY CHAIN EXECUTION SYSTEM 1,2 XU WEI, 1,* CHONGYANG SHI, 1 HANTAO SHI 1 School of Computer Science, Beijing Institute of Technology, Beijing, China 2 China Postal

More information

Exam /Course 20332B Advanced Solutions of Microsoft SharePoint Server 2013

Exam /Course 20332B Advanced Solutions of Microsoft SharePoint Server 2013 Exam 70-332/Course 20332B Advanced Solutions of Microsoft SharePoint Server 2013 Prerequisites Before attending this course, students must have: Completed Course 20331: Core Solutions of Microsoft SharePoint

More information

The Application of Agile Management in Software Project

The Application of Agile Management in Software Project 2017 2 nd International Conference on Computer Science and Technology (CST 2017) ISBN: 978-1-60595-461-5 The Application of Agile Management in Software Project Zheng HAN a* and Zhong YAO School of Economics

More information

Laboratory Management Based on Internet of Things. Jianming Huang

Laboratory Management Based on Internet of Things. Jianming Huang Advanced Materials Research Online: 2013-06-27 ISSN: 1662-8985, Vol. 711, pp 665-669 doi:10.4028/www.scientific.net/amr.711.665 2013 Trans Tech Publications, Switzerland Laboratory Management Based on

More information

The Research of Middleware Architecture of Intelligent Logistics System Based on SOA

The Research of Middleware Architecture of Intelligent Logistics System Based on SOA American Journal of Software Engineering and Applications 2015; 4(6): 115-120 Published online October 23, 2015 (http://www.sciencepublishinggroup.com/j/ajsea) doi: 10.11648/j.ajsea.20150406.13 ISSN: 2327-2473

More information

SUPPORT POLICY AND CLOUD SERVICE LEVEL AGREEMENT

SUPPORT POLICY AND CLOUD SERVICE LEVEL AGREEMENT SUPPORT POLICY AND CLOUD SERVICE LEVEL AGREEMENT Copyright This document is provided "as-is". Information and views expressed in this document, including URL and other Internet Web site references, may

More information

An Application of E-Commerce in Auction Process

An Application of E-Commerce in Auction Process An Application of E-Commerce in Auction Process MARIO SPUNDAK, VEDRAN BATOS, MARIO MILICEVIC Department of Electrical Engineering and Computing University of Dubrovnik Cira Carica 4, Dubrovnik 20000 CROATIA

More information

The future of finance: Coming technologies

The future of finance: Coming technologies IBM Global Services Executive Tek Report June 20, 2002 The future of finance: Coming technologies Executive Summary - Real world issues have often driven the financial sector into a leadership position

More information

Daily Report Module for Construction Management Information System

Daily Report Module for Construction Management Information System Daily Report Module for Construction Management Information System Yan-Chyuan Shiau, Wen-Chian Wang Chung-Hua University, Department of Construction Engineering 30 Tung-Shiang, Hsin-Chu, Taiwan, 300, R.O.C.

More information

Presenter Name Date INTRODUCING HONEYWELL EVANCE FACILITY MANAGER

Presenter Name Date INTRODUCING HONEYWELL EVANCE FACILITY MANAGER Presenter Name Date INTRODUCING HONEYWELL EVANCE FACILITY MANAGER Problem Overview 1 Facility managers using Notifier systems find it difficult to effectively maintain and manage their systems Problem

More information

COURSE 20332B: ADVANCED SOLUTIONS OF MICROSOFT SHAREPOINT SERVER 2013

COURSE 20332B: ADVANCED SOLUTIONS OF MICROSOFT SHAREPOINT SERVER 2013 ABOUT THIS COURSE This five-day course examines how to plan, configure, and manage a Microsoft SharePoint Server 2013 environment. Special areas of focus include implementing high availability, disaster

More information

Pierce County Classification Description GIS PROGRAMMER/ENGINEER, LEAD

Pierce County Classification Description GIS PROGRAMMER/ENGINEER, LEAD Pierce County Classification Description GIS PROGRAMMER/ENGINEER, LEAD Department: Information Technology FLSA: Exempt Job Class #: 632100 Represented: No Pay Range: Professional 17 Classification descriptions

More information

Applications of Mobile Information System in Rural Area of China

Applications of Mobile Information System in Rural Area of China Applications of Mobile Information System in Rural Area of China Jiantong Cao and Chunhua Liu ^School of Economics and Management, Beijing University of Posts and Telecommunications, Beijing 100876, P.R.

More information

Modernize your grid: Simplify smart metering with an intelligent partner.

Modernize your grid: Simplify smart metering with an intelligent partner. Modernize your grid: Simplify smart metering with an intelligent partner. White paper Turn to a trusted partner to decrease the complexities of building and maintaining a smart grid infrastructure and

More information

Logistics Distribution Optimization of Self-Ordering Platform Catering Enterprises for O2O. Duan ZHENG

Logistics Distribution Optimization of Self-Ordering Platform Catering Enterprises for O2O. Duan ZHENG 2017 3rd International Conference on Education and Social Development (ICESD 2017) ISBN: 978-1-60595-444-8 Logistics Distribution Optimization of Self-Ordering Platform Catering Enterprises for O2O Duan

More information

Winnefox Library System Position Description

Winnefox Library System Position Description Winnefox Library System Position Description Position: Integrated Library System (ILS) Manager Full-Time Exempt position Date: January 29, 2014 General Purpose: This position is responsible for the management

More information

Education Course Catalog Accelerate your success with the latest training in enterprise analytics, mobility, and identity intelligence.

Education Course Catalog Accelerate your success with the latest training in enterprise analytics, mobility, and identity intelligence. Education Course Catalog 2018 Accelerate your success with the latest training in enterprise analytics, mobility, and identity intelligence. Table of Contents WELCOME LETTER 3 JUMP START: YOUR MICROSTRATEGY

More information

Production Management Modelling Based on MAS

Production Management Modelling Based on MAS International Journal of Automation and Computing 7(3), August 2010, 336-341 DOI: 10.1007/s11633-010-0512-x Production Management Modelling Based on MAS Li He 1 Zheng-Hao Wang 2 Ke-Long Zhang 3 1 School

More information

ACD MIS SUPERVISOR S GUIDE

ACD MIS SUPERVISOR S GUIDE Notice Note that when converting this document from its original format to a.pdf file, some minor font and format changes may occur. When viewing and printing this document, we cannot guarantee that your

More information

Project Plan Version 1.0

Project Plan Version 1.0 Project Plan Version 1.0 1. Individual tasks breakdown 1.1 Inception phase The inception phase would involve development of a prototype that would display the feasibility of the project and also give an

More information

Task Assignment Problem of Robots in a Smart Warehouse Environment. Zhenping Li, Wenyu Li, Lulu Jiang. Beijing Wuzi University, Beijing, China

Task Assignment Problem of Robots in a Smart Warehouse Environment. Zhenping Li, Wenyu Li, Lulu Jiang. Beijing Wuzi University, Beijing, China Management Studies, July-Aug. 2016, Vol. 4, No. 4, 167-175 doi: 10.17265/2328-2185/2016.04.004 D DAVID PUBLISHING Task Assignment Prolem of Roots in a Smart Warehouse Environment Zhenping Li, Wenyu Li,

More information

BullSequana S series. Powering Enterprise Artificial Intelligence

BullSequana S series. Powering Enterprise Artificial Intelligence BullSequana S series Powering Enterprise Artificial Intelligence Every enterprise faces digital transformation Customer contact is increasingly managed by intelligent automated routines. The Internet-of-Things

More information

Automating the Collaborative Enterprise

Automating the Collaborative Enterprise Automating the Collaborative Enterprise Achieving strategic corporate advantage by applying model driven techniques to a web services architecture Cory Casanave, President Data Access Technologies www.enterprise-component.com

More information

Table of Contents Topic Page # 1) HANA 2) BW on HANA 3) Suite on HANA 4) S4 HANA 5) A bit about SAP s history and evolution 6) Migration to S4

Table of Contents Topic Page # 1) HANA 2) BW on HANA 3) Suite on HANA 4) S4 HANA 5) A bit about SAP s history and evolution 6) Migration to S4 Foreword My name is Uma Vanka. I am the Chief Innovation & Strategy Officer for Weltall Technologies. I come with 18+ years of industry experience, most of it in SAP. Started my career as a Java developer

More information

TOWARDS THE MODERNIZATION OF THE SCADA SYSTEMS OF THE HELLENIC ELECTRICITY DISTRIBUTION NETWORK OPERATOR CONSIDERATIONS AND STEPS FORWARD

TOWARDS THE MODERNIZATION OF THE SCADA SYSTEMS OF THE HELLENIC ELECTRICITY DISTRIBUTION NETWORK OPERATOR CONSIDERATIONS AND STEPS FORWARD TOWARDS THE MODERNIZATION OF THE SYSTEMS OF THE HELLENIC ELECTRICITY DISTRIBUTION NETWORK OPERATOR CONSIDERATIONS AND STEPS FORWARD Nikos Hatziargyriou Vasilis Kleftakis Foivos Palaiogiannis HEDNO Greece

More information

Automated Clash Resolution of Steel Rebar in RC Beam Column Joints using BIM and GA

Automated Clash Resolution of Steel Rebar in RC Beam Column Joints using BIM and GA Automated Clash Resolution of Steel Rebar in RC Beam Column Joints using BIM and GA M. Mangal a, Q. Wang a and J.C.P. Cheng a a Department of Civil and Environmental Engineering, The Hong Kong University

More information

Path Planning of Robot Based on Modified Ant Colony Algorithm

Path Planning of Robot Based on Modified Ant Colony Algorithm Boletín Técnico, Vol., Issue, 07, pp.- Path Planning of Robot Based on Modified Ant Colony Algorithm Yuanliang Zhang* School of Mechanical Engineering, Huaihai Institute of Technology, Lianyungang 00,

More information

Extending Enterprise to the Edge

Extending Enterprise to the Edge Extending Enterprise to the Edge EXECUTIVE SUMMARY There is a lot of hype around the Internet of Things (IoT), especially with so many solution providers claiming to have end-to-end solutions. But when

More information

IBM ICE (Innovation Centre for Education) Welcome to: Unit 1 Overview of delivery models in Cloud Computing. Copyright IBM Corporation

IBM ICE (Innovation Centre for Education) Welcome to: Unit 1 Overview of delivery models in Cloud Computing. Copyright IBM Corporation Welcome to: Unit 1 Overview of delivery models in Cloud Computing 9.1 Unit Objectives After completing this unit, you should be able to: Understand cloud history and cloud computing Describe the anatomy

More information

Structural Analysis and Optimized Design of Working Device. for Backhoe Hydraulic Excavator

Structural Analysis and Optimized Design of Working Device. for Backhoe Hydraulic Excavator The 14th IFToMM World Congress, Taipei, Taiwan, October 5-30, 015 DOI Number: 10.6567/IFToMM.14TH.WC.OS17.005 Structural Analysis and Optimized Design of Working Device for Backhoe Hydraulic Excavator

More information

ScienceDirect. Cloud Communication Concept for Bionic Assembly System

ScienceDirect. Cloud Communication Concept for Bionic Assembly System Available online at www.sciencedirect.com ScienceDirect Procedia Engineering 69 ( 2014 ) 1562 1568 24th DAAAM International Symposium on Intelligent Manufacturing and Automation, 2013 Cloud Communication

More information

20332B: Advanced Solutions of Microsoft SharePoint Server 2013

20332B: Advanced Solutions of Microsoft SharePoint Server 2013 20332B: Advanced Solutions of Microsoft SharePoint Course Details Course Code: Duration: Notes: 20332B 5 days This course syllabus should be used to determine whether the course is appropriate for the

More information

SERVICE ORIENTED ARCHITECTURE (SOA)

SERVICE ORIENTED ARCHITECTURE (SOA) International Civil Aviation Organization SERVICE ORIENTED ARCHITECTURE (SOA) ICAO APAC OFFICE BACKGROUND SOA not a new concept. Sun defined SOA in late 1990s to describe Jini. Services delivered over

More information

Passit4Sure.OG Questions. TOGAF 9 Combined Part 1 and Part 2

Passit4Sure.OG Questions. TOGAF 9 Combined Part 1 and Part 2 Passit4Sure.OG0-093.221Questions Number: OG0-093 Passing Score: 800 Time Limit: 120 min File Version: 7.1 TOGAF 9 Combined Part 1 and Part 2 One of the great thing about pass4sure is that is saves our

More information

Study on Collaborative Design System Based on PDM

Study on Collaborative Design System Based on PDM Study on Collaborative Design System Based on PDM DUAN GUOLIN and ZHOU LIANG School of Mechanical Engineering Hebei University of Technology Hongqiao District, Tianjin City, 300130 P.R.CHINA Abstract:

More information

OpenShift Dedicated: An Inmarsat Story

OpenShift Dedicated: An Inmarsat Story INMARSAT OpenShift Dedicated: An Inmarsat Story Kevin Crocker Integration and Interoperability Centre of Excellence Copyright Inmarsat Global Limited 2017 OpenShift Dedicated: An Inmarsat Story Outline

More information

Is SharePoint 2016 right for your organization?

Is SharePoint 2016 right for your organization? Is SharePoint 2016 right for your organization? 1 Table of contents Finding the value of a migration... 3 Investment areas and why they matter...4 1. Improved user experience...5 2. Compliance and reporting...7

More information

IT Service Management with System Center Service Manager

IT Service Management with System Center Service Manager IT Service Management with System Center Service Manager 10965C; 5 Days, Instructor-led Course Description This five-day course will provide students with the key knowledge required to deploy and configure

More information

The Establishment of ERP System to Support Management and Control Mode of the Group

The Establishment of ERP System to Support Management and Control Mode of the Group The Establishment of ERP System to Support Management and Control Mode of the Group Yahong Zhai, Longyan Xu School of Electrical and Information Engineering, Hubei University of Automotive Technology,

More information

Genetic Algorithms-Based Model for Multi-Project Human Resource Allocation

Genetic Algorithms-Based Model for Multi-Project Human Resource Allocation Genetic Algorithms-Based Model for Multi-Project Human Resource Allocation Abstract Jing Ai Shijiazhuang University of Applied Technology, Shijiazhuang 050081, China With the constant development of computer

More information

Client Solution Architects LLC

Client Solution Architects LLC Contractor: Client Solution Architects LLC General Purpose Commercial Information Technology Equipment, Software and Services (IT70) CLIENT SOLUTION ARCHITECTS LLC 52 Gettysburg Pike Mechanicsburg, PA

More information

20332B: Advanced Solutions of Microsoft SharePoint Server 2013

20332B: Advanced Solutions of Microsoft SharePoint Server 2013 20332B: Advanced Solutions of Microsoft SharePoint Server 2013 Course Overview This course examines how to plan, configure, and manage a Microsoft SharePoint Server 2013 environment. Special areas of focus

More information

Identification and Calculation Method of the Financial Benefits of IT Projects for Better Financial Evaluation

Identification and Calculation Method of the Financial Benefits of IT Projects for Better Financial Evaluation Intelligent Information Management, 2010, 2, 552-558 doi:10.4236/iim.2010.29063 Published Online September 2010 (http://www.scirp.org/journal/iim) Identification and Calculation Method of the Financial

More information