The Artima Developer Community
Sponsored Link

Java Buzz Forum
11 Sessions from GlassFish Virtual Conference Now Available on GF Podcast Blog

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.
11 Sessions from GlassFish Virtual Conference Now Available on GF Podcast Blog Posted: Mar 29, 2010 11:45 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by News Manager.
Original Post: 11 Sessions from GlassFish Virtual Conference Now Available on GF Podcast Blog
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

Episodes 45 through 55 on the GlassFish Podcast Blog present content from December's Java EE 6 and GlassFish v3 Virtual Conference. Last week, I listened to and wrote about Linda DeMichiel's presentation on Java Persistence 2.0 (Episode 51 in the GF Podcast Blog). Clearly, there's still a lot more listening and writing for me to do!

When you download the GlassFish Virtual Conference slides (Sun Online Account registration required), you get a zip file that includes 16 PDFs of presentations that were part of the virtual conference. Alexis Moussine-Pouchkine is packaging each presentation with the MP3 audio from the conference, and wrapping it with a nice audio (and musical) introduction and closing, to form the entry on the GlassFish Podcast blog. Each episode includes a link to the supporting slides download, and links to additional reference materials related to the topic of that particular episode. It's really a very nice re-presentation of the content from the virtual conference.

Here's a brief rundown of what's in the presentation download and the corresponding GlassFish Podcast episode:

Virtual Conference Title Authors GF Podcast Episode
Welcome to Java Enterprise Edition 6 The Foundation of Your Enterprise Tom Kincaid, Anil Gaur, Bill Shannon, Kevin Schmidt, Eduardo Pelegri Llopart #045
Java EE 6 Overview Roberto Chinnici #046
GlassFish Enterprise Server v3 - Java EE 6 and Beyond Anil Gaur, Abhijit Kumar, Jerome Dochez #050
Enterprise JavaBeans EJB 3.1 Technology Kenneth Saks #047
JAX-RS and Jersey Paul Sandoz #048
Java Servlet 3.0 Rajiv Mordani #049
Java Persistence 2.0 Linda DeMichiel #051
JavaServer Faces 2.0 Overview Roger Kitain #052
Metro 2.0 - the advanced SOAP web services stack in GlassFish Harold Carr #053
Context and Dependency Injection for Java EE (CDI) Roberto Chinnici #054
OSGi in GlassFish v3 Jerome Dochez #055
Dynamic Languages with GlassFish v3 Vivek Pandey  
Java EE 6 Tooling Ludovic Champenois  
Grizzly, Comet Oleksiy Stashok  
Management and Monitoring in GlassFish v3 Anissa Lam, Sreenivas Munnangi, Prashanth Abbagani  
Java EE Connector Architecture 1.6 JSR 322 Sivakumar Thyagarajan  

Not that I want to put pressure on Alexis -- but, at the rate he's been posting new virtual conference episodes, we'll probably see all of the remaining virtual conferences transformed into GlassFish Podcast episodes by the end of next week.


In Java Today, Geertjan Wielenga has discovered Melody and Harmony in JFugue Music NotePad:

Thanks to the injection of the domain object into actions (an approach discussed in this blog yesterday), it is now possible to play multiple scores simultaneously in the JFugue Music NotePad (see the menu items 'Melody' and 'Harmony' on the root node in the brand new viewer component below)...

The title may sound a bit retro to some of us, but the Open Source Love Day March 2010 was actually a pretty serious technology event:

Yesterday, we held our first Open Source Love Day (OSLD) for this year. The last OSLD was at December 2009. Then, we reassigned a day in January and February each to perform our relocation to the new (and much bigger) office. But now we are back to regular duty and had the time to donate some worhttp://blogs.sun.com/alexismp/k back to the Open Source ecosystem...

Peligri has checked out More GlassFish Books - From JSF 2.0 to OSGi:

Time to do an updated list of GlassFish books. I've added 16 new entries since the March Review; some are dedicated to the operation of GlassFish, some use GlassFish in all their examples, some only in most. I'm sure there are other worthy entries; add a comment if you want to submit names to the collage; I've left out books that only use GlassFish as one of the "common containers" (GlassFish, Apache Tomcat and JBoss)...

In the Weblogs, Frans Thamura reports on Integrated Curriculums to Transform Indonesia, from Highschool to Undergraduate program of Software Engineering:

In 2001, i create a small prototype of application platfrom called cimande, and now in 2010, the project become one of the case study of a lot of people, and the movement getting strong. A lot of companies try to use and also create a smiliar project like we did here. Strange, need 9 years to make people in this country understand the power of this. But none of us here, create a model like we did, Open Sourcing the code to the public, our first release around April 2001, and we keep contributing, and we have more than 30 projects using cimande, which cimande is part of the BlueOxygen project umbrella...

Malcolm Davis provides a way to answer What version of Java are you running?:

There can be issues promoting Java applications over the Internet. There are various versions of Windows and Windows Server that run pre-6 Java, or even Microsoft Java Virtual Machine. Verifying the version of Java on someone machine is a good way of eliminating a potential problem. Michael Horowitz sponsors the embedded applet approach at http://www.javatester.org/version.html However, there are several issues with the embedded applet approach...

Jan Haderka says Let's keep those cache entries for little bit longer for GlassFish:

Have you got magnolia-4.3? Setup multiple sites? All right, you are all done. The only thing left is to observe the load on the server and how many requests you can serve. You might have noticed that after activating the content, load on the public is bit higher even though there is no increase in traffic. Why? Simply because after activating the piece of content, cache on the public instance have been flushed. Well, so far this is actually nothing else but what you want...

In the Forums, garfeildpb asks Why is fscontext.jar used in Java Web Start?: Dear Tim and Everybody, There is a question about Java Web Start(JWS below) in GlassFish V2.1. When reading the GlassFish's source (*) ,I found that C:\glassfish\imq\lib\fscontext.jar is used in JWS module.As I...

d039113 has questions regarding Dynamic keystore in Metro 2.0: I was following the posts [1],[2] to enable dynamic keystores for signing keys. In the META-INF/<config xml=""> file I now have an entry: <config> ...

In the Java WS & XML Community forum, nanil21 asks how to maintain session information in swings: Hi, I am using swings as front end. I am using HttpURLConnection class to get connected to a url which has login page. Once I send the request using POST method with login credentials, I am able to see the response and it workds fine. Now if I send...


Our Spotlight this week is Window / dock icon for ribbon frame in Flamingo 5.0:

The application menu button in the ribbon component from Flamingo component suite is a big round button in the top left corner of the ribbon. It is not a direct replacement for the usual application menu bar, but rather a place to hold actions that (as a general rule) do not affect the visual content of the document – such as saving, printing, sharing etc. Prior to version 5.0, the ribbon frame...

This week's java.net Poll asks What do you like most about the new GlassFish Roadmap?. The poll will run until Friday.


Our latest Feature Article is Flexible Swing Reporting Using JIDE Aggregate and Pivot Tables, by Malcolm Davis; in this article, you learn about a Swing report alternative that provides 90% of the solution with 10% of the effort. We're also still featuring Getting Started with Java and SQLite on Blackberry OS 5.0 by Java Champion Bruce Hopkins -- learn how to create applications that utilize SQLite on Blackberry OS 5.0; and Dibyendu Roy's Rethinking Multi-Threaded Design Principles.


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: 11 Sessions from GlassFish Virtual Conference Now Available on GF Podcast Blog

Topic: Software firm Red Hat 4Q profit rises 44 percent on subscription revenue gains Previous Topic   Next Topic Topic: The last shall be the first: MetroPCS to launch 4G phone this fall, ahead of Verizon Wireless

Sponsored Links



Google
  Web Artima.com   

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