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

Blogs by topic Blogs and user jfarcand

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

This blog has moved here var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); var pageTracker = _gat._getTracker("UA-3111670-3"); pageTracker._initData(); pageTracker._trackPageview();
on Dec 15, 2009 | Permalink | Discuss
The Atmosphere Framework makes it easy to write a PubSub with REST and Comet support…in less than 30 lines.
on Nov 3, 2009 | Permalink | Discuss
Atmosphere 0.4, is out. This release contains many new features and can be seen in action in many well-known frameworks.
on Oct 26, 2009 | Permalink | Discuss
Writing Atmosphere's Comet based applications is simple. Imagine using JRuby instead of Java...it becomes really simple!
on Sep 10, 2009 | Permalink | Discuss
Writing Comet application is more and more simple, thanks to framework like LIft and Atmosphere and to the upcoming Servlet 3.0 async part. But on the Client side, the difference between Safari, Opera, Firefox, IE and Chrome can make your application completely unresponsive or broken. Of course, there is some tricks to make it work.
on Aug 25, 2009 | Permalink | Discuss

Performance

The official GlassFish v3 GA is around the corner. If you are planning to put GlassFish v3 in production, make sure you take a look at the list of properties available that can save your day.
on Nov 27, 2009 | Permalink | Discuss

Ajax

One the comment I'm getting about Atmosphere is why should I use the framework instead of waiting for Servlet 3.0 Async API. Well, it simple: much simpler, works with any existing Java WebServer (including Google App Engine!), and will auto-detect the Servlet 3.0 Async API if you deploy your application on a WebServer that support it.
on Nov 6, 2009 | Permalink | Discuss