Hello,
I would like to change the GUI language. Apologize for the question, my skill on java jsf jsp and the tools I may use to manage your project are still low.
I was able to download the code and configure eclipse in order to build it through the ant script you provide, but I wasn't able to understand how to configure eclipse in order to change the GUI language as button and fileds text (I need to modify mainly the resource service log in and work list handler).
Can you provide me some hints on the tools you used to write the GUI jsp webapps.
Thank you for your help.
Matteo

Michael Adams

Thu, 05/26/2016 - 03:00

Hi Matteo,

Replacing the web-based GUIs would take a lot of time and effort. However, you can easily change the look and feel of the pages by modifying their CSS, which is defined in: webapps/resourceService/resources/stylesheet.css. Locate the css class name in the jsp file, then change its properties in the css file.

Thank you for replying ,
I want to create a user interface in Italian.
The faster way may be to modify the one implemented in YAWL. I found the code under org.yawlfoundation.yawl.resourcing.jsf but I was wondering if it was generated with some tool to create GUI in order to fastly operate on it.
With more effort I could also rewrite my own UI to visualize the worklist and to allow to handle the work item.
For this solution I will take a look to the thesis you have suggested.