What is BDK?
Answers were Sorted based on User's Feedback
Answer / janet
BDK , Bean Development Kit is a tool that enables to
create,configure and connect a set of Beans and it can be
used to test Beans without writing a code.
| Is This Answer Correct ? | 76 Yes | 7 No |
Answer / anjani kumar pandey
BDK Stands for Bean Development Kit.
It provides an environment to create a new bean,configure
the bean & connect a set of beans.
It can be used for Tesing the java beans.
| Is This Answer Correct ? | 36 Yes | 5 No |
Answer / baba
The Beans Development Kit (BDK) is intended to support the early development of JavaBeansTM components and to act as a standard reference base for both bean developers and tool vendors. The BDK provides a reference bean container, the "BeanBox" and a variety of reusable example source code (in the demo and beanbox subdirectories) for use by both bean developers and tools developers.
| Is This Answer Correct ? | 5 Yes | 0 No |
Differentiate Phantom from Un-repeatable?
What are the types of ejb?
Can the primary key in the entity bean be a Java primitive type such as int?
What are the design goals of EJB Architecture?
Enlist the contents of Container.
What ejb means?
What are the advantages of java beam?
can we have static initializer blocks in EJB?
What is Introspection ?
What is an entity and its types?
can anyone explain me the workflow of EJB.I have developed an app. in WSAD using an example that contains CMP and session bean.But i am not able to understand the basic flow between diffrent packages.
Is state maintained by a Stateless bean?