J2EE 1.4 tutorial:
  http://java.sun.com/j2ee/1.4/docs/tutorial/doc/index.html

J2EE 1.4 tutorial lacks the basic EJB stuff so for CMP check here:
  http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/CMP.html

and for BMP look here:
http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/BMP.html


Regards
IV



>  from:    Manoj Kansal <[EMAIL PROTECTED]>
>  date:    Thu, 09 Oct 2003 08:15:45
>  to:      [EMAIL PROTECTED]
>  subject: Re: How to write BMP
>
> SInce this is as a part of my learning. Can you help me out.
> Just tell me what I have to write in JSP or javabean while calling this entity bean. 
> Or suggest some reference material with simplest cmp
> example.
>
> Manoj
>
>
> [EMAIL PROTECTED] wrote:
>
> > Why do you want to use BMP? With EJB 2.x, where you have container managed 
> > relations (CMR) there is no longer a need to go through this work.
> >
> > >  from:    Manoj Kansal <[EMAIL PROTECTED]>
> > >  date:    Thu, 09 Oct 2003 07:03:30
> > >  to:      [EMAIL PROTECTED]
> > >  subject: Re: How to write BMP
> > >
> > > Can you help me writing BMP entity bean for the following.
> > >
> > > I have product table and all product information is store in it.
> > > Every product have converage information this is store in separate table 
> > > (Coverage)
> > >
> > > e.g.
> > >
> > > Product Table
> > >
> > > Product_ID        Product_name        Coverage_ID        Author
> > > 1110                 Multinet                  101                    Canady
> > >
> > >
> > > Coverage Table
> > > Coverage_ID     STNW_Name               ICNW_Name
> > > 101                  10STNW                     10ICNW
> > >
> > > I have JSP that displays product and coverage information related to product_id
> > > 1110. Currently I am simply using JSP and simple javabean
> > > concept.
> > > Now I want to add edit delete this information using JSP and ejb.
> > >
> > > What all I need to do. I am good at session beans. I can write home, remote and
> > > beans deployment descriptors etc. What all business methods
> > > will be required to define in Remote interface or implement in bean. Leave
> > > deployment part to me.
> > >
> > > Thanks in advance
> > > Manoj
> > >
> > > ===========================================================================
> > > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> > > of the message "signoff EJB-INTEREST".  For general help, send email to
> > > [EMAIL PROTECTED] and include in the body of the message "help".
>



http://www.amazon.co.uk/exec/obidos/redirect-home?tag=velloscouk-21&placement=home_multi.gif&site=amazon

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to