I am a biggener of J2EE ,
I need a simple EJB for database connection ,insertion,uapdation,deletion data from one table
Discussions
EJB programming & troubleshooting: A simple EJB for database connection,insertion,upadation
-
A simple EJB for database connection,insertion,upadation (3 messages)
- Posted by: sridhar veesam
- Posted on: November 19 2003 03:03 EST
Threaded Messages (3)
- Hope this helps by Rod Higgins on November 19 2003 04:24 EST
- hai by Jineesh P R on November 19 2003 06:03 EST
- Use JAG by Dan Maher on December 31 2003 17:13 EST
-
Hope this helps[ Go to top ]
- Posted by: Rod Higgins
- Posted on: November 19 2003 04:24 EST
- in response to sridhar veesam
It depends on what you want. I would see an Entity EJB as an answer for what you need. I could supply you with an example EJBObject EJBHome and EntityBean, for a simple table, but you would also need to know how to deploy it and set up your J2EE container with data sources and write your deployment xml etc.
There are loads of good sites around, for tutorials.
If you want the sample code, then reply -
hai[ Go to top ]
- Posted by: Jineesh P R
- Posted on: November 19 2003 06:03 EST
- in response to sridhar veesam
The code for your requirement is available in ED ROman's book.
The real work lies in how to establish the coneection pool to ur database through console. If u require some help contact me at
jineeshp@ibsplc.com -
Use JAG[ Go to top ]
- Posted by: Dan Maher
- Posted on: December 31 2003 17:13 EST
- in response to sridhar veesam
jag.sourceforge.com