Documentation We need to create some documentation for a project using DocBook, its nice if you are creating a large document with lots of different authors and input from several files (sources, messages, examples etc). Downside is its based on…
Documentation We need to create some documentation for a project using DocBook, its nice if you are creating a large document with lots of different authors and input from several files (sources, messages, examples etc). Downside is its based on…
Installing ESXi 5.5 HP Compaq 8200 Elite CMT PC 4 CPUs x 3.392 (i7-2600) 20GB RAM, 1TB Disk Use ESXi-Customizer to add oem driver for HP network card (see http://www.yoyoclouds.com/2012/08/create-your-own-custom-esxi-image-using.html for details) Change advanced setting (static IP, remote access, DNS)…
Class files are identified by the following 4 byte header (in hexadecimal): CA FE BA BE (the first 4 entries in the table below). The history of this magic number was explained by James Gosling: “We used to go to…
Thin Server Architecture Project Avatar provides a JavaScript services layer zeroed in on supporting REST, WebSockets and Server-Sent Events, and a rich client side framework that assumes very minor JavaScript knowledge. The services side is focused on building data services…
Java Platform, Enterprise Edition 7 (Java EE 7) JSR-342 is the umbrella specification ties together the various subsystems which compose the platform, and provides additional integration support. The Java EE 7 platform added the following new APIs to previous version…
JobUtil.javaraw downloadpackage com.espalier.jbatch.course.util; import static org.junit.Assert.assertEquals; import java.util.List; import java.util.logging.Logger; import javax.batch.operations.JobOperator; import javax.batch.runtime.BatchStatus; import javax.batch.runtime.JobExecution; import javax.batch.runtime.StepExecution; public class JobUtil { private final static Logger LOG = BatLogger.TEST.getLogger(); public static void waitForJobToComplete(final JobOperator…