Return-Path: Delivered-To: apmail-incubator-river-dev-archive@locus.apache.org Received: (qmail 10895 invoked from network); 20 Dec 2007 03:33:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Dec 2007 03:33:50 -0000 Received: (qmail 62116 invoked by uid 500); 20 Dec 2007 03:33:39 -0000 Delivered-To: apmail-incubator-river-dev-archive@incubator.apache.org Received: (qmail 62092 invoked by uid 500); 20 Dec 2007 03:33:39 -0000 Mailing-List: contact river-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: river-dev@incubator.apache.org Delivered-To: mailing list river-dev@incubator.apache.org Received: (qmail 62083 invoked by uid 99); 20 Dec 2007 03:33:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Dec 2007 19:33:39 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [209.191.69.173] (HELO web33810.mail.mud.yahoo.com) (209.191.69.173) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 20 Dec 2007 03:33:14 +0000 Received: (qmail 11860 invoked by uid 60001); 20 Dec 2007 03:33:17 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=qbJ9Awvgwmhytc0Q8LRcDhf6gf/2/ADpRFI6qlT680sy5OSwMtBbEYfd+Z7P6VDzt8gk8QjVMDaQua3gef7TO9qUjNJ3xGb6Vnwg3nDHMGV/QhSjzUqbeLY/Yx0uZJOS9h7SUV6sM11VbI+7/w+ksFu5jrXbXp2VJpX/g0VDK6o=; X-YMail-OSG: FyIbJnkVM1m8V00jor.p68QUrmFcwPOa9P5AXo.mFquuODdbpb79nQwCc0TxVGizrz.VVP4lTfiY0XL7f.egFZrwCPRU7_CS0YALZbEXFdZi0Ql9oEo- Received: from [67.187.68.24] by web33810.mail.mud.yahoo.com via HTTP; Wed, 19 Dec 2007 19:33:16 PST X-Mailer: YahooMailRC/818.31 YahooMailWebService/0.7.158.1 Date: Wed, 19 Dec 2007 19:33:16 -0800 (PST) From: Wade Chandler Subject: Re: Smart proxy question as it relates to libraries and helper classes To: river-dev@incubator.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <958319.11635.qm@web33810.mail.mud.yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org I may have answered my own question as it appears an RMI code base is used by JINI, so that dependencies etc can be deployed to this area and accessed by the client. Anyways, I was asking because I am not sure whether I want to proxy or smart proxy these data services etc. I suppose the real question I need to be answering is: Say the service classes change, how does JINI handle that situation with a smart proxy? Will the smart proxy be automatically updated some how, or would this happen the next time the call takes place? I assume it depends on whether each time the call takes place whether the service is looked up multiple times or not, but I will dig around and read more before asking more ;-) Wade ================== Wade Chandler, CCE Software Engineer and Developer, Certified Forensic Computer Examiner, NetBeans Dream Team Member, and NetBeans Board Member http://www.certified-computer-examiner.com http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam http://www.netbeans.org ----- Original Message ---- From: Wade Chandler To: river-dev@incubator.apache.org Sent: Wednesday, December 19, 2007 10:06:46 PM Subject: Smart proxy question as it relates to libraries and helper classes As I'm pretty new to the scene I have plenty of questions, and I'm wondering if JINI smart proxies can some how deliver dependent classes and resources along with the smart proxy itself or what strategy is employed in this case. Do both sides have to have the same dependencies etc (such as javax.activation.*) installed for the smart proxy to use those classes in the client or not? Anyways, I know this is a beginners question, and I'll learn it sooner or later, but thought I would try to get a heads up on some of it as I'm trying to use it in a project which I don't have much time to implement. I'm reading: http://jan.newmarch.name/java/jini/tutorial/Jini.xml and everything else I can find. Thanks all for any help, Wade ================== Wade Chandler, CCE Software Engineer and Developer, Certified Forensic Computer Examiner, NetBeans Dream Team Member, and NetBeans Board Member http://www.certified-computer-examiner.com http://wiki.netbeans.org/wiki/view/NetBeansDreamTeam http://www.netbeans.org