}
else if (args[0].equals("-pojo"))
{
// Simply create a new POJO to act as the HelloWorld
System.out.println("Creating a new HelloWorldBean POJO");
hw = new HelloWorldBean();
}
else if (args[0].equals("-ejb"))
{
// Obtain an initial context
InitialContext ctx = new InitialContext();