Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 22690 invoked from network); 20 Oct 2008 13:40:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Oct 2008 13:40:48 -0000 Received: (qmail 60140 invoked by uid 500); 20 Oct 2008 13:40:47 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 60119 invoked by uid 500); 20 Oct 2008 13:40:47 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 60102 invoked by uid 99); 20 Oct 2008 13:40:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Oct 2008 06:40:47 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [76.13.13.46] (HELO smtp107.prem.mail.ac4.yahoo.com) (76.13.13.46) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 20 Oct 2008 13:39:34 +0000 Received: (qmail 12927 invoked from network); 20 Oct 2008 13:40:11 -0000 Received: from unknown (HELO drwoods.rtp.raleigh.ibm.com) (dwoods@129.33.49.251 with plain) by smtp107.prem.mail.ac4.yahoo.com with SMTP; 20 Oct 2008 13:40:11 -0000 X-YMail-OSG: rQ.6CoQVM1nIDQLoJl3HP.xU5U_eq1FAhRcw6.oMEbiW0520d4bM9c3gYss.wqG6KGW8UyiSzj_IgdvWnadw2g4qPgbU1sSlsG0ac1uDJDYyNW7i08oaA20qtjOSMCiF_OixsZlH4oZuK2IhLgz_H1hi X-Yahoo-Newman-Property: ymail-3 Message-ID: <48FC8A3A.4050708@apache.org> Date: Mon, 20 Oct 2008 09:40:10 -0400 From: Donald Woods User-Agent: Thunderbird 2.0.0.17 (Macintosh/20080914) MIME-Version: 1.0 To: user@geronimo.apache.org Subject: Re: J2EE Connector 1.5 Specification References: <1964cfb60809240504l2adfabbdt65c360c9606013d7@mail.gmail.com> <364FE8BD-1033-4EA3-B21C-799366197F29@yahoo.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org The TranQL project is using a SVN repo now (their website was never updated...) The different TranQL components can be found under - http://svn.codehaus.org/tranql/ -Donald Simon Aquilina wrote: > Hi, > > Sorry to bring this up again. I read most of the connector specification > and I feel I understand better the concepts. I therefore tried to > download tranql source code to have the source code of an outbound > connector. However it seems that the cvs repository for this does not > work since my cvs client is telling me that the host could not be found. > Does anyone know from where I can download examples of inbound and > outbound connectors? > > Thanks and Regards, > Simon J. > > ------------------------------------------------------------------------ > From: david_jencks@yahoo.com > To: user@geronimo.apache.org > Subject: Re: J2EE Connector 1.5 Specification > Date: Wed, 24 Sep 2008 09:09:33 -0700 > > > On Sep 24, 2008, at 5:36 AM, Simon Aquilina wrote: > > Hi Juergen, > > Thanks for your quick reply. That is very similar to what I want to > try and achieve and the concept is very similar to the one I was > trying to achieve on Tomcat! Is there something like this provided > by the Apache Software Foundation? > > > Based on the level of writing in the documentation I would be careful > using txconnect. I only looked at the documentation for a couple > minutes. While I did not see any of the glaring errors I usually find > in j2ca projects it looks to me as if there were quite a few misleading > statements. > > If you are looking for a framework for building outbound j2ca > connectors, there is also the codehaus tranql project which is under asl > 2.0. Geronimo ships with the tranql db adapters to provide jdbc > connectivity. > > However, based on your original attempt to do something related to a > tomcat http connector I really doubt you are interested in an outbound > connector, which is designed to let your server program connect to other > programs such as a database, SAP, CICS, etc as a client. > > You might possibly be interested in a j2ca inbound connector. The > standard example of these is a jms implementation supplying messages to > mdbs. > > Perhaps you could explain what you are trying to do: > > - what the source of messages is > - what transport and protocol they travel over > - what the consumer of the messages is > - whether the communication is synchronous (message receiver sends a > reply back to the message sender) or asynchronous (no reply to messages, > such as with MOM or jms) > - which role(s) your server program will be playing > - how many clients, servers, and messages you want to handle > > thanks > david jencks > > > > > > Regards, > Simon J.* * > > > Date: Wed, 24 Sep 2008 14:04:34 +0200 > > From: weberjn@gmail.com > > To: user@geronimo.apache.org > > Subject: Re: J2EE Connector 1.5 Specification > > > > Have a look at http://txconnect.sourceforge.net/ > > it might make your job a lot easier. > > > > On Wed, Sep 24, 2008 at 1:30 PM, Simon Aquilina > > wrote: > > > Hi, > > > > > > I am interested in developing a custom connector for Geronimo so > that the > > > latter can communicate using a protocol different then Http. I > had started a > > > similar project on Tomcat, however I then realised that Tomcat > treats all > > > requests as Http requests internally. > > > > > > I therefore decided to focus my energy on Geronimo since this is > a real > > > application server and J2EE certified. > > > > > > I thought that first of all I should read the J2EE Connector 1.5 > > > Specification. Is this the right place to start? Or Geronimo has > some other > > > documentation which I should consider? I have tried the > Documentation > > > section to see what is available but (like in the case of > Tomcat) I did not > > > find much related to connectors. > > > > > > Also please do correct me if I say anything stupid. I am not an > expert > > > programmer nor do I know how Geronimo works inside out. However > I am willing > > > to do an effort and learn and am willing to put as much time as > needed to > > > learn things correctly. > > > > > > Thanks and Regards, > > > Simon J. > > > > > > ________________________________ > > > Explore the seven wonders of the world Learn more! > > ------------------------------------------------------------------------ > Invite your mail contacts to join your friends list with Windows > Live Spaces. It's easy! Try it! > > > > > ------------------------------------------------------------------------ > Explore the seven wonders of the world Learn more! >