The #KFCStandard pom.xml file

      2 Comments on The #KFCStandard pom.xml file

The heart of a Maven managed project is the Project Object Model file named pom.xml. This determines what actions Maven will carry out. What follows is the pom file I require my students to use in their Software Development Project where they code a desktop application. A JEE version will be used in the next semester’s Web Development Project. Let’s… Read more »

Is Eclipse Faster than Netbeans for Arquillian Testing on a Remote GlassFish Server? Part 2

While putting my test code up on GitHub and writing the readme.md, I ran my NetBeans test code on my 2011 early MacBook Pro. To my surprise the times for both embedded and remote testing were between 25 and 35 seconds. My original blog was based on working on a much much faster Windows 8.1 system that took 16 seconds… Read more »