JPA Maven Hibernate Tutorial

Java EE TutorialIn this video I cover 3 top requests all in one video being the Java Persistence API, Maven and Hibernate. I show you how to set everything up using Maven to add dependencies. Then through a series of examples I show how Hibernate facilitates adding, changing, removing and retrieving object data from a MySQL database.

The heavily transcribed code below the video can be used as a template for your projects. Continue reading JPA Maven Hibernate Tutorial

Java EE Tutorial 2

Java EE TutorialIn the 2nd part of my Java EE Tutorial I’ll cover Form Validation, Cover the JSTL Tags, Work with Databases and Provide Many Examples.

JSTL allows you to create variables, evaluate expressions, institute flow control, manipulate strings, format output, manage URLS, define locales and much more. If you want to learn more about MySQL look here. All of the code follows below to act as a cheat sheet and transcript. Continue reading Java EE Tutorial 2

Java EE Tutorial

Java EE TutorialWelcome to part one of my Java EE tutorial series. In this video I try to simply explain Servlets, Java Server Pages, Connecting to Databases, Passing Objects, Running the Server and Setting up a working environment. In my Install Apache Tomcat tutorial I show how to install everything used in the video. I show all the MySQL required, but if you want to learn more watch this MySQL Tutorial.

All of the code can be found below with a transcript of the entire video. Continue reading Java EE Tutorial

D Programming

In this tutorial I condense a 300 page book on the D programming language into one 1½ hour video. I cover all the basics along with more complex topics such as Recursion, Anonymous Functions, Map, Exceptions, Pointers, Inheritance, Polymorphism, Interfaces, Abstract Classes, Templates, Mixins, Threads and much more.

Timestamps for the whole video along with heavily commented code can be found below to help you learn and to act as a cheat sheet. Continue reading D Programming