From owner-freebsd-java@freebsd.org Fri Sep 23 06:36:22 2016 Return-Path: Delivered-To: freebsd-java@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B3F7DBE54C7 for ; Fri, 23 Sep 2016 06:36:22 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp205.alice.it (smtp205.alice.it [82.57.200.101]) by mx1.freebsd.org (Postfix) with ESMTP id 43FEA234 for ; Fri, 23 Sep 2016 06:36:21 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu (62.211.162.64) by smtp205.alice.it (8.6.060.28) (authenticated as acanedi@alice.it) id 57D7C4E802582B66; Fri, 23 Sep 2016 08:36:13 +0200 Received: from alamar.ventu (alamar.local.netfence.it [10.1.2.18]) by soth.ventu (8.15.2/8.15.2) with ESMTP id u8N6aCn9099916; Fri, 23 Sep 2016 08:36:12 +0200 (CEST) (envelope-from ml@netfence.it) X-Authentication-Warning: soth.ventu: Host alamar.local.netfence.it [10.1.2.18] claimed to be alamar.ventu From: Andrea Venturoli Subject: Re: Running a Java application on the host in a browser To: Matthias Apitz , "freebsd-java@freebsd.org" References: <20160922130249.GA4802@c720-r292778-amd64> Message-ID: Date: Fri, 23 Sep 2016 08:36:12 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20160922130249.GA4802@c720-r292778-amd64> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 06:36:22 -0000 On 09/22/16 15:02, Matthias Apitz wrote: > > Hello, > > We have some applications written in Java and which are running (normally) on a > Windows PC or any kind of workstation in a Java VM. What I'm wondering about, if > it is somehow possible run the app on the host and the window within some > browser plugin, i.e. the picture and keyboard is sent over some kind of > protocol between the Java app -- tomcat -- browser/plug-in, in the style > like RDP. Have never been any attempts to create such method? What about X11? bye av.