📁 格尔奥奥维伊
Groovy is an object-oriented programming language for the Java platform. It is an alternative to the standard Java language. It uses a Java-like syntax which is dynamically compiled to standard JVM bytecodes, which work seamlessly with other Java code and libraries. The Groovy compiler can be used to emit Java bytecode to use in any Java project, or can be used dynamically as a scripting language. Groovy has features from Python, Ruby, and Smalltalk. Many such features are not in standard Java: static typing and dynamic typing; native syntax for lists, maps, arrays, and regular expressions; closures; operator overloading. It is undergoing standardization through the Java Community Process under JSR 241.
条目 (7+)
JavaBeans Book Review
http://www.javaworld.com/article/2076655/learn-java/javabeans-book-review.html
JDBC Database Access With Java: A Tutorial and Annotated Reference
http://java.sun.com/docs/books/jdbc/summary.html
How to Think Like a Computer Scientist: Java Version
http://greenteapress.com/thinkapjava/
In search of the best Java book for beginners
http://www.javaworld.com/article/2076338/in-search-of-the-best-java-book-for-beginners.html
The Java Class Libraries: Volume 2
http://java.sun.com/docs/books/chanlee/second_edition/