XBscript is the programming language used in XBintegrator. It allows developers to create great functionality without low-level programming in Java, .NET, … The language has a very easy to grasp XML syntax and has a rich set of basic instructions.
![]() |
On Scripting and Low-Level Programming Scripting has its supporters and opponents, as does low-level programming. Each of them having their own set of irrefutable arguments for their preferred development approach. All we know is that XBintegrator is a service hosting environment that runs services, either low-level programmed or compiled. For those eager to low-level program, program away! For those who like to script, here’s XBscript for you. For those who like an object oriented approach, for those who choose to stick with procedural, you can do it by programming or by scripting. Either way, your services will run on XBintegrator. |
![]() |
Script AnatomyXBscript has been designed with a SOA mindset. Every script performs one key action (simple or complex), defined in the <main> tag of the script.
|
![]() |
Theme Service LibrariesXBscript has almost 100 basic instructions that allow you to do anything imaginable between the XB_IN and the XB_OUT parameters. You can add your own instructions as you go.
|
![]() |
Test and Deploy your XBscriptsWithin the XBintegrator Development Studio IDE, you can easily test your script and deploy it as a Java program in the runtime environment.
|
![]() |
The Perfect IDEAnything you could ever wish for in an IDE, the XBintegrator Development Studio has it.
|