Hi there,
I am new to EJB and I would like to develop an simple
Enity bean. I have Oracle 8i and SQL Server as Database servers. How can I write a simple Entity Bean and how can i
connect to the Database.(I am using weblogic 6.0)Help me!!!
Regards,
Rahul
-
need a simple Entity bean example!!! (1 messages)
- Posted by: Rahul ..
- Posted on: April 01 2001 12:34 EDT
Threaded Messages (1)
- need a simple Entity bean example!!! by eddie chui on April 02 2001 02:20 EDT
-
need a simple Entity bean example!!![ Go to top ]
- Posted by: eddie chui
- Posted on: April 02 2001 02:20 EDT
- in response to Rahul ..
In your weblogic installed directory (e.g c:\bea\wlserver6.0) you will find hips of examples from c:\bea\wlserver6.0\samples\examples\ejb\basic.
You should be able to run those examples. But don't forget to create a test table on your database.
cheers,
Eddie