The Artima Developer Community
Sponsored Link

Java Buzz Forum
java.net's Project Atmosphere Integrated into Atlassian JIRA Studio

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
News Manager

Posts: 47623
Nickname: newsman
Registered: Apr, 2003

News Manager is the force behind the news at Artima.com.
java.net's Project Atmosphere Integrated into Atlassian JIRA Studio Posted: Apr 15, 2010 1:04 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by News Manager.
Original Post: java.net's Project Atmosphere Integrated into Atlassian JIRA Studio
Feed Title: Java Today
Feed URL: http://weblogs.java.net/blog/editors/index.rdf
Feed Description: Java Today on java.net
Latest Java Buzz Posts
Latest Java Buzz Posts by News Manager
Latest Posts From Java Today

Advertisement

Jean-Francois Arcand informs us that the new Atlassian JIRA Studio Activity Bar is powered by the Atmosphere Framework. Atmosphere is a java.net project that Jean-Francois has frequently written about in the past, as he has been a major contributor to the project. Jean-Francois tells us:

Last week Atlassian released their new JIRA Studio, which is a hosted software development suite that supports every role of a high-performing development team throughevery stage of your development process.. One of the new feature is called the Activity Bar and it is powered by Atmosphere!

Jean-Francois shows us the new JIRA Studio "Recent Issues" window (see above), and continues:

Atmosphere is hidding inside the « Recent Issues » window above ':-)' . You can read the official annoucement here and why Atmosphere was choosen instead of Servlet 3.0 or private implementation like Jetty and Grizzly.

If you're not familiar with Project Atmosphere it's a subproject of GlassFish. Here's the project introduction:

Atmosphere is a POJO based framework using Inversion of Control (IoC) to bring push/Comet to the masses! Finally a framework which can run on any Java based Web Server, including Google App Engine, Tomcat, Jetty, GlassFish, Weblogic, Grizzly, JBossWeb and JBoss, Resin, etc. without having to wait for Servlet 3.0 Async support or without the needs to learn how Comet or WebSocket support has been differently implemented by all those Containers.

Servlet 3.0 is supported along with framework like Cometd/Bayeux, Jersey, GWT, Wicket etc. and programming language like JRuby, Groovy and Scala. Finally, any web application can be clustered using our Cluster plugin architecture (JMS, Shoal or JGroups).

Jean-Francois notes the irony of how sometimes what you've worked on in the past suddenly finds you again:

Wow! It has been a pleisure to work with Richard Wallace and his team. Since we are using JIRA @ Ning, I should soon work with my own framework!

Take a look at Asynchronous Web application with the Atmosphere Framework (PDF), a recent presentation by Jean-Francois, for an overview of Atmosphere.


In other Java Today news, Arun Gupta presents TOTD #128: EJBContainer.createEJBContainer: Embedded EJB using GlassFish v3:

This blog has been in my Drafts folder for quite some time now, needed some final tweaks, and finally pushing it out. Chapter 22 of Enterprise JavaBeans 3.1 specification (released as part of Java EE 6) describes "Embeddable Usage" as ...

Geertjan Wielenga posted iBatis Sample and NetBeans Platform Pic from Norway:

My small iBatis based sample application is really taking shape now. Apart from the cool PropertyPanel integration in the central editor area below, the other noteworthy thing is that all three of the windows are aware of changes to the underlying model. So, when either the Properties window or the editor are used to change a property, all the other windows are notified and appropriate events take place, such as the display name of the node in the viewer on the left getting updated. Despite the fact that all three windows come from different modules, of course...

In the Weblogs, Kohsuke Kawaguchi writes about Hudson console markups (and notes that he is now also cross-posting his blogs to his new website, www.kohsuke.org):

Despite all the report comprehension in Hudson, such as JUnit, PMD, FindBugs, etc., log files still hold a special place in terms of capturing what has really happened. Hudson does a bit of AJAX in this space to let you follow output as it comes, but the log is basically just a plain text that doesn't really have structures. But that is changing. One of the recent improvements in Hudson is the infrastructure and extension points for Hudson (and its plugins) to mark up the console output to improve interactivity and do some cool stuff...

Kirill Grouchnikov announces Releases, releases:

It’s my great pleasure today to announce the availability of releases of the following projects: * Substance look-and-feel version 6.0 (code named Sonoma); * Trident animation library version 1.2 (code named Cookie Jar); * Laf-Widget library version 5.0 (code named Magnolia) ...

Juliano Viana demonstrates Decoupling event producers and event consumers in JEE6 using CDI and JMS:

In this post I will share my recent findings about Container Dependency Injection in JEE 6, in particular how to decouple the processing threads of event producers and event consumers. JEE 6 introduces a very nice dependency injection framework (CDI) that has superb support for the Observer pattern in the form of event broadcasting. An Event in CDI is just a regular POJO...

In the Forums, ramix is seeking the LWUIT Demo for android: Hi, is there anyway to get the LWUITDemo project that is ported to android? or to download the LWUIT ported source code somewhere?

In the GlassFish forum, bi30 posted Lookup EJB via JNDI from custom MBean: Hello, I'm trying to get information from my application, deployed on Glassfish v2.1, using custom Mbean. On my application, I have an interface : package com.polop.application; ...

In the Metro and JAXB forum, scott wonders about Overloading methods: We have a few calls from our Axis services (I'm coverting to use Metro) that have the same method name but different parameters. Is this wrong to do? It will not be too bad if I have to give each call a unique name, but there will be a contract change...


Our Spotlight this week is Replays for GlassFish Roadmap Now Available:

Eduardo Pelegri-Llopart announces: "The replays from our presentation on the GlassFish Roadmap are now available in different formats, including SlideCast (Slides with synchronized audio)..."

This week's java.net Poll asks How many desktop computers do you own? The poll will close on Friday.


Our latest Feature Article is Dibyendu Roy's Rethinking Multi-Threaded Design Principles, Part 2, which provides guidance on how to harness the processing powere of next generation multicore processors. We're also featuring HTML5 Server-Push Technologies, Part 1 by Gregor Roth; this two-part series explains the new Server-Sent Events and WebSockets API in HTML5. And we're featuring Flexible Swing Reporting Using JIDE Aggregate and Pivot Tables, by Malcolm Davis (in which you learn about a Swing report alternative that provides 90% of the solution with 10% of the effort).


Current and upcoming Java Events:

Registered users can submit event listings for the java.net Events Page using our events submission form. All submissions go through an editorial review before being posted to the site.


Archives and Subscriptions: This blog is delivered weekdays as the Java Today RSS feed. Also, once this page is no longer featured as the front page of java.net it will be archived along with other past issues in the java.net Archive.

-- Kevin Farnham
O'Reilly Media
Twitter: @kevin_farnham

Read: java.net's Project Atmosphere Integrated into Atlassian JIRA Studio

Topic: `Iron Man,' `Twilight,' `Robin Hood,' `Karate Kid,' `A-Team' fan summer movie action Previous Topic   Next Topic Topic: General Motors to double size of battery test lab at Detroit-area tech center

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use