27 May 2004 20:07
Re: Another Groovy presentation
I've had chance to read it now - good job! I loved the Spring example too. BTW its no biggie but you could replace this... pm = new ProductManager() pm.setProducts( [ new Product(Description:“Chair“,Price: 20.50d) , new Product(Description:“Table“,Price:150.10d) ] ) with the slightly less verbose pm = new ProductManager(products: [ new Product(Description:“Chair“,Price: 20.50d) , new Product(Description:“Table“,Price:150.10d) ]) Incidentally I liked the way the boxes popped up in the presentation & the way you showed how groovy worked under the covers - I think we need to document much more how groovy translates to bytecode. On 27 May 2004, at 18:56, jastrachan@... wrote: > Great thanks Alexander, I've added it to the presentations page... > > http://groovy.codehaus.org/Articles?refresh=1 > > > On 27 May 2004, at 14:01, Alexander Schmid wrote: > >> Hi all, >> >> I did a presentation on groovy and it's features >> at the JAOO in Cannes on Tuesday (the JAOO is one of >> the most famous and IMHO the best software development conference >> here in Europe). >> >> For those interested in the slides, I put them on my webpage: >> http://home.t-online.de/home/alex.schmid/conferences.html >> >> Groovy was very well received. While most didn't know >> it yet, a lot of people were very impressed by it's features and >> it's elegance. >> >> Ciao Alex >> >> P.S.: Of course feedback on the slides is always welcome as maybe >> I will repeat the presentation someday... >> >> >> > > James > ------- > http://radio.weblogs.com/0112098/ > > James ------- http://radio.weblogs.com/0112098/
RSS Feed