Re: Help with (almost) my first applet
From: David Morris (david_at_davidm.demon.co.uk)
Date: 02/15/04
- Next message: Chris: "Re: Applet cut and paste help needed"
- Previous message: Québec: "Re: Java 2 Runtime"
- In reply to: Andrew Thompson: "Re: Help with (almost) my first applet"
- Next in thread: Andrew Thompson: "Re: Help with (almost) my first applet"
- Reply: Andrew Thompson: "Re: Help with (almost) my first applet"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 15 Feb 2004 19:28:10 +0000
Andrew Thompson once wrote in <FYOXb.60051$Wa.54383@news-
server.bigpond.net.au>...
>David Morris wrote:
>> I'm trying to do some proof-of-concept trials to determine whether we
>> can use Java as a way forward for our on-going thin-client
>> development, and I've hit a language problem.
>>
>> I hope I'm not breaking any rules by posting my source code here,
>
>You're not, code examples are encouraged,
>but you could learn a lot about making good
>example code by examining this document..
>http://www.physci.org/codes/sscce.jsp
>
>A good test for 'self contianed' can be found here..
>http://www.physci.org/javac.jsp
>
>> but
>> I just can't see what's going wrong. I suspect it's a scope error.
>
>Possibly, but I do not have time to look over
>non-working (non-comipling) code closely.
>
>> public class Applet extends java.applet.Applet {
>
>Two quick comments though.
>
>1) I realise you are trying to do a
>proof-of-concept that will ultimately
>by deployed over the net
Actually, it will be employed over our Intranet. There's no way this is
getting outside our company, so it's not *the net*, just *a net* (the
devil's always in the semantics :-)
>, but it is
>much easier to develop applications
>for your first Java projects.
Not for what I want to do, I don't think, unless anyone can suggest
another way. 60% of our manufacturing system is browser based. Some of
the remaining stuff is realistically never going to be HTML / ASP
because it's just to difficult to make the transition from the VB client
we're currently using - popup boxes, multi-form and all that sort of
stuff. I considered that using Java as a proper client-side programming
environment would fit the bill. So far, it's look extremely promising;
all I have to do is get over the hurdles.
The good thing is that if my proof of concept works, it will be what we
use, you see, I'm the boss. I'm looking to some form of Java to reduce
the dependence on MS and drive down costs.
I'm also looking at a multi-platform client environment. I'm got some
users using desktop PCs, some using (currently) Windows Terminal Server
and have a Linux-based LTSP server waiting in the wings. Java of one
form or another offers me all the cross-platform capabilities I need.
>
>2) 'Applet' is probably the second
>dummest name for an applet I have
>ever heard. What does the applet do?
>Describe it's 2 most important
>characteristics in the name.
Yeah - it started off as a little test app whilst I was playing about
with the Netbeans IDE and sort of stuck. It won't end up being called
Applet, but if I called it appSFDCDetailView, I doubt very much if you
personally would have been a great deal wiser? (No offence intended).
>
>--
>Andrew Thompson
Thanks for the response.
-- David Morris
- Next message: Chris: "Re: Applet cut and paste help needed"
- Previous message: Québec: "Re: Java 2 Runtime"
- In reply to: Andrew Thompson: "Re: Help with (almost) my first applet"
- Next in thread: Andrew Thompson: "Re: Help with (almost) my first applet"
- Reply: Andrew Thompson: "Re: Help with (almost) my first applet"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|