Starting our own version of JPF with support for generics.
[jpf-core.git] / examples / groovy-2.4.8 / overviewj.html
diff --git a/examples/groovy-2.4.8/overviewj.html b/examples/groovy-2.4.8/overviewj.html
new file mode 100644 (file)
index 0000000..d526e8b
--- /dev/null
@@ -0,0 +1,41 @@
+<!--\r
+\r
+     Licensed to the Apache Software Foundation (ASF) under one\r
+     or more contributor license agreements.  See the NOTICE file\r
+     distributed with this work for additional information\r
+     regarding copyright ownership.  The ASF licenses this file\r
+     to you under the Apache License, Version 2.0 (the\r
+     "License"); you may not use this file except in compliance\r
+     with the License.  You may obtain a copy of the License at\r
+\r
+       http://www.apache.org/licenses/LICENSE-2.0\r
+\r
+     Unless required by applicable law or agreed to in writing,\r
+     software distributed under the License is distributed on an\r
+     "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\r
+     KIND, either express or implied.  See the License for the\r
+     specific language governing permissions and limitations\r
+     under the License.\r
+\r
+-->\r
+<html>\r
+  <head>\r
+    <title>Groovy - An agile dynamic language for the Java Platform</title>\r
+  </head>\r
+  <body>\r
+    <h2>Groovy - An agile dynamic language for the Java Platform<br/>(JavaDoc for Java classes)</h2>\r
+\r
+    Groovy...\r
+    <ul>\r
+      <li>is an agile and <b>dynamic language</b> for the <b>Java Virtual Machine</b></li>\r
+      <li>builds upon the strengths of Java but has <b>additional power features</b> inspired by languages like Python, Ruby and Smalltalk</li>\r
+      <li>makes <b>modern programming features</b> available to Java developers with <b>almost-zero learning curve</b></li>\r
+      <li>supports <b>Domain-Specific Languages</b> and other compact syntax so your code becomes <b>easy to read and maintain</b></li>\r
+      <li>makes writing shell and build scripts easy with its <b>powerful processing primitives</b>, OO abilities and an Ant DSL</li>\r
+      <li>increases developer productivity by <b>reducing scaffolding code</b> when developing web, GUI, database or console applications</li>\r
+      <li><b>simplifies testing</b> by supporting unit testing and mocking out-of-the-box</li>\r
+      <li>seamlessly <b>integrates with all existing Java objects and libraries</b></li>\r
+      <li>compiles straight to Java bytecode so you can use it anywhere you can use Java</li>\r
+    </ul>\r
+  </body>\r
+</html>\r