Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents


English
In this tutorial, we will following the guideline of developing a plugin to develop our JDBC Form Store Binder plugin. Please also refer to the very first tutorial How to develop a Bean Shell Hash Variable and also the following JDBC related plugin for more details steps.
Thai
ในบทช่วยสอนนี้เราจะทำตาม guideline of developing a plugin เพื่อพัฒนาปลั๊กอิน JDBC Form Store Binder ของเรา โปรดอ้างอิงถึง How to develop a Bean Shell Hash Variable และปลั๊กอิน JDBC ที่เกี่ยวข้องต่อไปนี้สำหรับขั้นตอนรายละเอียดเพิ่มเติม

...

  1. Datasource: Using custom datasource or Joget default datasource

    Thai

    แหล่งข้อมูล: การใช้แหล่งข้อมูลที่กำหนดเองหรือแหล่งข้อมูลเริ่มต้นของ Joget

  2. Custom JDBC Driver: The JDBC driver for custom datasource

    Thai

    Custom JDBC Driver: ไดรเวอร์ JDBC สำหรับแหล่งข้อมูลที่กำหนดเอง

  3. Custom JDBC URL: The JDBC connection URL for custom datasource

    Thai
    Custom JDBC URL: URL การเชื่อมต่อ JDBC สำหรับแหล่งข้อมูลที่กำหนดเอง
  4. Custom JDBC Username: The username for custom datasource

    Thai

    ชื่อผู้ใช้ JDBC แบบกำหนดเอง: ชื่อผู้ใช้สำหรับแหล่งข้อมูลที่กำหนดเอง

  5. Custom JDBC Password: The password for custom datasource

    Thai

    Custom JDBC Password: รหัสผ่านสำหรับแหล่งข้อมูลที่กำหนดเอง

  6. SQL Check Exist Query: The query to check whether an insert or update query should be execute.

    Thai

    SQL Check Exist Query: แบบสอบถามเพื่อตรวจสอบว่าการแทรกหรือปรับปรุงแบบสอบถามควรจะดำเนินการ

  7. SQL Insert Query: The query to insert form data. 

    Thai

    SQL Insert Query: แบบสอบถามเพื่อแทรกข้อมูลแบบฟอร์ม

  8. SQL Update Query: The query to insert form data. 

    Thai

    SQL Update Query: แบบสอบถามเพื่อแทรกข้อมูลแบบฟอร์ม

     

  9. SQL Delete Query: The query to delete deleted form data when used as multirow binder.

    Thai

    SQL Delete Query: แบบสอบถามเพื่อลบข้อมูลแบบฟอร์มที่ถูกลบเมื่อใช้เป็น multirow binder

...

The following of this tutorial is prepared with a Macbook Pro and Joget Source Code version 5.0.0. Please refer to Guideline for developing Developing a pluginPlugin for other platform command.

...

Thai

เราจำเป็นต้องให้ซอร์สโค้ด Joget Workflow ของเราพร้อมและสร้างโดยปฏิบัติตาม this guideline

บทช่วยสอนต่อไปนี้จัดทำขึ้นด้วย Macbook Pro และ Joget Source Code เวอร์ชั่น 5.0.0 โปรดอ้างอิง Guideline for developing Developing a pluginPlugin สำหรับคำสั่งแพลตฟอร์มอื่น ๆ

ให้กล่าวว่าไดเรกทอรีโฟลเดอร์ของเราดังต่อไปนี้

...