-
Click 1.5 released (4 messages)
- Posted by: Giuseppe Annunziata
- Posted on: November 04 2008 09:57 EST
Click 1.5 is production ready and available for download. This is biggest release yet with numerous new features, enhancements, documentation and examples. Click is a open source simple JEE web application framework for commercial Java developers, licensed under the Apache license. Click uses an event based programming model for processing Servlet requests and Velocity for rendering the response. (Note other template engines such as JSP and Freemarker are also supported). Check it out!Threaded Messages (4)
- Re: Click 1.5 released by Freddy Daoud on November 04 2008 11:00 EST
- Great, great framework by Florin Gheorghies on November 04 2008 11:12 EST
- Congrats! by Antonio Petrelli on November 04 2008 11:19 EST
- Re: Congrats! by Malcolm Edgar on November 04 2008 20:39 EST
-
Re: Click 1.5 released[ Go to top ]
- Posted by: Freddy Daoud
- Posted on: November 04 2008 11:00 EST
- in response to Giuseppe Annunziata
Congrats to the Click development team! I've always been fond of Click because it brings simplicity to component-oriented web development. You can get started in minutes and the learning curve is not overwhelming. Keep up the good work! Cheers, Freddy -
Great, great framework[ Go to top ]
- Posted by: Florin Gheorghies
- Posted on: November 04 2008 11:12 EST
- in response to Giuseppe Annunziata
I used for developing on online store and it worked like a charm. No learning curve. A breath of fresh air in the world of java where simple and intuitive is an insult. -
Congrats![ Go to top ]
- Posted by: Antonio Petrelli
- Posted on: November 04 2008 11:19 EST
- in response to Giuseppe Annunziata
I hope that incubation at Apache will be successful, you deserve it :-) -
Re: Congrats![ Go to top ]
- Posted by: Malcolm Edgar
- Posted on: November 04 2008 20:39 EST
- in response to Antonio Petrelli
Hi Giuseppe, you beat us to our TSS post, but thanks for the message and support. To provide a bit more of a release summary. Click 1.5 is our biggest release yet with numerous new features, enhancements, documentation and examples. Some stand out features include: * Containers - enabling sophisticated programetic form layouts * ActionListener - to support for compile time safety when hooking up event handlers * Services - a pluggable service architecture for supporting alternative templating engines, loggers and configuration methods * FreeMarker templating engine support * Improved rendering performance across the board * Enhanced Table functionality including pluggable paginators and table footers There also a bunch of bug fixes, new examples and documentation: http://click-framework.blogspot.com/ http://www.avoka.com/click-examples/home.htm Also of interest is that Click has been accepted into the Apache incubator to become a top level project. So special thanks to the Apache crew, including the Apache Wicket and Struts people for their support :) regards Malcolm Edgar