From owner-freebsd-questions@FreeBSD.ORG Tue May 29 01:51:00 2007 Return-Path: X-Original-To: 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 7687F16A482 for ; Tue, 29 May 2007 01:51:00 +0000 (UTC) (envelope-from freebsd@voidmain.net) Received: from tiltup.nepinc.com (tiltup.nepinc.com [66.207.136.20]) by mx1.freebsd.org (Postfix) with ESMTP id 40DA313C44C for ; Tue, 29 May 2007 01:51:00 +0000 (UTC) (envelope-from freebsd@voidmain.net) Received: from haiti.nepinc.com (pool-71-182-141-146.pitbpa.fios.verizon.net [71.182.141.146]) (authenticated bits=0) by tiltup.nepinc.com (8.13.4/8.13.4) with ESMTP id l4T1p1Il051787 for ; Mon, 28 May 2007 21:51:01 -0400 (EDT) (envelope-from freebsd@voidmain.net) Message-ID: <465B86F9.3000001@voidmain.net> Date: Mon, 28 May 2007 21:50:49 -0400 From: Tom Grove User-Agent: Thunderbird 2.0.0.0 (X11/20070524) MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: 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: Tue, 29 May 2007 01:51:00 -0000 I am wanting to write a gui frontend to pkg_cutleaves. I see that it is just a simple perl script so, it would be quite simple to just put a gtk frontend on it and call it a day. However, I am starting to write a good amount of code in java and was wondering what others think about java as the de-facto gui standard on the BSD desktop. Python started me on a path of cross platform coding and I found that java also makes this task quite simple. Along with it's nice feature set and significant speed improvements since 1.5 I am starting to see it as a great language for most everything. Is it just me or does BSD and java make sense? Basically, before I get started writing a program that I hope is used by more than me does it make more sense to write this program and future programs in java or gtk/python/perl/c/whatever? -Tom