Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 56934 invoked from network); 8 Aug 2006 14:51:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Aug 2006 14:51:33 -0000 Received: (qmail 84600 invoked by uid 500); 8 Aug 2006 14:51:33 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 84582 invoked by uid 500); 8 Aug 2006 14:51:33 -0000 Mailing-List: contact activemq-commits-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-commits@geronimo.apache.org Received: (qmail 84573 invoked by uid 99); 8 Aug 2006 14:51:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 07:51:33 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2006 07:51:27 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id BEB711A9825; Tue, 8 Aug 2006 07:51:06 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r429671 [5/10] - in /incubator/activemq/site: ./ cimero-editor.data/ configuring-brokers.data/ jboss-integration.data/ jca-container.data/ jdbc-master-slave.data/ navigation.data/ shared-file-system-master-slave.data/ visualisation.data/ Date: Tue, 08 Aug 2006 14:51:00 -0000 To: activemq-commits@geronimo.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060808145106.BEB711A9825@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Modified: incubator/activemq/site/news.html URL: http://svn.apache.org/viewvc/incubator/activemq/site/news.html?rev=429671&r1=429670&r2=429671&view=diff ============================================================================== --- incubator/activemq/site/news.html (original) +++ incubator/activemq/site/news.html Tue Aug 8 07:50:56 2006 @@ -590,7 +590,7 @@ - Tuesday, August 1, first meeting (created) + The Brazilian Java Magazine published "Learning Groovy" (updated)
+ +
+
+
+

Changes between revision 1 and revision 2:

+
+ +
+
+ + + + + + + + + + + + + +
 The&nbsp;brazilian Java Magazine has published a starter article about Groovy: "Aprendendo Groovy"&nbsp;
  
 Site: [http://www.javamagazine.com.br/edicoes/jm32/index.jsp]
 Picture: [http://www.linuxmall.com.br/_product/4/3582/c70909725db55ae372be32555b7e1b27.jpg]
  
 Site: http://www.javamagazine.com.br/edicoes/jm32/index.jsp
 Picture: http://www.linuxmall.com.br/_product/4/3582/c70909725db55ae372be32555b7e1b27.jpg
  
 \[ \],
  
 Ivan
+
+
- IRC Meeting - 31 July 2006 (created) + Skype Logs August 8th (created)
- -
-
-
-

Changes between revision 1 and revision 2:

-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - [... 1605 lines stripped ...]
  Summary: simboss drops some knowledge on how to write grid coverage plugins.
  
 (16:32:18) - simboss: (i know I am boring but I might be able to give you some simple solutions)
 (16:32:22) - simboss: ok
 (16:32:30) - JonathanWong: no problem
 (16:32:32) - simboss: what about georeferencing information?
 (16:32:43) - simboss: do you store them in an header
 (16:32:46) - simboss: or separately?
 (16:32:51) - JonathanWong: thats contained in the file
 (16:32:53) - JonathanWong: as a header
 (16:33:01) - simboss: cool
 (16:33:05) - simboss: one last question
 (16:33:09) - simboss: what about tiling?
 (16:33:18) - JonathanWong: no
 (16:33:20) - simboss: did you took that into account?
 (16:33:28) - simboss: possibility to decimate on reading
 (16:33:40) - simboss: decimation=subsampling
 (16:33:49) - simboss: ?
 (16:34:29) - JonathanWong: no, you have to stream to the value you want
 (16:34:33) - JonathanWong: well i think its like that
 (16:34:50) - JonathanWong: i didnt develop the library to access the data in the file
 (16:35:01) - JonathanWong: i only a few details of the files make-up
 (16:35:13) - simboss: ok
 (16:35:19) - simboss: I am asking all these questions
 (16:35:22) - simboss: about the format itself
 (16:35:32) - simboss: since inside ImageIO there already the capability
 (16:35:36) - simboss: to read natively
 (16:35:43) - simboss: binary files
 (16:35:51) - simboss: I am using that inside the GTOPO30 plugin
 (16:36:00) - simboss: and it is simple fantastic
 (16:36:04) - simboss: very very fast
 (16:36:09) - simboss: support tiling