Welcome to XWorker, a development and application platform for dynamic models.
Dynamic model is an object-oriented programming method based on structured data, where data can be represented using XML and JSON etc.
The following XML is a model program, each node of this XML is an object, and XML itself is generally called a model. You can click here to run the model, which will open a window with a browser showing the XWorker home page.
<?xml version="1.0" encoding="utf-8"?> <Shell name="shell" text="Hello World!" descriptors="xworker.swt.widgets.Shell" width="800" height="600"> <FillLayout name="FillLayout"></FillLayout> <Browser name="Browser" url="https://www.xworker.org"></Browser> </Shell>
Simple
In the dynamic model, objects are structured data, and these object data are generally written by various tools, so it will be easier to get started and use.
For example this video demonstrates how to write and run the example model above. From the video, you can see that the model is edited and run through the editor, which can reduce the difficulty of writing the model.
XWorker is a platform based on the Apache2.0 open source protocol. XWorker looks forward to your participation. Please join us to improve it. QQ group: 312989786.
Copyright © 2007-2019 XWorker.org 版权所有 沪ICP备08000575号