we planned to rewrite our System in Java, Which was previously running in Stored procedure.
More than 5 Applications calls the procedure which inserts and updates some set of records after the post transaction which has been done in the background.
Now we planned to take the stored procedure out and do a application in java with Hibernate. Will this can be done. with Hibernate? As the application should be running in the back ground and all the interdependend application should call the back ground application for transaction.
Waiting for a Reply