websphere

WebSphere คืออะไร

Websphere คือชุดเครื่องมือที่ develop บนภาษา Java โดยบริษัท IBM ที่มีไว้ให้ user ทำการบริหารจัดการ web sites  ซึ่งเครื่องมือหลักเราจะเรียกว่า WebSphere Application Server (WAS) โดยเจ้าตัว application ดังกล่าวทาง user สามารถเชื่อมต่อผ่าน web site ด้วย Java หรือ *Servlets

Servlets คือ Java programs ที่ประมวลผลบนฝั่ง server และส่งผลกลับไปที่ user 
เช่นเดียวกับ applets ซึ่งเจ้า servlet สามารถนำมาแทน gateway interface CGI ได้ 
ทำให้ระบบทำงานได้เร็วขึ้นมากเพราะ requests ทั้งหมด ใช้ process ที่เดียวกัน

ทั้งนี้ตัว WebSphere จึงมีหน้าที่เป็น Middleware ที่ทำการเชื่อต่อระหว่าง application และ OS ให้นั้นเอง แต่ถ้าลงลึกในรายละเอียดแล้ว WebSphere น่าจะเป็นมากกว่านั้นเพราะ ภายใน WebSphere เองยังประกอบไปด้วย Software จำนวนมาก

- WebSphere Application Server
- IBM Workload Deployer
- WebSphere eXtreme Scale
- IBM HTTP Server
- IBM WebSphere Adapters
- IBM Websphere Business Events
- IBM WebSphere Message Broker
- IBM WebSphere MQ
- WebSphere Portal
- IBM WebSphere Portlet Factory
- IBM WebSphere Process Server

ซึ่งจริงๆแล้วที่เราพูดถึงกันจริงๆ จะเป็นตัว product หลักคือ WebSphere Application Server

WebSphere Application Server คืออะไร

WebSphere Application Server (WAS) คือ product ที่ทำหน้าที่เป็น web application server หรือก็คือ middleware นั้นเอง โดยใช้ Java เป็น framework ของ web application หลังจากนี้เราจะเรียกกันสั้นๆว่า WAS ครับ

พื้นฐานของ WAS สามารถรองรับได้ทั้งบน Windows,Unix, AIX, Linux, Solaris, IBM i และ z/OS เริ่มต้นตั้งแต่ Version 6.1 จนมาถึงปัจจุบัน คือ Version 8.5 แล้ว มักจะต้องทำงานร่วมกับ Web servers อาทิเช่น Apache HTTP Server, Netscape Enterprise Server, Microsoft Internet Information Services (IIS), IBM HTTP Server for i5/OS, IBM HTTP Server for z/OS, and IBM HTTP Server โดยมี port มาตราฐานคือ

port 9060 สำหรับ admin
port 9080 สำหรับเข้าสู่ website

 

 

was login

 

Author: Suphakit Annoppornchai

Credit: https://saixiii.com,https://en.wikipedia.org

2 Thoughts to “WebSphere คืออะไร เป็น Middleware ที่พัฒนาด้วยภาษา Java”

  1. […] JBoss คือ open source ที่ทำงานเกี่ยวกับ Middleware ซึ่งทำการตลาดโดย JBoss Enterprise Middleware band ภายใต้บริษัท RedHat เป็นคู่แข่งโดยตรงกับ IBM WebSphere […]

Leave a Reply