Originally posted by Alexander Yanuar Koentjara:
Hmm... I just stated the equality of interface (in java) and Bridge. And, I'm still thinking that the design pattern used in "java language's interface" is Bridge..
Yup, you're taking from different book.. I got the references in PDF file: Design Pattern (Java Companion) by James W. Cooper. He uses the term "interface" instead
Correct me if I am wrong, in JDBC the root interface is the Driver and the hierarcy you mentioned are Resultset, Connection, Statement, etc. Now I get a clearer picture. Thanks very much!
But then, if there is currently only one possible implementations for the root interface and the hierarchy, that become a Facade design pattern!!
Originally posted by faiza athar:
by the way can u coach me? only if u have time? so i can write u wht i studied today and if and only if u have time u answer, asking me any question???
Originally posted by faiza athar:
i guess its mor of dedication...thanx for the replies, and i have to set some target too...i read the 2nd chap of oreilly and it went over my head...ejb's are really hard???
whats the secret of learning fast?
Originally posted by Alexander Yanuar Koentjara:
From design pattern book, I found that Bridge's goal is to separate the interface of class with its implementations (which may do different business logic).
The question is: what is the different between Bridge and interface in java?
![]()
Originally posted by Chris Mathews:
Hey Alberto, you beat me to the punchline.![]()
Originally posted by andy armstrong:
Just to confirm there have been a lot of places
in the notes where people have said you must
implement these functions for your primary key.
This is not the case!! You in fact should but it is not a must. You must have a no-arg constructor..
As well you should not even use the equals method
to determine equality but the isIdentical method.
Any comments..
Originally posted by faiza athar:
how many hours did u put each day and did u do code practice too while reading?
Originally posted by faiza athar:
[QB]
The toughest part for me is the ejb understanding...any shortcut... oreilly book first or the ejb specs...any suggesstions and tips?
/QB]
Originally posted by shai koren:
just wondering about the practicalllity and benefit of deffering the pk class untill deployment. how usefull is it?
Originally posted by Ian B Anderson:
Hello,
Just to let anyone who's interested know I've added some UML questions.
Originally posted by Greg Fox:
It is more likely that the technology will move forward and you will want to get certified in a version that includes the newer features. For example, businesses may want to use Message Beans which are covered with the current exam. I don't think they invalidate the certifications that you already have.
Originally posted by J Ash:
I agree with Robin, but I feel all a, c & d are mandatory in SSL handshaking. b can be avoided if server doesn't ask for a client authentication.
I found this on a google search - SSL Handshake - MSN
So whats correct the answer? Can some one help please?