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 Glassfish 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

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
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

J2EE

OpenAjax is an organization which has a specification detailing a standard way to do intercomponent communication on the client side of Web applications. While JSF 2 didn't adopt this standard into it's specification, it's easy enough to bridge the two. Here's some demo code that does just that.
on Sep 3, 2009 | Permalink | Discuss
I've had a few requests on how to write a busy status indicator in JSF 2 - you know, the little spinning ball that's there while an Ajax call is active, and which goes away once the request is complete. So, I spent a bit less than a couple hours today, and did just that - including putting it into a component so it's reusable.
on Sep 2, 2009 | Permalink | Discuss
A few weeks ago, I blogged about ways to execute scripts on the client which you were writing out from the server via Ajax. By popular demand, the latest build of Mojarra now allows execution of inline scripts.
on Sep 2, 2009 | Permalink | Discuss