Skip to main content
View by: Most Recent | Topic | Community | Webloggers   
Monthly Archives:    

Blogs by topic Ajax and user driscoll

• Accessibility • Ajax • Blogging • Business • Community 
• Databases • Deployment • Distributed • Eclipse • Education 
• EJB • Extreme Programming • Games • GlassFish • Grid 
• GUI • IDE • Instant Messaging • J2EE • J2ME 
• J2SE • Jakarta • JavaFX • JavaOne • Jini 
• JSP • JSR • JXTA • LDAP • Linux 
• Mobility • NetBeans • Open Source • OpenSolaris • OSGi 
• P2P • Patterns • Performance • Porting • Programming 
• Research • RMI • RSS Feeds • Search • Security 
• Servlets • Struts • Swing • Testing • Tools 
• Virtual Machine • Web Applications • Web Design • Web Development Tools • Web Services and XML 


Web Design

JSF supplies progressive enhancement out of the box for many purposes. Here’s a quick tip on how you can enhance it.
on Feb 7, 2010 | Permalink | Discuss

Ajax

IE has some very curious architectural choices (vulgar folks might call them "bugs") regarding memory management of JavaScript applications. Here's a rundown.
on Nov 13, 2009 | Permalink | Discuss
I've had a few requests for request aggregation, ala RichFaces queues, in JSF 2. This was deliberately not included in JSF 2.0, but it will be considered for JSF 2.1. However, adding this functionality yourself isn't actually very hard. Here's an example of how.
on Oct 19, 2009 | Permalink | Discuss
How to write a Java-based custom JSF component that responds to the Ajax tag. Composite Components is still my favorite way to do things, but there are times when a custom Java component is the best strategy.
on Oct 9, 2009 | Permalink | Discuss
I've placed my slides for my JSF 2 and Ajax talk up on slideshare. Check 'em out, and ask questions in the comments.
on Oct 5, 2009 | Permalink | Discuss