Versions Compared

Key

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

...

ตัวอย่างที่  2 : ในการพัฒนาปลั๊กอินเมนู Userview เมนู Gantt เราสามารถอ้างถึงซอร์สโค้ดของปลั๊กอินเมนู Userview ทั้งหมด จากตรงนั้นเราสามารถทำความเข้าใจเกี่ยวกับวิธีสร้างเทมเพลตสำหรับปลั๊กอินโดยใช้  ไวยากรณ์ FreeMakerได้ดีขึ้น 

ตัวอย่างที่ 3: To develop Bean  เพื่อพัฒนาปลั๊กอิน Bean Shell Hash Variable plugin, we can refer to the เราสามารถอ้างถึง source code of all the  ของปลั๊กอิน Hash Variable plugin and Bean Shell plugin. Especially, we can refer to Environment Variable Hash Variable plugin on how to retrieve environment variable using a variable key. We can also refer to และปลั๊กอิน Bean Shell ทั้งหมด โดยเฉพาะอย่างยิ่งเราสามารถอ้างถึงปลั๊กอินสภาพแวดล้อมตัวแปรแฮชตัวแปรวิธีการดึงข้อมูลตัวแปรสภาพแวดล้อมโดยใช้คีย์ตัวแปร นอกจากนี้เรายังสามารถอ้างถึง Bean Shell Tool or หรือ Bean Shell Form Binder plugin on what to execute the script with Bean Shell interpreter.ว่าจะรันสคริปต์ด้วย Bean Shell interpreter ได้อย่างไร

6.

...

 เตรียมสภาพแวดล้อมการพัฒนาของคุณ

a. You will need to have the  คุณจะต้องมี Joget Workflow Open Source ready and built. We will use the  ให้พร้อมและสร้าง เราจะใช้โมดูล "wflow-plugin-archetype" module to generate a maven project for our plugin.เพื่อสร้างโครงการ maven สำหรับปลั๊กอินของเรา

b. Generate a  สร้างโครงการ maven project.

ไฟล์โครงการที่สร้างจะถูกวางไว้ที่ไดเรกทอรีที่ระบุในพรอมต์คำสั่งเช่น: เรียกใช้คำสั่งใน The project file generated will be placed at the directory specified in the command prompt, eg: running the command in "C:\" will place the project file in the root of C drive. จะวางไฟล์โครงการไว้ภายในไดรฟ์ C

To get the correct jogetDependencyVersion in order to build a proper project file with correct dependencies, check the file name specified in the ".m2" folder under directory of, eg:

...