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 procedure out and do a application in java with Hibernate. Will this can be done.?