Pages
-
Recent Posts
- Which Would You Rather Have: The Planet, Or A Patent?
- How Copyright Would Make The ‘Singularity’ Infringement If It Ever Arrived
- Network Analysis Reveals Apparent (And Legally Questionable) Attack On Torrent Networks
- Court Dumps Patent Lawsuit Against Tons Of Online Retailers
- Java: Jury Says Google Did Not Infringe / Comprehensive JVM Options List
Archives
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- December 2008
- November 2008
- October 2008
Meta
Category Archives: Java SE 7
PHPHOST BLOG
Web Hosting Related Articles You May Need
Automatic Deletion of Temporary Work Files in Java 7/Groovy
I have touched on several subjects in individual posts prior to this one that now come together in this single post. These subjects include use of File.deleteOnExit() in Groovy, creation of temporary files in Java, and use of the Java System property j… Continue reading
Posted in Groovy, Java SE 7, Syndicated
Leave a comment
Walking the File Tree with Java 7′s Files and FileVisitor
In the previous post Java SE 7 Brings Better File Handling than Ever to Groovy, I discussed the ability to use Java 7′s NIO.2 implementation to discover a wide set of attributes, characteristics, and metadata regarding files and file systems. I followe… Continue reading
Posted in Groovy, Java SE 7, Syndicated
Leave a comment
File and Directory Operations with Java 7′s Files Class
In the blog post Java SE 7 Brings Better File Handling than Ever to Groovy, I discussed how the addition of NIO.2 features in JDK 7 means better file handling for Groovy scripts. My particular focus in that post was on the characteristics of files and … Continue reading
Posted in Groovy, Java SE 7, Syndicated
Leave a comment
Java SE 7 Brings Better File Handling than Ever to Groovy
There have always been multiple reasons to avoid Java for writing scripts. It was not surprising that Java was not the most appropriate language for scripting because it was never intended to be a scripting language. In addition, the Write Once Run Any… Continue reading
Posted in Groovy, Java SE 7, Syndicated
Leave a comment
Software Development Posts of Interest – 2 July 2011
There have been numerous blog posts on software development that I have found to be well worth the time invested in reading them in recent weeks. In this post, I summarize and link to some of these. Topics include Oracle’s Java 7 kick-off, Scala, Devop… Continue reading
Posted in General Development, Java (General), Java SE 7, Syndicated
Leave a comment
Java 7 Objects-Powered Compact Equals
Obi Ezechukwu’s blog High-Octane Java recently featured the post Compact Equals, which compares an implementation of a Java class’s overridden equals method in traditional form versus one implemented using arrays of the class’s fields and then invoking… Continue reading
Posted in Java SE 7, Syndicated
Leave a comment
New Java SE 7 Javadoc API Documentation Appearance
In my last post, I briefly referenced the Jonathan Gibbons’s post What’s Up, JavaDoc? that describes some recent changes to Javadoc, including changes that allow a CSS stylesheet to be applied to the documentation. Mark Reinhold’s post JDK 7: Are we th… Continue reading
Posted in Java (General), Java SE 7, Syndicated
Leave a comment
Responding to Recent Java 7 Blog Post Comments
There have been several interesting comments posted on my blog in response to recent blog postings on Java 7 that I more fully want to address in this post. I tried to quickly respond to the comments close to the time they were made, but want to use th… Continue reading
Posted in Groovy, Java SE 7, NetBeans, Syndicated
Leave a comment
JDK 7: New Interfaces, Classes, Enums, and Methods
There are numerous new classes, enums, methods, and interfaces being added to JDK 7 that may not get significant coverage in the blogs and articles on Java 7. In this post, I list and describe some of these. Note that several of these are not really “m… Continue reading
Posted in Groovy, Java SE 7, Syndicated
Leave a comment
JDK 7: Reflection Exception Handling with ReflectiveOperationException and Multi-Catch
Java 7 adds a new exception class called ReflectiveOperationException. The Javadoc documentation describes this class as a “Common superclass of exceptions thrown by reflective operations in core reflection.” I look at this new exception class and disc… Continue reading
Posted in Java SE 7, Syndicated
Leave a comment
LATEST NEWS
