atom feed51 messages in net.java.dev.jugs.jug-leadersRe: Kirk Pepperdine at Cologne
FromSent OnAttachments
Aaron HoustonNov 9, 2006 10:26 am.jpg
Vincent Brabant (Java Champion)Nov 9, 2006 10:42 am 
Michael HüttermannNov 9, 2006 12:08 pm 
Aaron HoustonNov 9, 2006 12:43 pm 
Michael HüttermannNov 9, 2006 1:16 pm 
Bruno SouzaNov 10, 2006 9:48 pm 
Michael HüttermannNov 11, 2006 12:43 am 
Frans ThamuraNov 14, 2006 12:51 pm 
Michael HüttermannNov 15, 2006 12:31 am 
Bruno SouzaNov 15, 2006 5:45 am 
Michael HüttermannNov 15, 2006 6:14 am 
David BullockNov 15, 2006 6:41 am 
Bruno SouzaNov 15, 2006 6:45 am 
Michael HüttermannNov 15, 2006 7:16 am 
Paris ApostolopoulosNov 15, 2006 7:55 am 
Aaron HoustonNov 15, 2006 9:20 am 
Aaron HoustonNov 15, 2006 10:33 am 
Aaron HoustonNov 15, 2006 11:12 am 
Eitan SuezNov 15, 2006 11:28 am 
Aaron HoustonNov 15, 2006 1:16 pm 
Fabrizio GianneschiNov 16, 2006 12:48 am 
Fabrizio GianneschiNov 16, 2006 1:06 am 
Francesco PaladinoNov 16, 2006 8:58 am 
Michael HüttermannNov 16, 2006 11:17 am 
Michael HüttermannNov 16, 2006 11:30 am 
Aaron HoustonNov 16, 2006 11:44 am 
Jorge Vargas - EdivargasNov 16, 2006 12:07 pm 
Aaron HoustonNov 16, 2006 1:12 pm 
Yakov SirotkinNov 16, 2006 2:07 pm 
Frans ThamuraNov 16, 2006 11:29 pm 
Frans ThamuraNov 16, 2006 11:31 pm 
Aaron HoustonNov 17, 2006 10:14 am.gif, .gif
Felipe GaúchoNov 17, 2006 10:38 am 
David BullockNov 21, 2006 7:40 pm 
Derek MunnekeNov 21, 2006 8:30 pm 
Aaron HoustonNov 22, 2006 10:41 am.gif
fra...@intercitra.comNov 23, 2006 7:00 am 
Michael HüttermannNov 23, 2006 7:20 am 
Paris ApostolopoulosNov 23, 2006 7:32 am 
Michael HüttermannNov 23, 2006 9:02 am 
Yakov SirotkinNov 23, 2006 1:31 pm 
Jorge Vargas - EdivargasNov 23, 2006 7:17 pm 
Frans ThamuraNov 27, 2006 11:59 pm 
Aaron HoustonNov 28, 2006 10:51 am 
Frans ThamuraNov 28, 2006 9:20 pm 
Bruno SouzaNov 28, 2006 11:23 pm 
Frans ThamuraNov 29, 2006 3:08 am 
Michael HüttermannNov 29, 2006 3:29 am 
Frans ThamuraNov 29, 2006 3:36 am 
Michael HüttermannNov 29, 2006 3:49 am 
Ahmed HashimNov 29, 2006 9:54 am 
Subject:Re: Kirk Pepperdine at Cologne
From:Michael Hüttermann (mich@huettermann.net)
Date:Nov 9, 2006 12:08:55 pm
List:net.java.dev.jugs.jug-leaders

Hi all,

this is perhaps a good opportunity to mention that Kirk is speaking for us in Cologne on December 6th. This will be a fantastic talk on performance tuning. You are all invited to join. :-) And if someone of you manages to participate I will invite him/her for a couple of drinks. :-)

Details: http://jugcologne.org/ Flyer with further information will follow.

Sorry Aaron to misuse your mail a bit. ;-)

Cheers Michael

--

best regards

Michael Hüttermann (Dipl. Wirtsch. Inf.) Senior Software Engineer, Enterprise Software Architect SCJA, SCJP, SCJD, SCWCD

mich@huettermann.net AIM: javageekkoeln

http://huettermann.net http://jugcologne.org http://agile-cologne.de

Aaron Houston wrote:

Hello JUG leaders...

Java Champion Kirk Pepperdine blogs in the TSS Community about Sun's Mark Reinhold's blog entry about how the JDK source code has been kept in the past at Sun; and, the need for a globally distributable Network File System for potential committers in the Open Source community. Mercurial was a solution and a "lesson-learned" from the OpenSolaris Community.

http://www.theserverside.com/blogs/thread.tss?thread_id=43000

Kirk *Kirk Pepperdine* Java Champion

JDK source to be held in Mercurial?

Posted by: Kirk Pepperdine <http://www.theserverside.com/user/userthreads.tss?user_id=19973> on November 09, 2006 DIGG <javascript:location.href=_parseDiggURL();> If you are speculating about the details surrounding the Sun's <http://www.theserverside.com/news/thread.tss?thread_id=41760> efforts to open source their implementation of the Java specification than there are clues in various blogs. For example, take the important issue of Source Code Control <http://en.wikipedia.org/wiki/Source_Code_Control_System>. Once Sun Java is open sourced, how will all the bits get stored and versioned? To answer that question all we need to do is look at Mark Reinhold's <http://blogs.sun.com/mr/entry/openjdk_scm> blog.

The blog starts with a brief history of how the JDK source code has been kept in the past. The internal product developed and used by Sun engineering is known as Teamware. Though Mark starts by pointing out the advantages of using Teamware over a more tradition SCC system such as CVS <http://en.wikipedia.org/wiki/Concurrent_Versions_System>, he also recognizes the need for an alternative solution.

"...The main trouble with TeamWare is that it depends upon Network File System <http://en.wikipedia.org/wiki/Network_file_system> (NFS) for distributed operation. This works reasonably well so long as you're not too far from the repository..."

As you can imagine, NFS is not so well suited for a project that consists of contributors that will be strewn across the globe. Mark points out that this and others problems could be solved but in the end concluded that is was time to move on. It was at this point that the team decided to utilize the investigative work done by the OpenSolaris tools team <http://opensolaris.org/os/community/tools/scm/>. They didn't want to blindly follow the findings of that team but rather to use it as a starting point. In Marks words,

"...after doing some research and experiments of our own we are strongly leaning toward Mercurial..." <http://www.selenic.com/mercurial/wiki/index.cgi>

The team is interested in your feedback and to be sure there are already a number of very thoughtful opinions posted. Mark is open to your ideas so your comments on his blog will not go unnoticed. And, if you have experience with Mercurial than I'd like to hear about them right here.