Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 74282 invoked from network); 6 Aug 2009 09:41:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Aug 2009 09:41:39 -0000 Received: (qmail 30385 invoked by uid 500); 6 Aug 2009 09:41:45 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 30289 invoked by uid 500); 6 Aug 2009 09:41:45 -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 30281 invoked by uid 99); 6 Aug 2009 09:41:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Aug 2009 09:41:45 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Aug 2009 09:41:36 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1MYzTH-0007sO-VZ for user@geronimo.apache.org; Thu, 06 Aug 2009 02:41:15 -0700 Message-ID: <24841075.post@talk.nabble.com> Date: Thu, 6 Aug 2009 02:41:15 -0700 (PDT) From: expectnothing To: user@geronimo.apache.org Subject: Client Application Container MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: dan.robilliard@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am currently trying to port a number of Java SE applications to a Geronimo app server. We are still looking to keep the fat client gui's as our ui for the applications, with a web app for the read only aspects. As I'm new to Geronimo I have a few questions: If a swing ui is deployed as an app client, what benefits are there over a standalone client accessing the ejb jars (aside from using the server side VM)? Is there any need to deploy standalone clients to the server? If the swing ui is deployed as an app client, is the user required to have access to the geronimo bin/client.jar? If I separate business logic (deplyed as ejb jars) from the swing ui how can I access these from the deployed ui application. I am already aware of how to do this with a standalone client? Sorry for all the questions, but I am finding some rather large holes in the geronimo documentation for use with fat clients. Thanks in advance. -- View this message in context: http://www.nabble.com/Client-Application-Container-tp24841075s134p24841075.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.