Skip to content
salakjits edited this page Apr 21, 2017 · 11 revisions

Play Framework for Java

การพัฒนาเว็บด้วย Play Framework โดยใช้ภาษาจาวา

แนะนำ

เอกสารชุดนี้สำหรับ Play 2.5

Play เป็น framework สำหรับพัฒนาเว็บแอพพลิเคชันที่ทันสมัยโดยรวมองค์ประกอบที่สำคัญและแยกส่วน model view controller อย่างชัดเจน มี API ใช้งานไว้อย่างครบครัน และรองรับ เทคโนโลยีใหม่ๆ เช่น WebSockets, Comet, HTTP Streaming, JSON, XML, JDBC, JPA, ORM, Web Service, OpenID, OAuth เป็นต้น

การใช้งานเบื้องต้น

การติดตั้ง

Gigie Installing Play https://www.playframework.com/documentation/2.5.x/Installing

การสร้างเว็บแอพพลิเคชันใหม่

Nueng Creating a new application https://www.playframework.com/documentation/2.5.x/NewApplication

การใช้คำสั่งใน Play console

Got Using the Play console https://www.playframework.com/documentation/2.5.x/PlayConsole

การพัฒนาโดยใช้ IDE

Paded Setting-up your preferred IDE https://www.playframework.com/documentation/2.5.x/IDE

โครงสร้างไฟล์ของเว็บแอพพลิเคชัน

Bank Anatomy of a Play application https://www.playframework.com/documentation/2.5.x/Anatomy

ตัวอย่างการสร้างเว็บแอพพลิเคชัน

Nok Play Tutorials https://www.playframework.com/documentation/2.5.x/Tutorials

แนวคิดในการพัฒนาเว็บแอพพลิเคชันโดยใช้ภาษาจาวา

Action, Controller และ Result

Bazz Java Actions https://www.playframework.com/documentation/2.5.x/JavaActions

Routing - การกำหนดการเรียกใช้งาน controller

Songsak Java Routing https://www.playframework.com/documentation/2.5.x/JavaRouting

Response - การกำหนดข้อมูลส่งกลับ

Tang Java Response https://www.playframework.com/documentation/2.5.x/JavaResponse

ฉบับแปล Java Response https://drive.google.com/file/d/0B5Qrzmz-BVieOG14QV9ON3dHc3c/view