The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


View by: Most Recent | Topic | Community | Webloggers | James Gosling   
Monthly Archives:    

Blogs by topic Web Applications and user driscoll

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


Web Applications

Just a short post to note that we've now shipped Mojarra 2.0.1. This version fixes a very serious bug when running on Tomcat. You can pick up the files from the usual places, see the release notes for more information. If you're using GlassFish, and already running 2.0.0 (you leading edge adopter!), there's probably no reason to upgrade - though the new v3 (b69) has the updated jar, and it...
on Oct 23, 2009 | Permalink | Discuss
After years of effort, I'm delighted to echo Ryan Lubke's announcement that Mojarra 2.0 is final! Please check Ryan's blog for all the details.  You can download it directly from the project website, or just use maven to get the latest stuff.,.
on Oct 19, 2009 | Permalink | Discuss
Just a reminder that while you are developing a JSF 2.0 project, you really, really, really should enable the Development Project Stage. Doing this enables better error messages, including in the client side JavaScript, at the cost of some performance. Enabling this is as simple as putting the below into your web.xml: <context-param>   <param-name>javax.faces.PROJECT_STAGE...
on Sep 28, 2009 | Permalink | Discuss
In this entry, I discuss two more features of JSF Ajax support: the f:ajax tag's event attribute and listener attribute.
on Sep 26, 2009 | Permalink | Discuss
Using the f:ajax tag can make doing ajax with a repeating tag like ui:repeat considerably easier.
on Aug 17, 2009 | Permalink | Discuss
Dealing with field focus in JSF 2 and ajax. It's not hard, but you do have to keep a basic rule in mind: Don't update the parent of the field with focus.
on Aug 11, 2009 | Permalink | Discuss
In my last blog entry, I went over getting a YUI widget working on JSF2. This time, let's go over what's required to move that widget into a JSF component. No Java required, but a fair bit of JavaScript.
on Aug 9, 2009 | Permalink | Discuss
There's more to web development with JSF than just using JSF component libraries - there's a lot of really great widget sets out there that have nothing to do with JSF - here's a quick example of using one (the YUI Calendar widget) with JSF, Ajax, and a Managed bean.
on Aug 2, 2009 | Permalink | Discuss
About a year ago, I gave a talk at JavaOne on how to write a Comet powered TicTacToe game. At the time, I used the Grizzly Comet APIs. Here's an update for it to use the multi-platform Atmosphere API set.
on Aug 1, 2009 | Permalink | Discuss
David Geary has the third of his three part series of JSF 2 articles up. If you're getting started with JSF 2, go check it out - lots of good information there.
on Jul 29, 2009 | Permalink | Discuss
Hazem Saleh has posted a short blog on executing scripts in a JSF client page. Here's a link, along with some comments on his post.
on Jul 18, 2009 | Permalink | Discuss
We've had another release of JSF 2, this one called Beta 2. The march toward FCS continues.
on Jul 16, 2009 | Permalink | Discuss
In this blog, I'll examine two different ways to create a poll component with JSF 2, and in doing so, we'll look briefly at the two different ways that you specify id's in the two JSF 2 Ajax APIs.
on Jul 3, 2009 | Permalink | Discuss
Just a quick note that we've now added automatic compression of the jsf.js file served by JSF 2. The file size of jsf.js, 71k uncompressed, comes to about 16k compressed (there are a lot of comments in there). There is no user action required to make this happen: If the Project stage is Development, the file is served uncompressed (for ease in debugging with something like Firebug), but if the Project stage is anything else, then the file is compressed (and essentially unreadable, since besides stripping all comments, variable names are stripped, as well as all line breaks).
on Jul 3, 2009 | Permalink | Discuss
It's come up a few times recently, so I thought I'd go over how to learn JSF 2 before the books come out, and before the new tutorial is released.
on Jun 17, 2009 | Permalink | Discuss
David Geary has released the second of his three part series on JSF 2.
on Jun 2, 2009 | Permalink | Discuss
Mojarra just went Beta, and the JSF spec just passed the JCP vote. If you haven't looked at JSF in a while, it's time to take another look.
on May 29, 2009 | Permalink | Discuss
Mojarra just went Beta, and the JSF spec just passed the JCP vote. If you haven't looked at JSF in a while, it's time to take another look.
on May 28, 2009 | Permalink | Discuss
Mojarra just went Beta, and the JSF spec just passed the JCP vote. If you haven't looked at JSF in a while, it's time to take another look.
on May 27, 2009 | Permalink | Discuss
After a long hiatus, I return to the Switchlist JSF 2 component. This time, I'll be talking about a few points on best practices.
on May 26, 2009 | Permalink | Discuss