How to create Container Managed Persistance program in EJB and tell me the procedure to deploy in Weblogic server.

Showing Answers 1 - 5 of 5 Answers

sudeep srivastava

  • Feb 1st, 2006
 

hi

for your query refer to headfirst ejb.

bye

sudeep

  Was this answer useful?  Yes

Abdul Gafoor

  • Feb 12th, 2006
 

My name is Abdul Gafoor, I am a sun certified J2EE Developer.

I am using Weblogic 8.1 server.

Compile bean and interface program.

create jar file.

Before the deploy jar file.

You must create connection pool in weblogic console.

then deploy connection pool.

create datasource in weblogicconsole

then create datasource name(same as weblogic-cmp-jar.xml file)

deploy.

then deploy jar file.

create client program. run.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions