From owner-freebsd-questions@FreeBSD.ORG Wed May 30 15:34:56 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7923216A41F for ; Wed, 30 May 2007 15:34:56 +0000 (UTC) (envelope-from npacemo@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.181]) by mx1.freebsd.org (Postfix) with ESMTP id 1298813C448 for ; Wed, 30 May 2007 15:34:55 +0000 (UTC) (envelope-from npacemo@gmail.com) Received: by py-out-1112.google.com with SMTP id a29so4021128pyi for ; Wed, 30 May 2007 08:34:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=nI5WjUFhU0ZyBJ3frHoFafPPTvnVejEzwSgwMnSymUXLFZUK7gXwb3Cw5Jpo+73d4yrFMgLh1O8FucLkNI5ytqIeRMo30EuKXM5hX09jo2OeUuIbZK/6iYYCVK5OMeOpPnS5nJ+hyLuJ6YE/S5zxSZdS4TJIm2BBdJk4FRbkUVc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=IKJAk/9WQ+WCzYTVqZNEJSw3ltE2Z8KADcTlGZrXvpqkdInKCgsxeQqciXDki3fPKvbyo8A02QkMyMUPTpcKGoigVwJqitvsmadRs8g2HztCdWOfN/BNsZxi+xA0htBSIOJqUW+10VOFNly74zuA8zrLH+5mEiiF1gzNQkBmFxc= Received: by 10.65.253.6 with SMTP id f6mr15626329qbs.1180537805603; Wed, 30 May 2007 08:10:05 -0700 (PDT) Received: by 10.64.125.6 with HTTP; Wed, 30 May 2007 08:10:05 -0700 (PDT) Message-ID: <666bdb140705300810ufb4ab0foaed728963a55c759@mail.gmail.com> Date: Wed, 30 May 2007 18:10:05 +0300 From: "Vladimir Tsvetkov" To: freebsd-questions@freebsd.org In-Reply-To: <666bdb140705300405j5853228dsdca557a52aed8031@mail.gmail.com> MIME-Version: 1.0 References: <465B86F9.3000001@voidmain.net> <465BFD6F.5090507@netfence.it> <92bcbda50705290356g70381411m185d9067fa1c3c60@mail.gmail.com> <20070529192433.GC38336@demeter.hydra> <92bcbda50705300300g1edba3acg5517aa737be53c5b@mail.gmail.com> <666bdb140705300405j5853228dsdca557a52aed8031@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Java on the BSD Desktop? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2007 15:34:56 -0000 On 30/05/07, Vladimir Tsvetkov wrote: > > When we talk about portability of User Interface applications with rich > interactivity we must also put into disscusion Adobe Flash and Adobe Flex > applications. > Adobe is working on its Apollo platform (huge part of it is open source - > http://www.podtech.net/home/2827/the-architecture-of-flash), which should > bring RIA into the desktop as a front end technology and leave to us the > choice among the diverse flavours of back end technologies. > > To my oppinion Java is more suitable for back end solutions. The level of > interractivity of Java GUI apps is around the standard for the most wide > spread applications, but it is still way to far from being competitive to > the richness in human-computer interaction, that we can design and use with > Flash/Flex apps. > > I would like to see a native FreeBSD Flash player. > > This is the main reason I'm getting into this disscussion. > > There is a Flash player for the Macs and for the Linuxes, we need also a > native Flash player. > > Best Regards, > Vladimir Tsvetkov, > http://www.gugga.com/ > > On 30/05/07, n j < nino80@gmail.com> wrote: > > > > > I guess if everyone here on this list gives his/her two cents to this > > > topic we're having a nice java advocacy flame war. ;-) > > > > The main characteristic of a flame war is to disparage other people's > > arguments while maintaining that your arguments are the best, no? > > That's why I'm not going to try and talk anyone out of their poison > > :-), be it C, Python, Perl or C#/Mono. > > > > Rather, I would like to continue a constructive discussion by speaking > > from a personal experience. I apologize in advance if this is OT even > > though it is FreeBSD-related and this list does see a lot of > > shell/perl/... questions, so I don't see why a Java question should be > > illegitimate. > > > > First off, in my company we had a Java app (simple app, working with > > database and e-mails) written for Windows. And then, there came > > company decision to make Linux the default desktop solution. Java app > > worked like a charm with no changes whatsoever. > > > > Second, I'm running a custom-written Java server app on a FreeBSD > > server for over half a year in production plus many months before that > > in development. It works rock solid on Diablo JDK. Of course, we also > > have a GUI desktop app that connects to this server that works on both > > Windows and Ubuntu. > > > > I completely agree that Sun's licence is a hassle. Fortunately, in a > > year or two, we're going to have an open source Java platform meaning > > there will be no hassle with manual download while installing JRE/JDK. > > Combined with the great API, object-oriented nature of the language, > > free IDE for serious development (Eclipse and specifically Netbeans > > with a very capable Swing GUI visual editor) - this combination > > strikes me as something only Microsoft can compete with. > > > > Another .02, > > -- > > Nino > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to " > > freebsd-questions-unsubscribe@freebsd.org" > > > >