29 Results for:DTD

  • Sort by: 

XML vs. YAML: Compare configuration file formats

By Damon Garn 08 Feb 2024

Databases use data serialization languages, like XML and YAML, to transfer data between applications. XML and YAML have different strengths; admins should know how to use each correctly. Read More

An example hibernate.cfg.xml for MySQL 8 and Hibernate 5

By Cameron McKenzie 02 Aug 2020

Hibernate 5 has updated dialects for various databases, and MySQL 8 has a special one of its own. Here's an example hibernate.cfg.xml for MySQL 8 for Hibernate 5 apps or newer. Read More

Build a Hibernate SessionFactory by example

By Cameron McKenzie 02 Aug 2020

Hibernate SessionFactory tutorial If a developer uses the Hibernate core framework, they will need to build a SessionFactory before they can do any data persistence. As the name implies, the ... Read More

Apache Struts Hello World by example

By Cameron McKenzie 09 Aug 2020

Here's a simple Struts Hello World example for anyone interested in learning how to use the latest Struts 2.5 release. The Apache Struts Framework has come a long way in the last 20 years. Read More

Embed a WebSphere Liberty profile in an executable JAR with Maven

By Cameron McKenzie 06 Jul 2018

The last step you take before deploying your Java web apps into containers is packaging them in executable JAR files. Here we show you how to take the WebSphere Liberty profile's open source ... Read More

Template based web design with JSF Facelets: ui:insert versus ui:include

By Cameron McKenzie 20 Jul 2014

When creating a web page template with JSF, a developer needs to know the difference between ui:insert and ui:include. They're actually quite different, but the similar sounding names can create confusion. Here's a... Read More

JSF Tutorial: Completing the Ajax based Facelets application

By Cameron McKenzie 31 Aug 2014

If you're using JSF, you're probably using Facelets, and if you're creating modern web based applications, you'll likely want to use Ajax based request-response cycles. Here we conclude our tutorial on JavaServer ... Read More

Creating pages based on a JSF template: Using the Facelets ui:define tag

By Cameron McKenzie 20 Jul 2014

What do you do once you've set up a handsome page template using the Facelets functions that come with JSF 2.x? Well, you start creating new pages, meshing those ui:define tags in with ui:composition and ui:insert.... Read More

10 reasons why HTML5 implementation should happen now

08 Jan 2015

Learn the top 10 reasons why HTML5 implementation should be your next Web development project. Read More

The 10 most common and avoidable HTML5 mistakes

09 Jan 2015

Learn about the 10 most common and most avoidable HTML5 mistakes and how best to avoid them. Read More