Originally posted by L Goundalkar:
I have this basic doubt on Value Object.
In value object, the object is passed to the client. ( ?? )
Are we using XML here??
Lets say we have Peron Object for ex:
public class Person {
private String name;
private int age;
private String city;
/* Getters and setter for the above variables.
}
Then we have ChatUser class which has method returning the Person Object.
public class ChatUser {
public Person getPersonInfo(String id) {
//implementation
}
}
So when I need the Person object, on the client side to display the details. How exactly the things work.
When I call getPersonInfo() what happens ? will it be executed on client or server?
Naturally it will be Server. So how Value Object is implemented in this case.
Thanks for the reply.
Originally posted by vasu maj:
hey, congrats. i postponed my SCJP exam twice, was cursing myself for scheduling the test on monday and forgetting to reschedule on the friday... gave the test reluctantly on monday and passed the test. so i know the feeling!
and, I am going to schedule SCWCD test on a monday and hope i will forget rescheduling it!
seriously, what do you think is the best start for this test? i saw that professional jsp is well recommended and bought it but its size gives me jitters..
tia,
vas
Originally posted by J Reddi:
Hi Durga,
an u please let us know what books you studied???
Congrats, Pass is a pass.
You can now work on other goals, SCWCD is out of your way now.
J Reddi
Thanks Madhav
Regards
Durga.
Originally posted by Deepti Chalichama:
Congratulations Durga!
What next?
Deepti
Originally posted by Jim Baker:
Hi
Could you tell us your score? Did take any
mock tests
before you did the real test? If yes, which one
and what score you got? Thanks.
JB
Originally posted by Durga Penmatsa:
Hi,
I have a JList, I am looking for a method like setSelectedValues(Object[]), but api does not have this method, can some one help me if there is any work around for this.
Cheers
Durga