You can now download here
an XSL file translating Forte
for Java screen description files to Bean
Markup Language compatible files that can be read by AppliWeb.
This XSL file is WD130899 compliant (see www.w3.org,
then XSL link) and is understood by LotusXsl
(or any compatible XSL parser).
|
|
You can now visually edit your screens using Netbeans, one of the
best GUI editor available, this will create a .form description
file. You give this file and the downloaded XSL file to LotusXsl,
using for example this command :
java com.lotus.xsl.Process -IN "File.form" -XSL "Netbeans2Bml.xsl"
-OUT "AppliWebFile.bml"
|
|
And then AppliWebFile.bml will be an XML file compliant with BML
file format, which is understood by AppliWeb.
This translating file is freeware but still in test, you can modify
it to your needs, but please give back all enhancements to us !
Click here to download.
|