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".

Reply via email to