Thursday, February 9, 2023

[oracle][weblogic] How WebLogic Builder Works

 .

WebLogic Builder is a visual environment for editing a J2EE application's deployment descriptor XML files. You can view descriptor files while you visually edit them in WebLogic Builder, and you won't need to make textual edits to the XML files.


Open WebLogic Builder and use the file menu to open an application's compiled J2EE components (*.class files or modules that contain *.class files). If any of the application's deployment descriptor files needed for deployment on WebLogic Server are missing or defective, WebLogic Builder will offer to generate new or repaired descriptor files.


Once deployment descriptor files exist, use WebLogic Builder to edit their elements and attributes. For example, add a tag library to a web application, or add a finder method to an EJB.


Test your application by using WebLogic Builder to deploy applications to a server.


http://www.setgetweb.com/p/wls81/docs/wlbuilder/weblogicbuilder.html

No comments:

Post a Comment