Skip to content

Jbase Template Code Generator is an automation tool for Temenos Template programming development. It allows the developer to input the formatted excel to generate its .component, .table, .b, .fields and help text (.xml) files in to the corresponding componentized folder structure and the complete module folder will be downloaded as a zip file.

Notifications You must be signed in to change notification settings

subishsubash/Jbase-template-code-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jbase Template Code Generator

What it does

Jbase Template Code Generator is an automation tool for Temenos Template programming development. It allows the developer to input the formatted excel to generate its .component, .table, .b, .fields and help text (.xml) files in to the corresponding componentized folder structure and the complete module folder will be downloaded as a zip file.

In Previous methodology, TS owner documents all the attributes required for the application and developer creates an application manually, which is almost taking 1-2 day (approx.) to create the componentized code for an application.

In this approach, we can enable business analyst, TS writer to format the excel as required and get the componentized code in a single hit. Now Developer has to just concentrate on the core business logic.


Format of Excel

There are two sheets named Component & Table and Fields

  • Component & Table contains attributes and its values for creation of .b, .component files
  • Fields contains attributes and its values for creation of .fields, .table and helptext files.
  1. System will generates empty value for an attribute when it is left blank.
  2. In the Fields sheet, Property1 column contains the value for NoInput, Mandatory, NoChange.
  3. Property2 column contains the field type (Options, Lookup, SetCheckFile and VirtualFile) and corresponding field values are set into Property Value column.
  4. Each term of Field Description and Field Validation contains a corresponding paragraph in Helptext file.
  5. Formatted excel consists of various options to enable reserve fields, audit fields, local reference, override fields and modification history if required.

Refer Sample Excel


Functional Flow

  1. Uploaded excel file will be processed and converted in to JSON object based on corresponding mapping of attribute names.
  2. Obtained JSON object will be given as an input to the another class which will then create a folder structure for required component, along with its .component, .table, .b, .field and help text files in respective folders.

Depolyment

  • Deploy the war in the path \jboss\standalone\deployments and hit the URL
http://localhost:9089/template/
  • Once the Template programming UI displayed, upload the formatted excel to generate the componentized zip code.

Limitations

  • Only NoInput, Mandatory, NoChange, Lookup, Options, SetCheckFile, VirtualFile properties of T array can be created.
  • No validation can happen against T24 standards like field type, application name and SetCheckFile or Lookup options.

About

Jbase Template Code Generator is an automation tool for Temenos Template programming development. It allows the developer to input the formatted excel to generate its .component, .table, .b, .fields and help text (.xml) files in to the corresponding componentized folder structure and the complete module folder will be downloaded as a zip file.

Topics

Resources

Stars

Watchers

Forks