aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes Regarding batch updates in entity bean Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Regarding batch updates in entity bean" Watch "Regarding batch updates in entity bean" New topic
Author

Regarding batch updates in entity bean

rakesh kadulkar
Ranch Hand

Joined: Jul 24, 2008
Posts: 115
Hi,
I have been reading HF EJB.
I was reading about entity beans and I found that with entity beans you can have business methods in the entity bens remote home interface and the advantage is for doing "batch updates".

advantage is for doing Batch Updates


This is the thing that I dont upderstand. Batch updates means you are updating the database through a business method but how this batch updates can be achieved.

I know one mechanism of batch updates is by using the PreparedStatement. But as with CMP we dont use JDBC code how this batch updates can be achieved.

Thanks


Rakesh Kadulkar
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Regarding batch updates in entity bean
 
Similar Threads
Architectural Evolution with Entity Beans
Batch updates using home inerface
With respect to Batch execution in JDBC
cachefullexception while Entity bean Create
Design Decision help needed