I am working in a product development which uses a in-house framework for generating wrapper client and server code for CORBA. The business implementation is then written by overridding the default generation. The entire code base is in Java.
Now we want to add more flexiblity to it to make it easily customisable, mainly to enable the customer to write his own business logic on-the-fly. I liked the idea of a customer being able to write his customer specific business logic in a simple Tcl script which could then be called from within our Java code.
But I am new to the Tcl world and have no idea how it works. Could you provide me with some information on how 'Tcl-Blend' or 'JACL' could be used for this purpose? Could you also provide me some latest information on it ?
Now we want to add more flexiblity to it to make it easily customisable, mainly to enable the customer to write his own business logic on-the-fly. I liked the idea of a customer being able to write his customer specific business logic in a simple Tcl script which could then be called from within our Java code.
But I am new to the Tcl world and have no idea how it works. Could you provide me with some information on how 'Tcl-Blend' or 'JACL' could be used for this purpose? Could you also provide me some latest information on it ?