Content deleted Content added
Updated JVM requirements and Java reflection features. |
No edit summary |
||
Line 13:
** Database access.
** [[XML]] processing.
** Java reflection features allow the use of Java libraries directly from Tea code.▼
* 100% Pure Java.
** The Tea interpreter is implemented in Java.
** Tea runs anywhere with a Java 1.5 [[Java virtual machine|JVM]] or higher.
▲** Java reflection features allow the use of Java libraries directly from Tea code.
* Intended to be easily extended in Java. For example, Tea supports relational database access through [[JDBC]], regular expressions through [[GNU]] [[Regexp]], and an [[XML]] parser through a [[SAX]] parser (XML4J for example).
|