podcast
details
.com
Print
Share
Look for any podcast host, guest or anyone
Search
Showing episodes and shows of
Yves Nomeny
Shows
Yves'podcast
Summarize the XML Development
1- Visual XML Schema Editor To open an existing schema, in Applications Navigator look under XML Schema, highlight the schema name and click add to icon, then locate the schema with the xsd (XML Schema Definition) extension. There are many ways to control the Visual Editor such as the Grab Scroll creates a hand for easy maneuvering of the diagram. 2- Xml Schema Registration and the XML Editor In order for you to use a new schema, JDeveloper requires that the schema be registered. This can be done from the Preferences panel. Associate the schema with a xml extension for...
2013-12-05
01 min
Yves'podcast
Summarize the XML Development
2007-06-08
01 min
Yves'podcast
Marketing Plan
A marketing plan is as important to the business as the "wind pipe" is to the newborn baby. For the business, a marketing plan is the "wind pipe" that supplies the enterprise with customers and revenue keeping it alive and well. Ultimately, a business is only as healthy and strong - profitable - as its "wind pipe" or its marketing plan. Every business owner should care for their company's health like they would care for the health of a child. From conception through birth, infancy through adolescence, both the business and the child's health are sensitive to their environment. Both...
2006-05-27
04 min
Yves'podcast
Summarize the J2EE Development – MVC using Oracle Application Development Framework (ADF)
1- View: JSP You can create a business service data model from existing Web Service in a public UDDI by creating a pointer to the WSDL. Using the Generate Web Service Stub/Skeleton option, classes are automatically generated based on the WSDL. Next, you can create a Struts page flow diagram that gets the parameter, then an action to invoke the Web Service and another JSP page to show the results. You can edit the code with the Property Inspector or in the Source view. Lastly, run the completed application on the embedded J2EE container. 2- Model: ADF Business...
2006-05-05
04 min
Yves'podcast
Summarize the UML Modeling and Generation
1- Database Schema Modeler Create a database diagram, navigate to a database connection or create a new connection. Select the table(s) you want to appear on the diagram, and then add objects to the diagram using the Component Palatte. Generate the DDL script using the Generate SQL from Offline Database Wizard. Update a table through its Properties, then re-run the wizard only this time indicate Update rather than Create. Use the context menu to execute the SQL against the required schema. 2- Java Class Modeling After the developer uses the drag-and-drop function to place the project on the diagram...
2006-05-05
04 min
Yves'podcast
Summarize the generating Oeacle ADF Business Components from Oracle Designer
1- Reviews the generated output after the changes You can review the generated output as a model. Entity Objects in JDeveloper are shown in the Server Model Diagram. Looking at the Modules, you can see the base table usages and the relationship that binds them. The Entity Objects are generated as the Application Module and View Objects in JDeveloper and you can drag them onto the Business Components page. 2- Making changes in Designer and regenerating You can return to the Designer module to make changes such as a second base table usage. In this lesson, we saw this and...
2006-05-05
02 min
Yves'podcast
Summarize the Oracle JDeveloper Introduction
1- Oracle JDeveloper 10g Quick Tour Oracle JDeveloper is an Integrated Development Environment (IDE) which facilitates the design, development, debugging, and deployment of Java-based e-business applications. JDev10g handles multiple languages such as Java (J2EE, J2SE, J2ME), XML, SQL and PL/SQL. Oracle renamed J2EE Framework to its own Oracle ADF (Application Development Framework). The code is transferable so you are not locked into Oracle ADF. Within this framework, you can build the Business Services, the User Interface, and test and profile the application. With Oracle ADF and Oracle JDeveloper, you can develop User Interfaces for...
2006-05-05
03 min
Yves'podcast
Summarize the complete J2EE Applications
1- Web Services Based Application (Web Services-Struts-JSP) You can create a business service data model from existing Web Service in a public UDDI by creating a pointer to the WSDL. Using the Generate Web Service Stub/Skeleton option, classes are automatically generated based on the WSDL. Next, you can create a Struts page flow diagram that gets the parameter, then an action to invoke the Web Service and another JSP page to show the results. You can edit the code with the Property Inspector or in the Source view. Lastly, run the completed application on the embedded J2EE container. 2...
2006-04-29
04 min