developerinlondon
Programmer
Hello XML Experts,
I am trying to find a way to seperate the business logic away from our codes so that it stays independant of any languages. At the moment its written in php and has lots of 'if's, regular expressions, conditions, exceptions of all kinds to work out various values. I am planning to move it into Java but seperate out the logic first. Does anyone know of a way I might go forward with this? I was thinking there might be some xml business logic protocol which lets you work out logics using an external xml file...
I am trying to find a way to seperate the business logic away from our codes so that it stays independant of any languages. At the moment its written in php and has lots of 'if's, regular expressions, conditions, exceptions of all kinds to work out various values. I am planning to move it into Java but seperate out the logic first. Does anyone know of a way I might go forward with this? I was thinking there might be some xml business logic protocol which lets you work out logics using an external xml file...