Haha, sorry but it seems some of the Wicket community are still living in
Lala land with regards to believing everything deployed to production has to
be written in Java. It is 2007, the realisation that Java is not the best
language for web apps has hit home for years now. A good language for
writing a lot of your business logic yes, but your business logic and web
logic are two different things and if you're mixing them you're already
making mistakes right there.

Btw, About the WicketBuilder, this person already has the concept down:
http://bigheadco.blogspot.com/2007/03/wicket-and-groovy.html

A combination of the Grails plug-in, a WicketBuilder, automatic reloading at
dev time would make Wicket+Grails the first RAD and agile component
framework. It is probably worth time investing in for Wicket, if there are
some interested devs. It would be a big selling point over heavy weights
like JSF and Tapestry (although we could make a similar Grails + Tapestry 5
integration, not sure about JSF, it is heavyweight in multiple layers).

Cheers



Jonathan Locke wrote:
> 
> 
> Very interesting.  I'm not that interested for production code, but this
> could be really exceptional for prototyping and fast TTM when that
> matters.
> 
> 
> jklappenbach wrote:
>> 
>> http://graemerocher.blogspot.com/2007/05/grails-wicket-wonders-of-grails-plug-in.html
>> (SFW)
>> 
>> Graeme pinged me as soon as I got online this morning to tell me about
>> his
>> work on integrating Wicket and Groovy, a Rails implementation based on
>> the
>> Java scripting language, Groovy.
>> 
>> As you'll read, the integration took him *20 minutes*, and the result was
>> the following:
>> 
>>    1. Wicket classes can be utilized as-is from wicket jars inside a
>>    Groovy environment, meaning that there's no concern of keeping a
>>    Groovy-based mirror of Wicket synchronized.
>>    2. Wicket classes can take advantage of GORM, with dynamic methods
>>    (This is very, very, cool)
>>    3. Developers can take advantage of closures, and all other nice
>>    features of Groovy
>> 
>> Graeme warned me that he hadn't tested much more than a "Hello World"
>> example.  But in getting even those two simple words out, a lot had to be
>> going on under the hood.  I'd be surprised if there were issues lurking
>> beyond.
>> 
>> If you haven't heard of Grails, or would like to know more, I have a
>> short
>> post here at:
>> 
>> http://tapestryofthoughts.blogspot.com/2007/05/grails-rails-gone-groovy.html
>> 
>> For more in-depth, there's the Grails site at:
>> 
>> http://grails.codehaus.org/
>> 
>> -jjk
>> 
>> -------------------------------------------------------------------------
>> This SF.net email is sponsored by DB2 Express
>> Download DB2 Express C - the FREE version of DB2 express and take
>> control of your XML. No limits. Just data. Click to get it now.
>> http://sourceforge.net/powerbar/db2/
>> _______________________________________________
>> Wicket-user mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Gricket%3A-The-Love-Child-of-Grails-and-Wicket-tf3772804.html#a10679189
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to