Siebel Open UI Code Template Generator
Sometimes I am overwhelmed by feeling totally privileged of working with so many brilliant people. Last week, fellow book author and Oraclean Duncan Ford published the Siebel Open UI Code Template Generator . I am sure the Siebel Open UI community will be more than grateful for this JSFiddle project as it allows you to quickly pull a template for any type of Presentation Model or Physical Renderer. This way you can get started quickly and without the hassle of keeping static files. The generator is easy to use, let's have a quick walk-through. First, you select the type of template (PM or PR) and the type of object (for example for a desktop form applet). Next, enter a name for your new class and decide whether you want comments and/or basic logging. Now simply copy the code and paste it into a new file in an editor of your choice. Save the file, using the same name as of the class (suffixed with 'PM' or 'PR'), to the siebel/custom folder in your developer web clien...