Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Introduced in v5, the API Domain Whitelist setting in General Settings needs to be configured to allow JSON API requests. If a request is from a non-whitelisted domain, the response will be a HTTP 400 Bad Request.
มีการแนะนำใน v5 การตั้งค่ารายการที่อนุญาตพิเศษของโดเมน API ในการตั้งค่าทั่วไปจำเป็นต้องได้รับการกำหนดค่าให้อนุญาตการร้องขอ JSON API หากคำขอมาจากโดเมนที่ไม่ใช่รายการที่อนุญาตพิเศษการตอบกลับจะเป็น HTTP 400 Bad Request
Used to provide additional HTML page or Web Service for AJAX call for the system.
ใช้เพื่อให้หน้า HTML เพิ่มเติมหรือบริการบนเว็บสำหรับการโทร AJAX สำหรับระบบ
A usable Web Service Plugin need to extends org.joget.plugin.base.ExtDefaultPlugin abstract class and implements org.joget.plugin.base.PluginWebSupport interface.
ปลั๊กอินของบริการบนเว็บที่ใช้งานได้จำเป็นต้องขยายคลาส abstract org.joget.plugin.base.ExtDefaultPlugin และใช้ org.joget.plugin.base.PluginWebSupport
Web Service Plugin can be any plugin from other plugin types which implemented org.joget.plugin.base.PluginWebSupport interface.
ปลั๊กอินบริการบนเว็บสามารถเป็นปลั๊กอินใด ๆ จากปลั๊กอินประเภทอื่นซึ่งใช้งาน org.joget.plugin.base.PluginWebSupport อินเตอร์เฟส
Under wflow-plugin-base module
ภายใต้โมดูล wflow-plugin-base
Interface for Web Service Plugin
อินเตอร์เฟสสำหรับปลั๊กอินบริการเว็บ
public void webService(javax.servlet.HttpServletRequest request, javax.servlet.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException
Work similar to a Servlet.
ทำงานคล้ายกับ Servlet
http:
//localhost:8080/jw/web/json/plugin/org.joget.sample.lib.SimpleFormElement/service?say_something=Hello World
http:
//localhost:8080/jw/web/json/app/crm/1/plugin/org.joget.sample.lib.SimpleFormElement/service?say_something=Hello World
AppDefinition appDef = AppUtil.getCurrentAppDefinition();
Does not support.
ไม่รองรับ