If you look at the lab document inside of 1029_javabeans.zip, you will
see that the homework is indeed provided. It seems like the online web
page information is incorrect.

FROM LAB DOCUMENT IN ZIP FILE:

1. The homework exercise is to create MyOwnEventExample project as
following.

    * The new event is called MyOwnEvent.
    * Write MyOwnEvent.java.  This class has the following method
          o getCurrentTime() - use java.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.java in 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
> homework assignment 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 a homework. Number 1 of the 
> > Homework Exercise 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