Quantcast
Channel: Java Software Development Tutorials and Videos » admin
Browsing all 121 articles
Browse latest View live

Securing Edge-to-Enterprise Systems with Java

The development of new edge-to-enterprise systems brings exciting new opportunities, but it also introduces the security conundrum of how to ensure against attack and intrusion while maintaining...

View Article



Spring Single Page Applications

What is the relevance of the Spring Framework in the age of the Javascript client application? How can we Spring developers leverage Spring APIs to provide security, REST support, and quick back-end...

View Article

Overloading in Java

Overloading in Java helps in implementation of Polymorphism concept and is applicable for Methods in a class and its superclasses. This video tutorial explains the importance of Overloading and how...

View Article

Lambdas in Java: A Peek Under the Hood

The big language features for Java SE 8 are lambda expressions (closures) and default methods (formerly called /defender methods/ or /virtual extension methods/). Adding closures to the language opens...

View Article

Introduction into Java Profiling

As developers, we sometimes need to improve the performance our Java code. Or worse: the code in third party libraries. This talk gives a little bit of background information on why code can be slow,...

View Article


The Future of Java in the Grander Scheme of Things

After a couple of years hiatus, Java SE is back on a regular release cadence again with Java SE 7 released in 2011 and SE 8 scheduled for early 2013. This session will go through what is planned for SE...

View Article

Beyond Dependency Injection

Many developers who are learning the Spring Framework think of it as simply another mechanism for centralized dependency injection. While the framework does handle that responsibility quite well, the...

View Article

Hibernate Tutorial 08 – Value Types and Embedding Objects

This Hibernate tutorial episode shows the difference between Entity type objects and Value type objects. You will use the @Embeddable annotations to embed a value type object into our Entity class....

View Article


Direct SQL Programming With Fado

Fado in an open source tool that compiles SQL queries to type safe JDBC convenience wrappers. SELECT statements are converted to matching PreparedStatement and ResultSet wrappers. Treating SQL as...

View Article


How Java 8 Will Change the Way We Work with Databases

Java 8 finally brings support for functional programming to Java. Functional programming support helps streamline existing code while providing powerful new capabilities to the Java language. It will...

View Article

Spring Integration 4.0

The Spring Integration team has been hard at work on the latest release of the popular integration framework. Before version 4.0, it was impractical to define a complete Spring Integration flow without...

View Article

JVM JIT for Dummies

Most Java developers never get past -Xmx, -classpath, and -jar when learning about the flags that JVMs offer. If you’re an OpenJDK user, you know -server and -client too. But if you’re a performance...

View Article

Java Constructors and Object Creation

Learn about the Java constructors and how the constructors help to initialize the Java objects. This tutorial explains the constructors with arguments, default constructor and have mentioned about the...

View Article


Java EE 7 with NetBeans and Vaadin

This video explains how to build a fullstack Vaadin + JPA + Glassfish application in minutes. You’ll learn how to leverage NetBeans and the Vaadin plugin at the same time.

View Article

JavaFX and Java 8

This video shows you how to take advantage of the new features of Java 8 in a JavaFX application. Learn how to effectively use Lambda expressions, Streams, Date & Time, etc to make your life...

View Article


Gradle Introduction

Gradle is an innovative open-source-build management system that combines the flexibility of Ant with the lifecycle management of Maven while adding innovation and a concise build DSL (domain-specific...

View Article

Programming the NAO Robot Using Java

NAO is a humanoid robot created by Aldebaran Robotics, designed to be fully programmable. This talk introduces its basic software and hardware architecture, shows us how to develop applications using...

View Article


Best Practices for Spring Data Repositories

The repository abstraction layer is one of the core pieces of the Spring Data projects. It provides a consistent, interface-based programming model to allow implementing data access layers easily for...

View Article

Internationalization using Spring

This video presents the basics principles of using Spring for Java applications that need internationalization. Video producer: http://josephbagnes.geeksexception.com/

View Article

Integrating Your Java IDE & Gradle

For many Java developers, the IDE is their daily command center. Making more functionality available in the IDE and generally automating IDE configuration saves valuable time during the day to day, but...

View Article
Browsing all 121 articles
Browse latest View live




Latest Images