IntelliJ Java IDE
The moose likes EJB and Other Java EE Technologies and the fly likes entity bean Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and Other Java EE Technologies
Reply Bookmark "entity bean " Watch "entity bean " New topic
Author

entity bean

shekarasankaran
Greenhorn

Joined: Nov 12, 2001
Posts: 18
How to deploy an entity bean on j2ee server using an external database such as mssql rather than cloudscape.
Jim Baiter
Ranch Hand

Joined: Jan 05, 2001
Posts: 530
You need to get the JDBC driver (or bridge for MSSQL) and configure a data source in your J2EE server. The J2EE server documentation should show you how to do this.
 
 
subject: entity bean
 
Threads others viewed
How to copy datas in RAM to harddisk before the server shutdown?
Entity Bean Cache
Entity Bean - View mapping
What is saved during EJB Passivation?
map view with the Entity Bean ?
developer file tools