click-framework.blogspot.com
Click Framework: September 2010
http://click-framework.blogspot.com/2010_09_01_archive.html
Tuesday, September 14, 2010. Apache Click 2.2.0: Dynamic Form Validation. In this three part series I'll blog about some of the new features added in 2.2.0, namely:. Ideally form validation should. Be applied to incomplete submissions as the user will be presented any validation errors that occurred. Seeing the errors will be unexpected for the user since they are still busy filling out the form and did not intend to perform a submission. Field and a checkbox that indicates whether the user is married.
click-framework.blogspot.com
Click Framework: January 2011
http://click-framework.blogspot.com/2011_01_01_archive.html
Monday, January 24, 2011. Apache Click v2.3.0 Release Candidate 1 now available. Apache Click 2.3.0 Release Candidate 1 is available for download. v2.3.0 contains important new features including Ajax. Support, Page Actions. And light-weight stateful controls. In addition there are new documentation, examples and a slew other enhancements. Full list of new features, improvements and bug fixes. Please see the upgrade path when upgrading from 2.2.0 or earlier. Download Click 2.3.0-RC1. And a full example.
click-framework.blogspot.com
Click Framework: July 2010
http://click-framework.blogspot.com/2010_07_01_archive.html
Saturday, July 24, 2010. SD Times interview with Apache Click vice president. Malcolm Edgar, Apache Click Vice President, recently had a chat with SD Times. Editor in chief, David Rubinstein. Great to see Click getting some much deserved exposure. Full interview can be viewed here. Posted by Bob Schellink. Links to this post. Wednesday, July 14, 2010. Apache Click 2.2.0: DataProvider. In this three part series I'll blog about some of the new features added in 2.2.0, namely:. Unfortunately this pattern ca...
click-framework.blogspot.com
Click Framework: June 2009
http://click-framework.blogspot.com/2009_06_01_archive.html
Saturday, June 13, 2009. Click 2.1.0-RC1 now available. The Apache Click team is proud to announce the first release candidate of Click 2.1.0. This is our first release that requires Java 5. All bugs fixes from 1.5.2 are included as well as a slew of new features, examples and documentation. The documentation has been converted to the Docbook format and are made available in three different flavors: PDF, HTML (single page) and HTML (multiple pages). Download Click 2.1.0-RC1. That returns a template model...
click-framework.blogspot.com
Click Framework: October 2009
http://click-framework.blogspot.com/2009_10_01_archive.html
Saturday, October 24, 2009. Netbeans plugin released for Apache Click. Has announced the release of a Netbeans plugin. For Apache Click. Netbeans users can now enjoy the same features provided by ClickIDE. The Eclipse based plugin. Please note the plugin targets Netbeans 6.7.1 and might not work with earlier versions. Features of the plugin includes:. Wizard for creating a new Click project. Wizard for creating new pages and templates. Here are some screenshots of the plugin in action. Links to this post.
click-framework.blogspot.com
Click Framework: Apache Click 2.2.0: Explicit Binding
http://click-framework.blogspot.com/2010/09/apache-click-220-explicit-binding.html
Tuesday, September 14, 2010. Apache Click 2.2.0: Explicit Binding. In this three part series I'll blog about some of the new features added in 2.2.0, namely:. In this second installment I'll cover. Which allows developers to bind, or set, a control's value to incoming request parameters. Not all controls support binding though. The most common bindable controls include. It is also worth mentioning. Every request as part of the. A typical bindRequestValue() implementation looks like this:. Under most circ...
sabob.blogspot.com
Click Framework snippets: September 2008
http://sabob.blogspot.com/2008_09_01_archive.html
Sunday, September 28, 2008. Make your Click pages load faster! Yahoo published a list of best practices. For improving web application performance. Which caters for some of these rules. However not all rules can be easily automated. This entry will outline ways to apply rules which are not covered by the PerformanceFilter namely, #1 - Minimize HTTP Requests (by combining files). And #10 - Minify Javascript and CSS. Rule #1 also mentions CSS Sprites. Would be a good candidate. Ant Task for YUICompressor.
sabob.blogspot.com
Click Framework snippets: A complete Click application configuration example
http://sabob.blogspot.com/2008/10/complete-click-application.html
Monday, October 6, 2008. A complete Click application configuration example. Click applications are configured through the ConfigService. The default ConfigService implementation is XmlConfigService. Which is configured through the. Is defined by a DTD. Which some folk find easy to understand and follow. I however, am not one of them. I enjoy learning from examples (not to mention it allows for easy copying and pasting) so I've put together an example of all the configuration options specified by the DTD:.
sabob.blogspot.com
Click Framework snippets: October 2008
http://sabob.blogspot.com/2008_10_01_archive.html
Monday, October 6, 2008. A complete Click application configuration example. Click applications are configured through the ConfigService. The default ConfigService implementation is XmlConfigService. Which is configured through the. Is defined by a DTD. Which some folk find easy to understand and follow. I however, am not one of them. I enjoy learning from examples (not to mention it allows for easy copying and pasting) so I've put together an example of all the configuration options specified by the DTD:.
sabob.blogspot.com
Click Framework snippets: Track non-serializable objects in Click Framework
http://sabob.blogspot.com/2008/02/httpsession-attribute-serialization.html
Wednesday, February 27, 2008. Track non-serializable objects in Click Framework. Provides support for stateful pages by adding the page as an attribute to the HttpSession. Now I guess your saying, “But what if my page is not serializable? Obviously if your page or any reference on the page is not serializable you will receive a NotSerializableException. Javaio.NotSerializableException: za.co.abc.presentation.control.Three. And the stackTrace will look like this:. Object (class "za.co.abc.pres...Field (cl...
SOCIAL ENGAGEMENT