Where is the Product ID field placed in the DALP file?
References: Xlet Type Developer's Guide (Xlet) Version R1.13
The DALP file format is described in the "Xlet Type Developer's GUIDE (Xlet)" shipped as part of the SDK/J development kit. The DALP format is a specific XML format, so the format is described as a DTD in this document.
Why is my application not honouring the <app-extensions> section in my DALP file?
If you run into a situation where your app is not honouring the app-extensions
settings in your DALP file, check to make sure that the DALP is a plaintext file.
Is there an API to store application specific Open Source Licenses in the SmartOp Panel under Screen Features?
SmartSDK does not provide a API to register license information of open source software to the platform. The partner application which use the open source software library should implement a screen that shows the license information of the open source software as defined and required by the license.
Is the DALP file specification different under the SmartSDK?
Yes. Please use the following format below. Attached is a sample dalp file that you can use as your template.
What is the correct folder structure for the application zip file for SDK/J?
The zip file's folder structure should be flat In with all files at top of tree. In other words, there should not be a folder structure inside the zip file. The correct folder structure for the application install zip file uses the following format:
app.zip
./app.dalp
./app.jar
./opt1.jar
How do I package my SDK/J application for deployment to the MFD through Web Image Monitor?
SDK/J application deployment is a feature of Web Image Monitor, the web interface to the MFD. This function only supports SDK/J 2.x going forward.
The correct application zip folder structure should be flat In with all files at top of tree. In other words, there should not be a folder structure inside the zip file. The correct folder structure for the application install zip file uses the following format:
app.zip
./app.dalp
./app.jar
./opt1.jar