I don't really get what this is about.... the important changes have to do with html and velocity codes; I didn't do any java coding at all...?
and no, I'm pretty much finished. If you are talking about changing the contents of the stuff, don't bother. It's "phoney", to fill up space. cheers, - The Other Leo (confused) > Looking good, I agree: > > > Simons, > > just one trivial issue: > > package helloworld.impl.default; > ^^^^^^^ > > this will not compile as default is a reserved word. > Suggest change to: > > package helloworld.impl.local; > > public class LocalHelloWorld implements HelloWorld { > void sayHello(String greeting) { > System.out.println("HelloWorld Greeting: " + greeting); > } > } > > I'm ready to do the change, but I do not know if you are still > working on the files. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>