Step 1) Right Click on the Project and select “New …” Step 2) Select from the “Java” Category in Categories on Left …. and then select “Java Class Diagram” as shown below Step 3) Drag Java classes to the Diagram or create new UML Model and generate objects. Additionally …looks like you can take your…More
Monthly Archives: January 2011
Oracle ADF Application Module Client – Expose custom methods with Data Transfer Objects
Scenario: You have a requirement to implement a back-end service that accepts/returns a user-defined Data Transfer Object. The business logic of this service is implemented using an Application Module – i.e. there is a method in the AM with a signature that uses the DTOs. For example: Imagine “RateUpdate” is a complex class…More
Oracle ADF – How to change Web Application context root from default value in JDeveloper
When you create a Web project, JDeveloper sets the default values for your Java EE Application Name and Context root. It helps to change these to adhere to your organization’s naming standards and create a shorter more meaningful URI. To change your web application context root: 1) Right click on the project and select “Project…More