48 Results for:POJO

  • Sort by: 

Hibernate and JPA column mapping with annotations

By Cameron McKenzie 04 Jun 2023

Effective Hibernate and JPA column mapping requires the use of the @Column annotation to set important properties such as nullability, uniqueness, precision and scale. Read More

Spring Package Scanning for @Component Decorated POJOs

By Cameron McKenzie 08 Nov 2010

This little tip shows you how to do package scanning for @Component decorated POJOs with the AnnotationConfigWebApplicationContext. Read More

Struts 2 development with the Eclipse IDE tutorial

By Cameron McKenzie 12 Aug 2020

The combination of Apache Struts and Eclipse makes for a powerful development environment. Learn how to integrate the two open source tools and get developing Java web applications quickly. Read More

Spring Without XML: The Basics of Spring Annotations vs. Spring XML Files

By Cameron McKenzie 24 May 2010

What is easier, Spring with annotations, or Spring with an XML configuration file. This tutorial looks at how the Spring IoC container can push POJOs back to a calling program, either through an XML configuration ... Read More

SOAP web services bottom-up approach example in Java using Eclipse

By Cameron McKenzie 08 Jun 2018

It's easy to create a web service from a JavaBean. This SOAP web services bottom-up approach example in Java using Eclipse and Apache Axis will prove it. Read More

Hibernate vs JPA: What's the difference between them?

By Cameron McKenzie 25 Jun 2019

Let us settle the Hibernate vs JPA debate for you. Here we explain the difference between JPA and Hibernate so that you'll never have to choose between the two database APIs. Read More

Annotation versus XML configuration: Which JPA option to choose?

04 Oct 2013

A common debate in the JPA community is whether to configure applications using an XML or annotations based approach. Here are some reasons why you might want to choose XML instead. Read More

Jenkins vs. Maven: Compare these build and integration tools

By Cameron McKenzie 12 Jun 2018

DevOps advocates are often asked for a Jenkins vs. Maven comparison. But those asking often discover that Maven-Jenkins integration is the true path to continuous integration success. Read More

Step-by-step SOAP web services example in Java using Eclipse

By Cameron McKenzie 06 Aug 2018

There was a time when creating a SOAP web service was an arduous task. In this step-by-step SOAP web services example in Java using Eclipse, let's show how times have changed. Read More

One does not simply 'stop calling' Java's deprecated methods

By Cameron McKenzie 28 Mar 2017

They're deprecating the finalize method, adding another method to the long list of Java deprecated methods that tend not to get pruned out of the JDK's code base. Read More