Free Online Programming Course with Java and Greenfoot
Greenfoot is a visual and interactive environment used to teach object orientation with Java. Create ‘actors’ which live in ‘worlds’ to build games, simulations, and other graphical programs.
Java Programming Tutorials and Videos
Greenfoot is a visual and interactive environment used to teach object orientation with Java. Create ‘actors’ which live in ‘worlds’ to build games, simulations, and other graphical programs.
As Scala is gaining momentum on the JVM, this video introduces Scala to Java developers and shows off some of its expressive power: higher-order functions, type inference and pattern matching. This is done by building a simple web service.
The Java Persistence API is the standard API for object-relational mapping for Java EE and Java SE. In response to requests from the community, it has been expanded in release 2.0 to include a number of significant new features.
This short video shows how to build a Java EE Web application with Oracle JDeveloper. Oracle JDeveloper is a free integrated development environment that simplifies the development of Java-based SOA applications and user interfaces with support for the full development life cycle.
Some recent surveys have seen the Java language’s lead over other languages erode in recent years. In addition, the days of the rapid buildout of the platform APIs is over. How will Java avoid the same fate than Cobol?
This video presents the latest developments in Groovy and Grails tooling for Eclipse. It discusses the Groovy editing experience based around a sophisticated inferencing engine and how Eclipse now supports many features that developers are so used to when working with their Java code: formatting, refactoring, javadoc, task tags, debugging …