Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Since Joget is a builder and also a runtime, a Joget server is required to run Joget apps. But Joget apps that you built will always belong to you which you can permanently keep with you and even resell as a solution and etc.
Joget, Inc. is the principle of the Joget platform, whereas apps you build on Joget will always belong to you.
Joget is capable of all 3 development angles:
Aside from the plethora of elements and templates available in the platform by default, for small/specific customizations there are places where you can insert custom back-end/front-end code, and for highly customized functionality you can easily extend the Joget platform capabilities via our extensive plugin architecture.
Joget is agnostic on this aspect. The apps can be as simple as a customer-facing contact form, or even as complex as per your needs regardless of being an internal or external apps.
There are various angles where you can add customizations to the platform, and for bigger customized functions, you can take advantage of the Joget plugin architecture which provides plenty of integration angles from the form aspect, list, process, UI, etc.
Joget can scale vertically and horizontally via server clustering and containerization.
The specs depend on a wide number of aspects such as concurrent users, processing intensity, database usage, amount of data generated in each app, and so on.
Do see the Deployment Guide & Advanced Installation Guide.
An Enterprise user is someone who needs to login to Joget platform to use the system.
If a form requires the person to "login" before he/she can use the form, then that person is a user and requires a user license. And the user licensing is based on named user licensing model.
The Enterprise Edition comes default with "3 Users free". The "3 users" refer to users who can login to Joget platform .
In the image below, the 3 free users will always be the first three in the user listing (username sorted alphabetically). So for example, if user "cat" is deleted, then "david" will be one of the 3 free users.
If you have applied a trial activation for more than 3 users please take note that when the trial license expires, it will revert the license back to the 3 free users as define above. Before the trial license expires, it is very important to ensure that the "admin user" is one of these 3 users; or there will not be any user with administrator access to the system.
In your Joget Settings page, you can see the system information and license details with a clickable license link that opens a popup to key in your license key. You can find your system key here.
Do see Activate your Joget DX Enterprise License for more info.
Or you can read this how-to article, "How to Activate Your Joget DX Enterprise License?"
This one depends on your preference. If your IT team is comfortable with Linux, then by all means run on Linux. However, you will need to write a start-up script to auto start the server. As for Windows, you can start the server as a service in order to auto start.
Do check out our Upgrade Guide.
When an error is thrown, a stack trace will depict a sequence of events executed in the code level which can precisely suggest the point where an exception is caught.
Stack trace can also suggest meaningful error messages to help troubleshooting. The stack trace will be logged into the logs folder of the server container, Apache Tomcat.
Go to [Joget installation folder]\apache-tomcat-x.x.xx\logs and locate the log files.
Or alternatively, you can also directly view the system logs in Joget via the admin bar, do see Web App Log Viewer.
Yes. You can protect the apps you develop on Joget platform against unauthorized copying and distribution.
Protected apps will be assigned to a License Holder (owner) and will require an "app license" to activate and use.
For more information, do see App Protection.
App license and protection can be requested from our License site.
Please refer to this article: How to Activate Copy-Protected Joget DX 8 Apps.
Joget runs on the Java platform, you can use external tools like VisualVM to monitor the Java VM.
Or, you can also easily monitor your system's performance metrics via the Application Performance Management to view overall system metrics and even as granular as per individual apps.
The process image generation may have failed, please refer to Process thumbnails not showing.
Yes; a datalist can be used for this. Actual columns and data will depend on how you build the datalist.
Yes; apps (processes, forms, datalists and UIs) can be deleted, imported and exported.
If your process requires users to "reject" or "cancel" a task, it can and should be designed into your process itself.
For example, in your form, include an option to "accept", "complete" or "reject". Or use a feature to allow submission of a form before starting a process by mapping the form to the "Run Process" activity.
Also, the administrator can manually stop a process while it is running. And to allow end users to withdraw their own started process instances, you can also take advantage of the Process Enhancement Plugin from the Joget Marketplace.
Yes. By default, forms are open to the public (no login required) unless they are mapped to a "group", "department" or "user" under participants.
Yes. You can design your process to "route" to an activity ("request for more information or comments") and route back to the last approver after its completion.
Yes. Use the ID Generator Field element in Form Builder to generate a running number. The ID Generator field is a read-only field.
Yes. Form Builder allows users to add multiple rows (with support for simple calculations) of items.
Yes; you can export the whole app to backup. Do see this guide, Import and Export Apps and App Configuration Management.
Yes. You can automatically kick-start another process after one ends, using the JSON Tool plugin and with combination of the API Builder plugin from the Joget Marketplace.
You will get this only when you're viewing the process for the first time and only if your process is very complicated, with many activities. It will then require some time to generate the image. Sometimes, it can also take very long because of multiple processes in your app. Generating the preview image for each process can take a longer time.
However, if you still can't get the image displayed correctly after a long time and even after you have refreshed your browser, you probably have a "java.lang.OutOfMemoryError: Java heap space" exception in the backend. This is due to the image being too large, thus, requiring more memory to process the image preview. In that case, you may need to increase your Tomcat memory setting by following the steps below (which will double the default memory setting).
1. Stop the Joget server.
2. Open and edit [Joget Installation Directory]/joget-start.bat.
3. Modify set JAVA_OPTS=-XX:MaxPermSize=128m -Xmx512M -Dwflow.home=./wflow/ on line 13 to set JAVA_OPTS=-XX:MaxPermSize=256m -Xmx1024M -Dwflow.home=./wflow/.
4. Save and start the Joget server.
Note: If you get a "black" preview image instead of the process preview image, you will need to delete the generated images located in [Joget Installation Directory]/wflow/app_xpdlImages/[App Id] and refresh your browser. A new image will be generated again.
Mobile view for your apps are enabled by default. An app can have multiple UIs. To disable the mobile web view for a UI, go to your app "UI Builder" and under "Properties", go to "Theme" then "Advance", and uncheck the "Enable Responsive Switch in Mobile Device".
The purpose is for faster performance when Joget works with the SHK process tables for active processes, by keeping the main SHK tables "small".
When you enable the General Settings "Archive Process On Completion" property, it will only archive all future new completed process records (applies to 8.0.6 and older builds only). The old or existing completed process records will remain unchanged. Process archiving on completed processes "moves" the process records to the following DB tables: wf_history_activity, wf_history_process, wf_process_link_history.
Yes, archived processes are accessible in the Admin Bar > Monitor screen or via the above process history tables.
When you set the General Settings "Archive Process On Completion" property, only future process records will be written to the process history tables. For the existing process records, there is where the "Enable" button does, to migrate (move) all completed process records to the history tables. We would recommend you perform the "Enable" after office hours as this will cause your Joget database to be very busy depending on how many completed process records you have in your system.
Estimating the duration is challenging due to numerous variables outside our measurement scope. We suggest initiating the archiving process after Friday office hours, allowing it to autonomously complete upon conclusion.