Return-Path: Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: (qmail 82307 invoked from network); 2 Oct 2010 18:10:57 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Oct 2010 18:10:57 -0000 Received: (qmail 848 invoked by uid 500); 2 Oct 2010 18:10:57 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 713 invoked by uid 500); 2 Oct 2010 18:10:56 -0000 Mailing-List: contact dev-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list dev@cxf.apache.org Received: (qmail 705 invoked by uid 99); 2 Oct 2010 18:10:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Oct 2010 18:10:56 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bimargulies@gmail.com designates 209.85.214.41 as permitted sender) Received: from [209.85.214.41] (HELO mail-bw0-f41.google.com) (209.85.214.41) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Oct 2010 18:10:48 +0000 Received: by bwz10 with SMTP id 10so3944667bwz.0 for ; Sat, 02 Oct 2010 11:10:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=QtQGgATdxwD9U26xoJtwV3Lr4E5UkHjpOQKT7fEMMBg=; b=OMQ6e5LMT6yMerSHrbPzxqtyPcAUGvuiT3Xhlvm/bPYurfLAkrD2IXuvU2bTafY3u3 //wvP5F8f2NH4EX9+5vlIjreqp19/wW6Pe1cWckq4i//U2EKuXiu/xL3B/0BiHen7BR0 caS+DT4SW4EhP2dK+uTpwuFNRYGzYvRUiOy1E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=BzQnNn5qLGFvlHNhQdzCl50zqWWvFtxUWRVTOFsrWUPNGX3ASf2O0DIfCPcMWu8w1J +ciyycNaqPEdJxNf/IlK00UaQRdv0o+EVCfsw4oyABnR/9ZJU0gAgqIBsZC2yMPNOkjg fKOicXjNafFYOP6xbTO0Fm/yEh0vSqAtGwU7o= MIME-Version: 1.0 Received: by 10.204.99.131 with SMTP id u3mr5382803bkn.41.1286043028045; Sat, 02 Oct 2010 11:10:28 -0700 (PDT) Received: by 10.204.79.4 with HTTP; Sat, 2 Oct 2010 11:10:28 -0700 (PDT) Date: Sat, 2 Oct 2010 14:10:28 -0400 Message-ID: Subject: More underinformed musing about JMS (JMS+Simple+Aegis)? From: Benson Margulies To: CXF Dev Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Thanks for the help over on users. I was having the following thought. For some time now, I've been religiously using JAX-WS/JAX-B for services I build at the day job, on the theory that this gives me maximum digestibility for possible interoperation. Recently, I've been working on setting up some components where interop is not very interesting, but development efficiency is. The penny dropped; this is howcome the long-ago XFire group ended up inventing Simple/Aegis. Instead of 'yea, it will probably work if you use the same SEI on both ends,' it's 'Absolutely: use the same SEI (and beans, of course) on both sides and just don't worry about WSDL files and code generators.' OK, wonderful. Could I make this work with JMS? I suppose I should try it and see what happens, but I wonder what the experts think of the idea.