<?xml version="1.0" encoding="UTF-8"?>
<doap:Project xmlns:doap="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:xh="http://www.w3.org/1999/xhtml" xmlns:foaf="http://xmlns.com/foaf/0.1/">
  <doap:name>Janino</doap:name>
  <doap:homepage rdf:resource="http://janino.codehaus.org/"/>
  <doap:created></doap:created>
  <doap:shortdesc xml:lang="en">Embeddable Java Compiler</doap:shortdesc>
  <doap:description xml:lang="en">Janino is a compiler that reads a Java expression, block, class body, source file or a set of source files, and generates Java bytecode that is loaded and executed directly. Janino is not intended to be a development tool, but an embedded compiler for run-time compilation purposes, e.g. expression evaluators or "server pages" engines like JSP.

Janino can also be used for static code analysis</doap:description>
  <doap:mailing-list rd-resource="http://xircles.codehaus.org/lists/announce@janino.codehaus.org"/>
  <doap:mailing-list rd-resource="http://xircles.codehaus.org/lists/dev@janino.codehaus.org"/>
  <doap:mailing-list rd-resource="http://xircles.codehaus.org/lists/scm@janino.codehaus.org"/>
  <doap:mailing-list rd-resource="http://xircles.codehaus.org/lists/user@janino.codehaus.org"/>
  <doap:repository>
    <doap:SVNRepository>
      <doap:location rdf:resources="http://svn.codehaus.org/janino/"/>
      <doap:location rdf:resource="https://svn.codehaus.org/janino/"/>
      <doap:location rdf:resource="svn://svn.janino.codehaus.org/janino/"/>
      <doap:browse rdf:resource="http://svn.janino.codehaus.org/"/>
    </doap:SVNRepository>
  </doap:repository>
  <doap:bug-database rdf:resource="http://jira.codehaus.org/browse/JANINO"/>
  <doap:wiki rdf:resource="http://docs.codehaus.org/display/JANINO"/>
</doap:Project>
