On 2 Sep, 11:23, JNguyen <[email protected]> wrote:
> I originally downloaded the 1029_javabeans.zip a week or two ago and
> looked up the lab document (index.html, correct?) and redownloaded it
> just now and checked again, but the zip file does not appear to have
> the homework exercise you listed below.  I'm just wondering if there
> were any special or obvious things I'm missing about this.  While I
> wouldn't mind just copying the instructions you have, I really want to
> know why you can find them and I can't.
>
> Thanks,
> Jonathan
>
> On Aug 30, 9:10 am, Dag <[email protected]> wrote:

I'd say this file (HTML page) was incomplete. The title is incorrect.
The header does not match the body and there is no link to the
homework. The homework itself does not exist and the information is
copied from another section.

Regards

Andrew

>
>
>
> > If you look at the lab document inside of 1029_javabeans.zip, you will
> > see that thehomeworkis indeed provided. It seems like the online web
> > page information is incorrect.
>
> > FROM LAB DOCUMENT IN ZIP FILE:
>
> > 1. Thehomeworkexercise is to create MyOwnEventExample project as
> > following.
>
> >     * The new event is called MyOwnEvent.
> >     * Write MyOwnEvent.java.  This class has the following method
> >           o getCurrentTime() - usejava.util.Date() method to return
> > current date and time
> >     * Write MyOwnEventListenerInterface.java.
> >     * Write MyOwnListenerImpl.java.
> >           o When event is fired, display the date and time of the
> > event
> >     * Write MyOwnEventSource.java
> >     * Write MyOwnEventExample.javain which event registration and
> > event triggering is performed.
>
> > 2. Send the following files to [email protected] with
> > Subject as JavaIntro-javabeans.
>
> >     * Zip file of the the MyOwnEventExample NetBeans project.
> > (Someone else should be able to open and run it as a NetBeans
> > project.)  You can use your favorite zip utility or you can use "jar"
> > utility that comes with JDK as following.
> >           o cd <parent directory that contains MyOwnEventExample
> > directory> (assuming you named your project as MyOwnEventExample)
> >           o jar cvf MyOwnEventExample.zip MyOwnEventExample
> > (MyOwnEventExample directory should contain nbproject directory)
> >     * Captured output screen  - name it as JavaIntro-javabeans.gif
> > orJavaIntro-javabeans.jpg (or JavaIntro-javabeans.<whatver graphics
> > format>)
> >           o Any screen capture that shows that your program is working
> > is good enough.  No cosmetic polishment is required.
> >     * If you decide to use different IDE other than NetBeans, the zip
> > file should contain all the files that are needed for rebuilding the
> > project - war file with necessary source files is OK.
>
> > On Aug 30, 12:58 am, steve <[email protected]> wrote:
>
> > > I agree with Steve. While the exercises are different, the actual
> > >homeworkassignment is not provided. Also, the description of what to
> > > submit is indeed a copy of the built in classes lab. I cut and paste
> > > from the lab document below for proof. If someone knows something
> > > different, or knows a different place to look, please let us know.
>
> > > FROM THE LAB DOCUMENT:
>
> > > 1. <to be provided>
> > > 2. Send the following files to [email protected] with Subject
> > > as JavaIntro-javabuiltinclasses.
>
> > >     * Zip file of the the MyOwnProject2 NetBeans project.  (Someone
> > > else should be able to open and run it as a NetBeans project.)  You
> > > can use your favorite zip utility or you can use "jar" utility that
> > > comes with JDK as following.
> > >           o cd <parent directory that contains
> > > MyGreastestValueProject2 directory> (assuming you named your project
> > > as MyGreastestValueProject2)
> > >           o jar cvf MyGreastestValueProject2.zip
> > > MyGreastestValueProject2 (MyGreastestValueProject2 should contain
> > > nbproject directory)
> > >     * Captured output screen  - name it as JavaIntro-
> > > javabuiltinclasses.gif orJavaIntro-javabeans.jpg (or JavaIntro-
> > > javabeans.<whatver graphics format>)
> > >           o Any screen capture that shows that your program is working
> > > is good enough.  No cosmetic polishment is required.
> > >     * If you decide to use different IDE other than NetBeans, the zip
> > > file should contain all the files that are needed for rebuilding the
> > > project - war file with necessary source files is OK.
>
> > > On Aug 25, 2:47 am, miga <[email protected]> wrote:
>
> > > > On Aug 25, 8:14 am, Steve Popoola <[email protected]> wrote:> I have 
> > > > checked this Lesson online and it does not have ahomework. Number 1 of 
> > > > theHomeworkExercise says 'to be provided' I have sent this once and was 
> > > > told that it is a wronglab.
>
> > > > > The download link shows 1029_javabeans.zip but the downloaded 
> > > > > document showsLAB-1021.
>
> > > > This is just a title left over from the otherlab. If you have
> > > > followed all the previous labs, and eventually downloaded them, you
> > > > can see by yourself that the contents of the labs are differents: the
> > > > former is about threading, the latter about javabeans.

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to