Re: Wicket + Scala + Spring

2010-03-03 Thread Antony Stubbs
Has anyone tried out the Scala Wicket Extensions stuff project? http://stackoverflow.com/questions/2104724/your-experience-with-scalawicket/2375052#2375052 Sam Stainsby-2 wrote: > > >> P.S. though one slight difficulty I've run into is the need to translate >> between Scala and Java collection

Re: Wicket + Scala + Spring

2010-01-04 Thread Sam Stainsby
> P.S. though one slight difficulty I've run into is the need to translate > between Scala and Java collections. Perfectly doable, and not a Wicket > problem, but takes a way some of the elegance of coding purely in Scala. I can confirm that Scala 2.8 makes it considerably easier to inter-work w

Re: Wicket + Scala + Spring

2010-01-04 Thread Giovanni
: Wicket + Scala + Spring if you guy run any blog it would be nice contrib to community to write about your experience in scala + wicket. I would definitely love to read about it. On Mon, Jan 4, 2010 at 1:43 AM, Gary Thomas wrote: > P.S. though one slight difficulty I've run into is the

Re: Wicket + Scala + Spring

2010-01-04 Thread Giovanni
users@wicket.apache.org Cc: Giovanni Sent: Mon, January 4, 2010 1:43:57 AM Subject: Re: Wicket + Scala + Spring P.S. though one slight difficulty I've run into is the need to translate between Scala and Java collections. Perfectly doable, and not a Wicket problem, but takes a way some of the elegance

Re: Wicket + Scala + Spring

2010-01-04 Thread Paul Szulc
if you guy run any blog it would be nice contrib to community to write about your experience in scala + wicket. I would definitely love to read about it. On Mon, Jan 4, 2010 at 1:43 AM, Gary Thomas wrote: > P.S. though one slight difficulty I've run into is the need to translate > between Scala

Re: Wicket + Scala + Spring

2010-01-03 Thread Gary Thomas
P.S. though one slight difficulty I've run into is the need to translate between Scala and Java collections. Perfectly doable, and not a Wicket problem, but takes a way some of the elegance of coding purely in Scala. Happy to hear if anyone has tips on elegant ways of dealing with this. On 1/

Re: Wicket + Scala + Spring

2010-01-03 Thread Gary Thomas
Same here - not much more to say other than after 10 years of working with Java webapps, learning both Wicket and Scala have made the past 6 months very enjoyable. Immediately before trying Wicket, I was a die-hard Struts/Spring MVC user and didn't know what I was missing. Scala+Wicket is a ni

Wicket + Scala + Spring

2010-01-03 Thread Giovanni
I'm developing two new applications (a webapp + a standalone) using Scala + Spring + Wicket 1.4.5 (webapp) + H2 database. The development is nice and interesting. Wicket is working with Scala very well. If someone else has a similar experience, please share it. Best regards giovanni