Thursday, September 14, 2023

How To Build "EAR" by Using Designer | BW-5.x

Here, I am going to explain how to create "ear" (enterprise archive).

After we have validated our project successfully without any errors and unit testing completed then we will go for EAR (Enterprise Archive) creation for deployment by using Administrator.

Follow the steps, to Create EAR in Tibco designer in your deployment folder.

As part of best practice, create folders as per your artifacts.


Specify Build Name, Author, Version and file location and then apply and save it. 
Don't click on "Build Archive" at the moment.

Double click on Basic_Process then you can see "Shared Archive" component been added by default.
Next, Right click - Add Resource --> Process --> Process Archive

Go to Processes, click on Magnifying glass and select your processes and Apply & Save it

Next, Select "Shared Archive"..Files, Jars, Dependencies (Resources) being added automatically based on your processes.
Final Step: Select Enterprise Archive as shown below and specify Author, Version and File location and click on "Build Archive". Build file (.ear)will be created in given file location.

.ear location


If you are using code repository like Git, SVN then check in the code and then inform your Admin team to deploy it in QA / PROD along with release document.

Will discuss on Deployment procedure in next blog.

Domain creation and application deployment

Thanks for reading :-)








No comments:

Post a Comment

XML Palette Activities

The XML palette provides activities for parsing XML strings into schemas and rendering schemas into XML strings Parse XML: Parse XML  is use...