Return-Path: Delivered-To: apmail-jakarta-hivemind-user-archive@www.apache.org Received: (qmail 73427 invoked from network); 23 May 2005 12:22:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 May 2005 12:22:20 -0000 Received: (qmail 42951 invoked by uid 500); 23 May 2005 12:22:18 -0000 Delivered-To: apmail-jakarta-hivemind-user-archive@jakarta.apache.org Received: (qmail 42939 invoked by uid 500); 23 May 2005 12:22:18 -0000 Mailing-List: contact hivemind-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: hivemind-user@jakarta.apache.org List-Id: Delivered-To: mailing list hivemind-user@jakarta.apache.org Received: (qmail 42925 invoked by uid 99); 23 May 2005 12:22:18 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_30_40,HTML_MESSAGE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of renat.zubairov@gmail.com designates 64.233.184.207 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.207) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 23 May 2005 05:22:16 -0700 Received: by wproxy.gmail.com with SMTP id 49so752601wri for ; Mon, 23 May 2005 05:22:05 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=mwtfHmZJsn3D/UpkiubIlEdCRaa8JOIAYc+21okLltP/mMKByeTuhYp1bWcLELtsOCRWeSmbHHW49nXL2odciEspOLMlf/ZZkU+aLLf0zsUi04m9XgYoOfMv49zLbmdd80IWOqiaRe7AgskYbg7o9AdIC2dbGbdx+0V5LV7ko14= Received: by 10.54.55.69 with SMTP id d69mr24799wra; Mon, 23 May 2005 05:22:05 -0700 (PDT) Received: by 10.54.19.47 with HTTP; Mon, 23 May 2005 05:22:05 -0700 (PDT) Message-ID: <77bbc9db050523052271883f31@mail.gmail.com> Date: Mon, 23 May 2005 14:22:05 +0200 From: Renat Zubairov Reply-To: Renat Zubairov To: hivemind-user@jakarta.apache.org Subject: Re: Announcement: HiveBoard 0.1.0 first release out! In-Reply-To: <20050522152625.XZUX251588.HCM-MS-185@nbjeff> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4018_6086268.1116850925126" References: <20050522152625.XZUX251588.HCM-MS-185@nbjeff> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_4018_6086268.1116850925126 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline That's quite an impressive application, but being a HiveMind + HiveTools=20 blueprint it really requires at least JavaDocs inside. On 22/05/05, Jean-Francois Poilpret wrote: >=20 > Dear HiveMind users, >=20 > I am very glad to announce the release of HiveBoard 0.1.0, a shared onlin= e > whiteboard system based on HiveMind and the HiveMind Utilities project. >=20 > One could see this project as a "HiveMind & HiveMind Utilities in Action" > project, since it demonstrates most of HiveMind Utilities modules usage. >=20 > The original announcement on SourceForge follows. >=20 > Cheers >=20 > Jean-Francois >=20 > Announcement on SourceForge: > HiveBoard 0.1.0 released! >=20 > We are proud to announce a first preview release of the "HiveBoard" > application on SourceForge. >=20 > The HiveBoard project aims to build a distributed shared whiteboard=20 > system, > particularly useful for meetings between remote teams (eg: in offshore > development). It is 100% built in Java, based on a client/server > architecture. Version 0.1.0 has the following highlights: > - Server running on Jakarta Tomcat 5 and using MySQL 4.0 > - Communication transport based on http (ensures usability through > firewalls) > - Secure access to authorized persons only > - Storage of whiteboards in DB (to allow meetings to be interrupted and > resumed later) > - Rich graphical client application, easy to setup and use, running on=20 > Java > JRE 1.4 or later, allowing free docking of views inside the main window > (according to the user wishes) > - Several graphical tools available: free-hand pen, eraser, oval,=20 > rectangle, > text. Color, line thickness, font type and size can be changed. >=20 > Technical highlights: > - Server is Servlet 2.3 compliant and is based upon the following > techniques: > - "Inversion of Control" (HiveMind container) > - iBATIS SqlMaps for "low-level" database access > - Caucho Hessian protocol for remote communications over http > - HiveTranse for high-level transaction management and > HiveMind-iBATIS integration > - HiveLock security framework for HiveMind > - HiveRemoting for Hessian-HiveMind integration > - HiveEvents for events notification > - Client uses the following techniques/libraries: > - Swing for all graphical aspects > - HiveMind > - HiveRemoting for remote access to the server > - HiveEvents for events notification > - HiveGUI for all GUI management (menus, docking, commands...) >=20 > HiveBoard web site: http://hiveboard.sourceforge.net >=20 > The HiveBoard team >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: hivemind-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: hivemind-user-help@jakarta.apache.org >=20 >=20 --=20 Best regards, Renat Zubairov ------=_Part_4018_6086268.1116850925126 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline That's quite an impressive application, but being a HiveMind + HiveTools bl= ueprint it really requires at least JavaDocs inside.

On 22/05/05, Jean-Francois = Poilpret <jfpoilpret@hcm.vnn.vn= > wrote:
Dear HiveMind users,

I am very glad to announce the release of HiveBoard 0.1.0, a shared= online
whiteboard system based on HiveMind and the HiveMind Utilities p= roject.

One could see this project as a "HiveMind & HiveMin= d Utilities in Action"
project, since it demonstrates most of HiveMind Utilities modules usage= .

The original announcement on SourceForge follows.

Cheers
        Jean-Francois

A= nnouncement on SourceForge:
       &n= bsp;HiveBoard=20 0.1.0 released!

We are proud to announce a first preview release of = the "HiveBoard"
application on SourceForge.

The HiveBoa= rd project aims to build a distributed shared whiteboard system,
particu= larly useful for meetings between remote teams (eg: in offshore
development). It is 100% built in Java, based on a client/server
arc= hitecture. Version 0.1.0 has the following highlights:
- Server running = on Jakarta Tomcat 5 and using MySQL 4.0
- Communication transport based = on http (ensures usability through
firewalls)
- Secure access to authorized persons only
- Storage o= f whiteboards in DB (to allow meetings to be interrupted and
resumed lat= er)
- Rich graphical client application, easy to setup and use, running = on Java
JRE 1.4 or later, allowing free docking of views inside the main window=
(according to the user wishes)
- Several graphical tools available: = free-hand pen, eraser, oval, rectangle,
text. Color, line thickness, fon= t type and size can be changed.

Technical highlights:
- Server is Servlet 2.3 compliant and is b= ased upon the following
techniques:
     &nb= sp;  - "Inversion of Control" (HiveMind container)
&= nbsp;       - iBATIS SqlMaps for "l= ow-level" database access
        - Caucho Hessian protoc= ol for remote communications over http
     &nb= sp;  - HiveTranse for high-level transaction management and
Hi= veMind-iBATIS integration
       &nbs= p;- HiveLock security framework for HiveMind
        - HiveRemoting for Hess= ian-HiveMind integration
        = ;- HiveEvents for events notification
- Client uses the following techni= ques/libraries:
        - Swing = for all graphical aspects
       &nbs= p;- HiveMind
        - HiveRemoting for remo= te access to the server
        = - HiveEvents for events notification
      = ;  - HiveGUI for all GUI management (menus, docking, commands...)=

HiveBoard web site: http://hiveboard.sourceforge.net

The HiveBoard team

-----= ----------------------------------------------------------------
To unsu= bscribe, e-mail: hivemind-user-unsubscribe@jakarta.apache.org
For additional commands= , e-mail: hivemind= -user-help@jakarta.apache.org




--= =20
Best regards,
Renat Zubairov ------=_Part_4018_6086268.1116850925126--