Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Joseph Parkton Newsgroups: comp.lang.java.help Subject: Java in HTML Date: Thu, 19 Jul 2012 21:51:04 -0700 (PDT) Organization: http://groups.google.com Lines: 17 Message-ID: <2f39e6a7-e39a-4e0f-89dc-347a031c2ad4@googlegroups.com> NNTP-Posting-Host: 216.201.66.254 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1342759865 31702 127.0.0.1 (20 Jul 2012 04:51:05 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 20 Jul 2012 04:51:05 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=216.201.66.254; posting-account=rwcPewoAAADawc5iMpIshxIuU8_Y877W User-Agent: G2/1.0 X-Received-Bytes: 2055 Xref: csiph.com comp.lang.java.help:1950 I am rather new to Java <=3D 1 week, but have been going at it daily and ha= ve built a pretty cool java cardgame. Now I want to do something like a swi= ng app maybe (although I don't know swing or any other GUI building languag= e but want to learn them so am looking for some experienced programmers as = to which one is most useful and will contribute to my worth as a future emp= loyee to $COMPANY)?=20 My goal is to make some UI that I can deploy on my website(also own the ser= ver) so I want to have $USER go to page and GUI loads then person becomes $= PLAYER in the game. I have the codebase up on Github but it isn't totally c= ompleted yet my query is, which method should I use to create the GUI, impl= ement it on the website, is JavaScript the best method? Or should I make a = WAR file (which I can do using eclipse which I am pretty comfortable in exc= ept creating a Web project I don't know if I need to create a static, dynam= ic, web service??) I am just wanting to find the best method(and please do = leave out all flame wars over emacs, notepad++, vi, vim etc.. ) for what I = want to achieve.