guys! I need to create some sort of meta language which I could embed in XML and then parse with Java. For example:
[if value1>value2 the
If you really want to develop your own language, start off with the interpreter pattern. If you just want to leverage somebody else's language in your Java code, look to integration ala JSP style embedded languages.