แจ้งเอกสารไม่ครบถ้วน, ไม่ตรงกับชื่อเรื่อง หรือมีข้อผิดพลาดเกี่ยวกับเอกสาร ติดต่อที่นี่ ==>
หากไม่มีอีเมลผู้รับให้กรอก thailis-noc@uni.net.th ติดต่อเจ้าหน้าที่เจ้าของเอกสาร กรณีเอกสารไม่ครบหรือไม่ตรง

DESIGN PATTERNS FOR INTEGRATING ENTERPRISE APPLICATION WITH ANY BUSINESS PROCESS MANAGEMENT SYSTEMS
แบบรูปการออกแบบเพื่อผสานโปรแกรมประยุกต์ขององค์กรเข้ากับระบบการจัดการกระบวนการทางธุรกิจใดๆ

LCSH: Enterprise application integration (Computer systems)
LCSH: Application software -- Development
Abstract: Most of existing Business Process Management (BPM) technologies have their own designer tools. The designer tool is easy to use to design and create graphical user interface (GUI) to work with their own BPM. However, designer tools usually do not support advance GUI execution. Thus, users working in different environment but involved in business processes are more likely to work with a different set of advance GUI. In order to maintain such interoperable capability on heterogeneous environments or platforms, developers have to build a specific set of GUI for enterprise applications which are suitable for each business process. This is accomplished by using BPM API to create communication between enterprise applications and BPM. However, different BPM vendors have different APIs integrated into the system. If the developers need to change BPM vendor for existing resources compatibility, they have to rewrite code to interact with new set of APIs every time. Thus, a framework that is easy to plug enterprise applications to connect with any BPM systems and reusable is necessary. In this thesis, a new framework applying Design pattern principles is studies for creating reusable software efficiently. This framework employs six types of Design pattern which are Bridge pattern, Decorator pattern, Factory pattern, Singleton pattern, Façade pattern, and General-Hierarchy pattern. The objectives are reusability, flexibility, and maintainability of GUI that can easily support any BPM vendors. The framework is demonstrated and implemented by applying Design patterns on Oracle BPM and Bonita BPM. Evaluation is done through coupling of the new code obtained from the application of the above Design patterns. Results of the evaluation present modules coupling such as Stamp coupling, Control coupling, and Routine coupling are reduced by apply above Design patterns.
Abstract: ส่วนใหญ่เทคโนโลยีการจัดการกระบวนการทางธุรกิจ(Business Process Management) จะมีโปรแกรมที่ใช้ออกแบบส่วนต่อประสานกราฟิกกับผู้ใช้(Graphic User Interfaces) ที่ใช้ทำงานร่วมกับระบบการจัดการกระบวนการทางธุรกิจเป็นของตัวเอง แต่ทว่าโปรแกรมที่ใช้ออกแบบส่วนต่อประสานกราฟิกกับผู้ใช้นั้นไม่สามารถออกแบบส่วนต่อประสานกราฟิกกับผู้ใช้ที่มีความซับซ้อนได้ ในขณะที่ผู้ใช้ระบบการจัดการกระบวนการทางธุรกิจของแต่ละองค์กร มีความต้องการส่วนต่อประสานกราฟิกกับผู้ใช้ที่ซับซ้อนแตกต่างกัน เพื่อรักษาความสามารถในการทำงานร่วมกันดังกล่าวในต่างกัน ผู้พัฒนาระบบจึงสร้างโปรแกรมประยุกต์(Enterprise Application) ที่มีส่วนต่อประสานกราฟิกกับผู้ใช้ที่เหมาะสมต่อระบบธุรกิจของแต่ละองค์กร โปรแกรมประยุกต์นี้สามารถที่จะเชื่อมต่อกับระบบจัดการกระบวนการทางธรุกิจโดยใช้ใช้ Application Programming Interfaces (APIs) ของระบบการจัดการกระบวนการทางธุรกิจ แต่ทว่าระบบการจัดการกระบวนการทางธุรกิจ แต่ละยี่ห้อมี APIs ที่ใช้เชื่อต่อที่ไม่เหมือนกัน ในกรณีที่นักพัฒนาระบบต้องการเปลี่ยนยี่ห้อระบบการจัดการกระบวนการทางธุรกิจ เพื่อให้เหมาะสมกับทรัพยากรและอุปกรณ์ของลูกค้ารายใหม่ นักพัฒนาระบบต้องเขียนโปรแกรมในส่วนที่ใช้เชื่อต่อกับ API ใหม่ทุกครั้ง ดังนั้นกรอบการทำงานที่ใช้ในการพัฒนาระบบเพื่ออำนวยความสะดวกต่อการเปลี่ยนยี่ห้อระบบการจัดการกระบวนการทางธุรกิจในโครงการต่อๆไปจึงเป็นสิ่งที่ขาดไม่ได้. ในวิทยานิพนธ์นี้ กรอบการทำงานใหม่ได้ออกแบบและสร้างโดยประยุกต์ใช้แบบรูปการออกแบบ เพื่อเป็นแนวทางสร้างกรอบการทำงาน ที่ให้มีคุณภาพ น่าเชื่อถือและมีประสิทธิภาพ. กรอบการทำงานดังกล่าวนี้ได้นำแบบรูปการออกแบบ 6 ชนิด ได้แก่ แบบรูป Bridge, แบบรูป Decorator, แบบรูป Factory, แบบรูป Singleton, แบบรูป Facade และแบบรูป General-Hierarchy มาใช้เพื่อให้เกิดความยืดหยุ่น ง่ายต่อการเพิ่มและปรับปรุงเปลี่ยนแปลง เพื่อรองรับระบบการจัดการกระบวนการทางธุรกิจใดๆ. เพื่อสาธิตการออกแบบ กรอบการทำงานได้ถูกสร้างและพัฒนาโดยประยุกต์ใช้ แบบรูปการออกแบบกับระบบการจัดการกระบวนการทางธุรกิจของ Oracle และ Bonita. การประเมินผลกรอบการทำงาน ทำโดยวัดประสิทธิภาพของ coupling หลังจากใช้แบบรูปการออกแบบ. ผลลัพธ์ของการประเมิน coupling แต่ละชนิดเช่น Stamp coupling, Control coupling และ Routine coupling ถูกทำให้ลดลงผ่านแบบรูปการออกแบบดังกล่าว.
Chulalongkorn University. Office of Academic Resources
Address: BANGKOK
Email: cuir@car.chula.ac.th
Role: advisor
Created: 2014
Modified: 2016-01-06
Issued: 2016-01-06
วิทยานิพนธ์/Thesis
application/pdf
eng
DegreeName: Master of Science
©copyrights Chulalongkorn University
RightsAccess:
ลำดับที่.ชื่อแฟ้มข้อมูล ขนาดแฟ้มข้อมูลจำนวนเข้าถึง วัน-เวลาเข้าถึงล่าสุด
1 5672607823.pdf 1.68 MB32 2024-12-23 13:27:22
ใช้เวลา
0.032489 วินาที

Wittakarn Keeratichayakorn
Title Contributor Type
DESIGN PATTERNS FOR INTEGRATING ENTERPRISE APPLICATION WITH ANY BUSINESS PROCESS MANAGEMENT SYSTEMS
จุฬาลงกรณ์มหาวิทยาลัย
Wittakarn Keeratichayakorn
Saranya Maneeroj
วิทยานิพนธ์/Thesis
Saranya Maneeroj
Title Creator Type and Date Create
Movie recommender system using multidimensional and weighted multiple criteria data
จุฬาลงกรณ์มหาวิทยาลัย
Saranya Maneeroj
Keittima Chapphannarungsri
วิทยานิพนธ์/Thesis
Recommentdation methodology using dynamic and hybrid user profile, and multiple criteria decision making score prediction
จุฬาลงกรณ์มหาวิทยาลัย
Saranya Maneeroj
Pakapon Tangphoklang
วิทยานิพนธ์/Thesis
Movie recommender system using pseudo rating and multidimensional data
จุฬาลงกรณ์มหาวิทยาลัย
Saranya Maneeroj
Nutcha Rattanajitbanjong
วิทยานิพนธ์/Thesis
Facial expression recognition using graph-based features and artificial neural network
จุฬาลงกรณ์มหาวิทยาลัย
Suphakant Phimoltares;Saranya Maneeroj
Chaiyasit Tanchotsrinon
วิทยานิพนธ์/Thesis
A novel multi-criteria user profile based on criteria - ranking for movie recommender
จุฬาลงกรณ์มหาวิทยาลัย
Saranya Maneeroj
Jirach Duangiumpa
วิทยานิพนธ์/Thesis
DESIGN PATTERNS FOR INTEGRATING ENTERPRISE APPLICATION WITH ANY BUSINESS PROCESS MANAGEMENT SYSTEMS
จุฬาลงกรณ์มหาวิทยาลัย
Saranya Maneeroj
Wittakarn Keeratichayakorn
วิทยานิพนธ์/Thesis
AN ENHANCED TRUST-BASED RECOMMENDER SYSTEM USING INFLUENCE OF TRUSTEE ON RATING PROPAGATION
จุฬาลงกรณ์มหาวิทยาลัย
Saranya Maneeroj
Sajjawat Charoenrien
วิทยานิพนธ์/Thesis
Classifying character's action in role-playing game simulation using resilient backpropagation neural network
จุฬาลงกรณ์มหาวิทยาลัย
;Saranya Maneeroj;Suphakant Phimoltares
Piyachai Eamsukawat
วิทยานิพนธ์/Thesis
Iris identification based on fourier coefficients and singular value decomposition
จุฬาลงกรณ์มหาวิทยาลัย
;Suphakant Phimoltares;Saranya Maneeroj
Sawet Somnugpong
วิทยานิพนธ์/Thesis
Combining neighborhood-based and model-based on multi-criteria recommendation
จุฬาลงกรณ์มหาวิทยาลัย
ธาราทิป อัศวรังสี;Saranya Maneeroj
Tharathip Asawarangsee
วิทยานิพนธ์/Thesis
LATENT PROBABILISTIC MODEL FOR CONTEXT-AWARE RECOMMENDATION
จุฬาลงกรณ์มหาวิทยาลัย
Saranya Maneeroj
Padipat Sitkrongwong
วิทยานิพนธ์/Thesis
NEW LOCATION RECOMMENDATION TECHNIQUE ON NETWORK
จุฬาลงกรณ์มหาวิทยาลัย
Saranya Maneeroj
Sutarat Choenaksorn
วิทยานิพนธ์/Thesis
DISCOVERY OF RELATION BETWEEN Listeria AND OTHER BACTERIAL CONTAMINATION USING CLASSIFICATION REFINEMENT TECHNIQUE
จุฬาลงกรณ์มหาวิทยาลัย
Saranya Maneeroj
Napas Jeamchotpatanakul
วิทยานิพนธ์/Thesis
A Hotel Hybrid Recommendation Method Based On Context-Driven Using Latent Dirichlet Allocation
จุฬาลงกรณ์มหาวิทยาลัย
Saranya Maneeroj
Weraphat Nimchaiyanan
วิทยานิพนธ์/Thesis
Considering neighbor projection on neural based recommender systems
จุฬาลงกรณ์มหาวิทยาลัย
Saranya Maneeroj
Thitiporn Neammanee
วิทยานิพนธ์/Thesis
Cascading model for Forex market forecasting using fundamental and technical indicator data based on bert
จุฬาลงกรณ์มหาวิทยาลัย
Saranya Maneeroj;Somjai Boonsiri
Arisara Pornwattanavichai
วิทยานิพนธ์/Thesis
Content and Community based Hybrid Tag Recommendation
จุฬาลงกรณ์มหาวิทยาลัย
Saranya Maneeroj
Umaporn Padungkiatwattana
วิทยานิพนธ์/Thesis
Copyright 2000 - 2025 ThaiLIS Digital Collection Working Group. All rights reserved.
ThaiLIS is Thailand Library Integrated System
สนับสนุนโดย สำนักงานบริหารเทคโนโลยีสารสนเทศเพื่อพัฒนาการศึกษา
กระทรวงการอุดมศึกษา วิทยาศาสตร์ วิจัยและนวัตกรรม
328 ถ.ศรีอยุธยา แขวง ทุ่งพญาไท เขต ราชเทวี กรุงเทพ 10400 โทร. โทร. 02-232-4000
กำลัง ออน์ไลน์
ภายในเครือข่าย ThaiLIS จำนวน 10
ภายนอกเครือข่าย ThaiLIS จำนวน 3,651
รวม 3,661 คน

More info..
นอก ThaiLIS = 190,454 ครั้ง
มหาวิทยาลัยสังกัดทบวงเดิม = 1,624 ครั้ง
มหาวิทยาลัยราชภัฏ = 485 ครั้ง
มหาวิทยาลัยเทคโนโลยีราชมงคล = 79 ครั้ง
หน่วยงานอื่น = 23 ครั้ง
มหาวิทยาลัยเอกชน = 17 ครั้ง
มหาวิทยาลัยสงฆ์ = 8 ครั้ง
สถาบันพระบรมราชชนก = 5 ครั้ง
รวม 192,695 ครั้ง
Database server :
Version 2.5 Last update 1-06-2018
Power By SUSE PHP MySQL IndexData Mambo Bootstrap
มีปัญหาในการใช้งานติดต่อผ่านระบบ UniNetHelp


Server : 8.199.134
Client : Not ThaiLIS Member
From IP : 216.73.216.212