Java Programmer’s Survival Kit
This practical video gives you the knowledge of code injection that you may (or I should rather say “will”) need. It will persuade you that it is really worth the time to learn the basics of code injection.
Java Programming Tutorials and Videos
This practical video gives you the knowledge of code injection that you may (or I should rather say “will”) need. It will persuade you that it is really worth the time to learn the basics of code injection.
Hierarchy is a meta-compiler that extends the Java language to add support for XML-like hierarchical data. The video provides us with code examples and demos the use of three new file types that Hierarchy adds to Java (.matrix, .schema, & .mjava). Hierarchy seems like the natural evolution of working with …
This tutorial episode shows how to use Eclipse wizards to create a Dynamic Web Project (part 1). You will then create and run your first Servlet (part 2).
This video shows you how to transition from a Java writing imperative programmer to a functional programmer, using Java, Clojure and Scala for examples. It takes common topics from imperative languages and looks at alternative ways of solving those problems in functional languages.
This video shows the refactoring of Java legacy code and the presentation was given to the Java User Group Berlin Brandenburg. The beginning is a mess of ugly code that uses an HttpClient to acquire currency conversions. The higher-order goal of the code is to find deals in currency translation …
Spring Roo is an open source application development tool for Java developers that allows you to code 100% in Java and to reuse all your existing Java knowledge, skills and experience.