[java ee programming] Re: LAB 4913 homework

2008-12-10 Thread Evans Anyokwu
mming with Passion! Sent: Wednesday, December 10, 2008 5:53 PM Subject: [java ee programming] Re: LAB 4913 homework John, I altered the beans.xml, adding a bean id="myaddress"; something like this:

[java ee programming] Re: LAB 4913 homework

2008-12-10 Thread Derlon Aliendres
John, I altered the beans.xml, adding a bean id="myaddress"; something like this: Did u do something seemed to this??! Fellows, Other thing that I didn't consider so kind is that the HomeWork Question Speech did clarify how

[java ee programming] Re: LAB 4913 homework

2008-12-10 Thread Ice-Man
John,   I altered  the beans.xml, adding  a bean id="myaddress"; something like this:                     

[java ee programming] Re: LAB 4913 homework

2008-12-10 Thread Ice-Man
And what about if we (instead) just reDefine the toString() method from Address class that simply returns the hole attributs (streetName, streetNumber and zipCode) data?! I'm a bit frustated because we must define getMyaddress() method in nterface Oracle (which is implemented by BookwormOrac

[java ee programming] Re: LAB 4913 homework

2008-12-07 Thread Rudi
Hi, Well, in order to get the Street fields, you need to write a method in the Address.java class that will provide the values to you since the Address is composed of streetName, streetNumber, and zipCode. Hence, write a method, call it anything like printData or something. Then in that meth

[java ee programming] Re: LAB 4913 homework

2008-11-26 Thread Sunshine
Well I got it done too but I don't like what I did. On Nov 21, 12:27 pm, Presario 6331RSH HAM <[EMAIL PROTECTED]> wrote: > Well okay. I got 'r done. It was so simple that I'm embarrassed about > asking for help. I did have to look at javatutorial > > http://java.sun.com/docs/books/tutorial/ > > t

[java ee programming] Re: LAB 4913 homework

2008-11-21 Thread Presario 6331RSH HAM
Well okay. I got 'r done. It was so simple that I'm embarrassed about asking for help. I did have to look at javatutorial http://java.sun.com/docs/books/tutorial/ to get an idea for Address myaddress which is just a place holder for a future instance. I will not go into more detail as to not sp

[java ee programming] Re: LAB 4913 homework

2008-11-21 Thread Sunshine
I haven't gotten to Homework 23 yet. I will let you know if I figure it out. I'm still on Hibernate Homework 21. On Nov 17, 11:49 pm, Presario 6331RSH HAM <[EMAIL PROTECTED]> wrote: > Hey all, > >    I can figure out most of this but when it comes to what you might > think as simple java coding t