Monthly Archives: February 2012

DNA Manufacturing Model

Abstract The way we have been approaching manufacturing and approaching software development historically have been very inefficient.  By replicating the way nature creates objects by starting with a ‘seed’ encoded with information, and providing a nurturing environment, we can ‘grow’ … Continue reading

Posted in Uncategorized | Leave a comment

Fix for: Could not find artifact javax.jms:jms:jar:1.1 in central

Maven can’t find JMS, here is the fix: Well Sun decided the licensing of JMS wasn’t cool enough to put in the normal repository, so instead, comment out your code about the sun’s version of JMS and put in Geronimo’s … Continue reading

Posted in Uncategorized | Leave a comment

Constraints for Glassfish Deployment Descriptors Files 9 have not been met: How to fix

You are probably working with Java EE and Eclipse and you get an error message that says your constraints for Glassfish Deployment Descriptors Files 9 has not been met.  Here is the fix. First of all this seems to be … Continue reading

Posted in Uncategorized | 4 Comments