EPISODE · May 6, 2006 · 3 MIN
Summarize the Complete J2EE Applications
from Mandy's Podcast · host Mandy
A Struts/JSP Application Creating Simple Login Procedure for web application using struts. The steps are to create a struts page flow, edit the jsp pages, run with the embedded j2ee container. Create a new application. Create a struts based page flow for the application. This application starts with a login page that activates a validation routine that can route to the applications menu or to a failure notice. Create struts form bean to pass parameter to the struts action. Then connect the struts action to the struts form bean. Next write code to implement the struts action. Run the application on the embedded j2ee container. That’s it. The only place where coding was needed was implementing the business logic that handles the actual user validation rule. Oracle ADF Business Components Based Application - Business Services Layer Developing business services with oracle adf business components. The steps are to model business components, add validation rules, add formatting rules, and test with a swing based tester. Use uml modeler to define the business service layer. Create business components based on existing tables in the database. Edit entity object attributes. Add a validation rule for an attribute declaratively. Generate a data control for the model layer. Test the business components using a simple swing based tester. Oracle ADF Business Components Based Application - View/Controller Layer (Struts-JSP) Developing jsp interface for oracle adf business components. The steps are to model struts page flow, edit jsp pages, drag and drop data binding, use built-in data manipulation methods, implement transaction management. Oracle ADF Business Components Based Application - View Layer (UIX) Developing uix interfaces with oracle adf. The steps are to do drag and drop data binding, uix – rich html components, partial page rendering, built in range paging, built in record ordering, and the plug and play look and feel. EJB Based Application (EJB-Struts-JSP) Ejb based application development with oracle adf. The steps are modeling entity ejb, creating session façade, generating dto, bulding jsp application accessing the ejb through the session façade and the dto. Web Services Based Application (Web Services-Struts-JSP) Web services application development with oracle adf. Steps: create a business service from a web service, create a struts page flow, visually edit the jsp pages, use struts and html jsp tag library, and bind web services to the jsp user interface.
What this episode covers
A Struts/JSP Application Creating Simple Login Procedure for web application using struts. The steps are to create a struts page flow, edit the jsp pages, run with the embedded j2ee container. Create a new application. Create a struts based page flow for the application. This application starts with a login page that activates a validation routine that can route to the applications menu or to a failure notice. Create struts form bean to pass parameter to the struts action. Then connect the struts action to the struts form bean. Next write code to implement the struts action. Run the application on the embedded j2ee container. That’s it. The only place where coding was needed was implementing the business logic that handles the actual user validation rule. Oracle ADF Business Components Based Application - Business Services Layer Developing business services with oracle adf business components. The steps are to model business components, add validation rules, add formatting rules, and test with a swing based tester. Use uml modeler to define the business service layer. Create business components based on existing tables in the database. Edit entity object attributes. Add a validation rule for an attribute declaratively. Generate a data control for the model layer. Test the business components using a simple swing based tester. Oracle ADF Business Components Based Application - View/Controller Layer (Struts-JSP) Developing jsp interface for oracle adf business components. The steps are to model struts page flow, edit jsp pages, drag and drop data binding, use built-in data manipulation methods, implement transaction management. Oracle ADF Business Components Based Application - View Layer (UIX) Developing uix interfaces with oracle adf. The steps are to do drag and drop data binding, uix – rich html components, partial page rendering, built in range paging, built in record ordering, and the plug and play look and feel. EJB Based Application (EJB-Struts-JSP) Ejb based application development with oracle adf. The steps are modeling entity ejb, creating session façade, generating dto, bulding jsp application accessing the ejb through the session façade and the dto. Web Services Based Application (Web Services-Struts-JSP) Web services application development with oracle adf. Steps: create a business service from a web service, create a struts page flow, visually edit the jsp pages, use struts and html jsp tag library, and bind web services to the jsp user interface.
NOW PLAYING
Summarize the Complete J2EE Applications
No transcript for this episode yet
Similar Episodes
Mar 26, 2026 ·1m
Jan 2, 2026 ·47m
Dec 21, 2025 ·46m