Monday, July 21, 2014

Template creation in Oracle SOA 12c

\Again a new feature that is included in SOA 12c is creation of a template. Template is like a blueprint. You can create a template for an existing project and can create a new project based on the same template. Remember in 11g if you have to rename a project it means changing name in a lot of place and again it was not a good way to change the name of the project but with this new feature you can create a new project using the same template and renaming it as per your requirement thus saving a lot of time for your development and implementing changes.

In order to create template for an existing BPEL process just right click on the composite and select the option of creating a template




Selec the name and location to save the template



Select the component that you want to be included in the template.



Again a great feature you can see by default fault policies are not included as you will write your own custom policies to handle exception.

Now next time when you wanted to create a project using the template.

Create a new project and select the template



You can observe that the new project is created based on the same template and now you can enhance it for your custom development



No comments: