Return-Path: Delivered-To: apmail-jakarta-hivemind-cvs-archive@www.apache.org Received: (qmail 63684 invoked from network); 13 May 2006 21:04:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 May 2006 21:04:51 -0000 Received: (qmail 46826 invoked by uid 500); 13 May 2006 21:04:45 -0000 Delivered-To: apmail-jakarta-hivemind-cvs-archive@jakarta.apache.org Received: (qmail 46207 invoked by uid 500); 13 May 2006 21:04:36 -0000 Mailing-List: contact hivemind-cvs-help@jakarta.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: hivemind-dev@jakarta.apache.org List-Id: Delivered-To: mailing list hivemind-cvs@jakarta.apache.org Received: (qmail 45443 invoked by uid 99); 13 May 2006 21:04:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 13 May 2006 14:04:16 -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: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 13 May 2006 11:57:19 -0700 Received: (qmail 37557 invoked by uid 65534); 13 May 2006 18:56:59 -0000 Message-ID: <20060513185658.37556.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r406139 - in /jakarta/hivemind/branches/branch-1-1/src/documentation/content/xdocs: links.ent multithreading.xml override.xml related-projects.xml site.xml Date: Sat, 13 May 2006 18:56:57 -0000 To: hivemind-cvs@jakarta.apache.org From: ahuegen@apache.org X-Mailer: svnmailer-1.0.8 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: ahuegen Date: Sat May 13 11:56:56 2006 New Revision: 406139 URL: http://svn.apache.org/viewcvs?rev=406139&view=rev Log: Made "Related projects" a separate page and added links to crispy and mule. Added: jakarta/hivemind/branches/branch-1-1/src/documentation/content/xdocs/related-projects.xml Modified: jakarta/hivemind/branches/branch-1-1/src/documentation/content/xdocs/links.ent jakarta/hivemind/branches/branch-1-1/src/documentation/content/xdocs/multithreading.xml jakarta/hivemind/branches/branch-1-1/src/documentation/content/xdocs/override.xml jakarta/hivemind/branches/branch-1-1/src/documentation/content/xdocs/site.xml Modified: jakarta/hivemind/branches/branch-1-1/src/documentation/content/xdocs/links.ent URL: http://svn.apache.org/viewcvs/jakarta/hivemind/branches/branch-1-1/src/documentation/content/xdocs/links.ent?rev=406139&r1=406138&r2=406139&view=diff ============================================================================== --- jakarta/hivemind/branches/branch-1-1/src/documentation/content/xdocs/links.ent (original) +++ jakarta/hivemind/branches/branch-1-1/src/documentation/content/xdocs/links.ent Sat May 13 11:56:56 2006 @@ -49,9 +49,10 @@ BeanFactory'> GroovyModuleDescriptorProvider'> -Spring'> +Spring'> Ant'> Groovy'> +Tapestry'> Modified: jakarta/hivemind/branches/branch-1-1/src/documentation/content/xdocs/multithreading.xml URL: http://svn.apache.org/viewcvs/jakarta/hivemind/branches/branch-1-1/src/documentation/content/xdocs/multithreading.xml?rev=406139&r1=406138&r2=406139&view=diff ============================================================================== --- jakarta/hivemind/branches/branch-1-1/src/documentation/content/xdocs/multithreading.xml (original) +++ jakarta/hivemind/branches/branch-1-1/src/documentation/content/xdocs/multithreading.xml Sat May 13 11:56:56 2006 @@ -26,8 +26,8 @@

HiveMind is specifically targetted for J2EE: deployment in a WAR or EAR, - particularly as part of a - Tapestry application. Of course, J2EE is not a requirement, and + particularly as part of a &Tapestry; + application. Of course, J2EE is not a requirement, and HiveMind is quite useful even in a simple, standalone environment.

In the world of J2EE, multi-threading is always an issue. HiveMind services are usually singletons, and must be prepared to operate in a Modified: jakarta/hivemind/branches/branch-1-1/src/documentation/content/xdocs/override.xml URL: http://svn.apache.org/viewcvs/jakarta/hivemind/branches/branch-1-1/src/documentation/content/xdocs/override.xml?rev=406139&r1=406138&r2=406139&view=diff ============================================================================== --- jakarta/hivemind/branches/branch-1-1/src/documentation/content/xdocs/override.xml (original) +++ jakarta/hivemind/branches/branch-1-1/src/documentation/content/xdocs/override.xml Sat May 13 11:56:56 2006 @@ -28,11 +28,11 @@

It is not uncommon to want to override an existing service and replace it with a new implementation. This goes beyond simply intercepting the service ... the goal is to replace the original implementation with a new - implementation. This occurs frequently in - Tapestry where frequently an existing service is replaced with a + implementation. This occurs frequently in &Tapestry; + where frequently an existing service is replaced with a new implementation that handles application-specific cases (and delegates most cases to the default implementation).

- Plans are afoot to refactor Tapestry + Plans are afoot to refactor &Tapestry; 3.1 to make considerable use of HiveMind. Many of the ideas represented in HiveMind germinated in earlier Tapestry releases.

Added: jakarta/hivemind/branches/branch-1-1/src/documentation/content/xdocs/related-projects.xml URL: http://svn.apache.org/viewcvs/jakarta/hivemind/branches/branch-1-1/src/documentation/content/xdocs/related-projects.xml?rev=406139&view=auto ============================================================================== --- jakarta/hivemind/branches/branch-1-1/src/documentation/content/xdocs/related-projects.xml (added) +++ jakarta/hivemind/branches/branch-1-1/src/documentation/content/xdocs/related-projects.xml Sat May 13 11:56:56 2006 @@ -0,0 +1,45 @@ + + + + + %common-links; + ]> + +

+ Related projects +
+ +

HiveMind is a services and configuration microkernel:

+
    +
  • Tapestry: Web framework + that uses HiveMind under the covers. +
  • +
  • HiveMind Utilities: Repository of HiveMind extensions + for the support of transaction handling, security, remoting, events and rich clients. +
  • +
  • Crispy: Client for Remote Invocation for different kinds of services via proxies. + Offers an extension for the invocation of HiveMind services. + +
  • +
  • Mule: Enterprise Service Bus (ESB) messaging framework + that supports HiveMind as object container. +
  • + +
+ + Modified: jakarta/hivemind/branches/branch-1-1/src/documentation/content/xdocs/site.xml URL: http://svn.apache.org/viewcvs/jakarta/hivemind/branches/branch-1-1/src/documentation/content/xdocs/site.xml?rev=406139&r1=406138&r2=406139&view=diff ============================================================================== --- jakarta/hivemind/branches/branch-1-1/src/documentation/content/xdocs/site.xml (original) +++ jakarta/hivemind/branches/branch-1-1/src/documentation/content/xdocs/site.xml Sat May 13 11:56:56 2006 @@ -81,7 +81,6 @@ - &hivemind-report-menu.ent; @@ -101,7 +100,6 @@ - &hivemind-lib-report-menu.ent; @@ -121,7 +119,6 @@ - &hivemind-jmx-report-menu.ent; @@ -129,12 +126,10 @@ - &hivemind-examples-report-menu.ent; - @@ -142,8 +137,5 @@ - - - - + --------------------------------------------------------------------- To unsubscribe, e-mail: hivemind-cvs-unsubscribe@jakarta.apache.org For additional commands, e-mail: hivemind-cvs-help@jakarta.apache.org