tablet.nrx example

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

tablet.nrx example

synature "Brandon"
Tablet.nrx compiles with five warnings.  What does "deprecated" mean in
terms that I can do something about?  I've tried to puzzle it out from the
Java docs and remain mystified.  I'm using JDK 1.1.5

In any case, AppletViewer Tablet.htm, where the htm contains only the applet
tag stuff, generates a series of error messages, all of which reference
problems in parts of the Java library, so apparently the nrx file is OK.
But obviously something is wrong there, I just don't know where to look.

Is there any way to send the warnings and errors from a compile into a text
file?  The first one scrolls out of the DOS window ...

In the greater arena, once I get past these intial attempts to get things
working and my old REXX skills converted to NetRExx, what pieces do I need
to do a simple servlet -- get some input via a form on an HTML page, append
input to a text file on the server, rebuild the HTML page  with new contents
and serve it back?

Brandon C. Smith
http://www.synature.com
[hidden email] or [hidden email]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

Reply | Threaded
Open this post in threaded view
|

RE: tablet.nrx example

bob.keller
Hi Brandon,

Deprecated means "obsolete but still supported" usually because there is
a better way to do the function.  The deprecated properties and methods
may be removed in a later release. Does this help ?

Best Regards,

Bob <:-)>

> -----Original Message-----
> From: *@synature.com [SMTP:*@synature.com]
> Sent: Wednesday, April 29, 1998 6:49 AM
> To: NetRexx List
> Subject: tablet.nrx example
>
> Tablet.nrx compiles with five warnings.  What does "deprecated" mean
> in
> terms that I can do something about?  I've tried to puzzle it out from
> the
> Java docs and remain mystified.  I'm using JDK 1.1.5
>
> In any case, AppletViewer Tablet.htm, where the htm contains only the
> applet
> tag stuff, generates a series of error messages, all of which
> reference
> problems in parts of the Java library, so apparently the nrx file is
> OK.
> But obviously something is wrong there, I just don't know where to
> look.
>
> Is there any way to send the warnings and errors from a compile into a
> text
> file?  The first one scrolls out of the DOS window ...
>
> In the greater arena, once I get past these intial attempts to get
> things
> working and my old REXX skills converted to NetRExx, what pieces do I
> need
> to do a simple servlet -- get some input via a form on an HTML page,
> append
> input to a text file on the server, rebuild the HTML page  with new
> contents
> and serve it back?
>
> Brandon C. Smith
> http://www.synature.com
> [hidden email] or [hidden email]
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ~~~~~~~
> To unsubscribe from this mailing list ( ibm-netrexx ), please send a
> note to
> [hidden email]
> with the following message in the body of the note
> unsubscribe ibm-netrexx <e-mail address>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

Reply | Threaded
Open this post in threaded view
|

RE: tablet.nrx example

bob.keller
In reply to this post by synature "Brandon"

Hi Brandon,

I just tried compiling the Tablet class and trying to get it to
initialize. I didn't have any problems using the appletviewer. Are you
trying to execute it as part of an HTML file ?? You might also validate
that your classpath is set up properly. Hope this helps

Best Regards,

Bob <:-)>

> -----Original Message-----
> From: *@synature.com [SMTP:*@synature.com]
> Sent: Wednesday, April 29, 1998 4:33 PM
> To: Keller, Bob
> Subject: Re: tablet.nrx example
>
>  Bob
>
> >Deprecated means "obsolete but still supported" usually because there
> is
> >a better way to do the function.  The deprecated properties and
> methods
> >may be removed in a later release. Does this help ?
>
> Yes, thanks.  The dictionary says it means "express mild disapproval,"
> which
> didn't seem to make any sense at all, but I suppose that is indeed
> what they
> mean...
>
> However, that still doesn't explain why the tablet.nrx compiles but
> won't
> run.  How does one find out what part of the nrx code is bad when the
> only
> messages reference sun.java classes?
>
> >> -----Original Original Message-----
> >> From: *@synature.com [SMTP:*@synature.com]
> >> Sent: Wednesday, April 29, 1998 6:49 AM
> >> To: NetRexx List
> >> Subject: tablet.nrx example
> >>
> >> Tablet.nrx compiles with five warnings.  What does "deprecated"
> mean
> >> in
> >> terms that I can do something about?  I've tried to puzzle it out
> from
> >> the
> >> Java docs and remain mystified.  I'm using JDK 1.1.5
> >>
> >> In any case, AppletViewer Tablet.htm, where the htm contains only
> the
> >> applet
> >> tag stuff, generates a series of error messages, all of which
> >> reference
> >> problems in parts of the Java library, so apparently the nrx file
> is
> >> OK.
> >> But obviously something is wrong there, I just don't know where to
> >> look.
> >>
> >> Is there any way to send the warnings and errors from a compile
> into a
> >> text
> >> file?  The first one scrolls out of the DOS window ...
> >>
> >> In the greater arena, once I get past these intial attempts to get
> >> things
> >> working and my old REXX skills converted to NetRExx, what pieces do
> I
> >> need
> >> to do a simple servlet -- get some input via a form on an HTML
> page,
> >> append
> >> input to a text file on the server, rebuild the HTML page  with new
> >> contents
> >> and serve it back?
> >>
> >> Brandon C. Smith
> >> http://www.synature.com
> >> [hidden email] or [hidden email]
> >>
> >>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> >> ~~~~~~~
> >> To unsubscribe from this mailing list ( ibm-netrexx ), please send
> a
> >> note to
> >> [hidden email]
> >> with the following message in the body of the note
> >> unsubscribe ibm-netrexx <e-mail address>
> >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> ~~~~~~
> ~~
> >To unsubscribe from this mailing list ( ibm-netrexx ), please send a
> note
> to
> >[hidden email]
> >with the following message in the body of the note
> >unsubscribe ibm-netrexx <e-mail address>
> >
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>

Reply | Threaded
Open this post in threaded view
|

Re: tablet.nrx example

synature "Brandon"
In reply to this post by synature "Brandon"
Bob,

I went back to it after getting some other stuff working.  Yes, I was trying
to execute it as part of an HTML, and when I took the % sign out of the
width part of the applet tag, it worked!

Brandon

-----Original Message-----
From: [hidden email] <[hidden email]>
To: [hidden email] <[hidden email]>
Cc: [hidden email] <[hidden email]>
Date: Thursday, April 30, 1998 12:55 PM
Subject: RE: tablet.nrx example


>
>Hi Brandon,
>
>I just tried compiling the Tablet class and trying to get it to
>initialize. I didn't have any problems using the appletviewer. Are you
>trying to execute it as part of an HTML file ?? You might also validate
>that your classpath is set up properly. Hope this helps
>
>Best Regards,
>
>Bob <:-)>
>> -----Original Message-----
>> From: *@synature.com [SMTP:*@synature.com]
>> Sent: Wednesday, April 29, 1998 4:33 PM
>> To: Keller, Bob
>> Subject: Re: tablet.nrx example
>>
>>  Bob
>>
>> >Deprecated means "obsolete but still supported" usually because there
>> is
>> >a better way to do the function.  The deprecated properties and
>> methods
>> >may be removed in a later release. Does this help ?
>>
>> Yes, thanks.  The dictionary says it means "express mild disapproval,"
>> which
>> didn't seem to make any sense at all, but I suppose that is indeed
>> what they
>> mean...
>>
>> However, that still doesn't explain why the tablet.nrx compiles but
>> won't
>> run.  How does one find out what part of the nrx code is bad when the
>> only
>> messages reference sun.java classes?
>>
>> >> -----Original Original Message-----
>> >> From: *@synature.com [SMTP:*@synature.com]
>> >> Sent: Wednesday, April 29, 1998 6:49 AM
>> >> To: NetRexx List
>> >> Subject: tablet.nrx example
>> >>
>> >> Tablet.nrx compiles with five warnings.  What does "deprecated"
>> mean
>> >> in
>> >> terms that I can do something about?  I've tried to puzzle it out
>> from
>> >> the
>> >> Java docs and remain mystified.  I'm using JDK 1.1.5
>> >>
>> >> In any case, AppletViewer Tablet.htm, where the htm contains only
>> the
>> >> applet
>> >> tag stuff, generates a series of error messages, all of which
>> >> reference
>> >> problems in parts of the Java library, so apparently the nrx file
>> is
>> >> OK.
>> >> But obviously something is wrong there, I just don't know where to
>> >> look.
>> >>
>> >> Is there any way to send the warnings and errors from a compile
>> into a
>> >> text
>> >> file?  The first one scrolls out of the DOS window ...
>> >>
>> >> In the greater arena, once I get past these intial attempts to get
>> >> things
>> >> working and my old REXX skills converted to NetRExx, what pieces do
>> I
>> >> need
>> >> to do a simple servlet -- get some input via a form on an HTML
>> page,
>> >> append
>> >> input to a text file on the server, rebuild the HTML page  with new
>> >> contents
>> >> and serve it back?
>> >>
>> >> Brandon C. Smith
>> >> http://www.synature.com
>> >> [hidden email] or [hidden email]
>> >>
>> >>
>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> >> ~~~~~~~
>> >> To unsubscribe from this mailing list ( ibm-netrexx ), please send
>> a
>> >> note to
>> >> [hidden email]
>> >> with the following message in the body of the note
>> >> unsubscribe ibm-netrexx <e-mail address>
>> >~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> ~~~~~~
>> ~~
>> >To unsubscribe from this mailing list ( ibm-netrexx ), please send a
>> note
>> to
>> >[hidden email]
>> >with the following message in the body of the note
>> >unsubscribe ibm-netrexx <e-mail address>
>> >

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe from this mailing list ( ibm-netrexx ), please send a note to
[hidden email]
with the following message in the body of the note
unsubscribe ibm-netrexx <e-mail address>