cstour.book

Size: px
Start display at page:

Download "cstour.book"

Transcription

1 BEAWebLogic Portal 7.0 :

2 Copyright 2002 BEA Systems, Inc. All Rights Reserved. BEA Systems, Inc. BEA BEA BEA FAR Commercial Computer Software-Restricted Rights (c)(1) DFARS Rights in Technical Data and Computer Software (c)(1)(ii) NASA FAR Commercial Computer Software--Licensing (d) BEA BEA BEA Jolt Tuxedo WebLogic BEA Systems, Inc. BEA Builder BEA Campaign Manager for WebLogic BEA elink BEA Manager BEA WebLogic Commerce Server BEA WebLogic Enterprise BEA WebLogic Enterprise Platform BEA WebLogic Express BEA WebLogic Integration BEA WebLogic Portal BEA WebLogic Server How Business Becomes E-Business BEA Systems, Inc WebLogic Portal 7.0

3 vii 1 JSP Netscape 4.7x Commerce Server main.jsp Java main.jsp : : searchresults.jsp : shoppingcart.jsp Pipeline Pipeline iii

4 Webflow : login.jsp newuser.jsp 1/ newuser.jsp 2/ newuser.jsp 3/ : newusercreation.jsp : shipping.jsp selectaddress.jsp : payment.jsp paymentnewcc.jsp : payment.jsp : checkout.jsp : confirmorder.jsp : browse.jsp browse.jsp details.jsp : : main.jsp : iv

5 4: : : : : : viewprofile.jsp : profilenewcc.jsp : orderhistory.jsp orderstatus.jsp : : [Add to cart] Webflow Webflow : [Add to cart] gettopcategoriesip : : TourCampaign v

6 vi

7 BEA BEA BEA Web BEA Home [ ] e-docs ( BEA WebLogic Portal docsupport-jp@bea.com WebLogic Portal 7.0 BEA WebSUPPORT WebLogic Portal WebLogic Portal BEA WebSUPPORT ( BEA vii

8 viii

9 1 BEA WebLogic Portal e Web e Web JavaServer Pages (JSP) Java Java JSP JSP JSP JavaServer Pages (JSP) (well-formed) HTML Java Web HTML JSP Campaign Commerce JSP Web 1-1

10 1 JSP Commerce PointBase Oracle Commerce JSP : WebLogic Server PointBase Web PointBase PointBase Oracle WebLogic Portal Oracle WebLogic Portal PointBase WebLogic Portal PointBase e Web WebLogic Portal API Web API 1-2

11 WebLogic Portal API Web API WebLogic Portal 1-3

12 1 1-4

13 2 WebLogic Portal Web Netscape 4.7x Commerce Server Netscape 4.7x Netscape 4.77 Netscape 4.7x Microsoft Internet Explorer Netscape 6.0 JSP Web weblogic.xml CookieDomain weblogic.xml <!-- <session-param> <param-name>cookiedomain</param-name> <param-value>.mycompany.com</param-value> 2-1

14 2 </session-param> --> Netscape Web weblogic.xml CookieDomain.mycompany.com weblogic.xml <BEA_HOME>/weblogic700/samples/portal/wlcsDomain/beaApps/wlcsApp/wlcs/WEB-INF/ UNIX <BEA_HOME>\weblogic700\samples\portal\wlcsDomain\beaApps\wlcsApp\wlcs\WEB-INF\ Windows : : 1 Netscape 4.77 Web Web Web weblogic.xml CookieDomain BEA <BEA_HOME> <BEA_HOME> UNIX Windows WebLogic Portal Windows % 2-2

15 Commerce Server Commerce Server WebLogic Server 7.0 WebLogic Portal 7.0 Portal Examples Commerce Server 1. WebLogic Portal Windows : [ BEA WebLogic Platform 7.0 WebLogic Portal 7.0 Portal Examples Commerce Template Launch Commerce Server] UNIX : < >/weblogic700/samples/portal/wlcsdomain/startwlcs.sh 2. WebLogic Portal Windows : [ BEA WebLogic Platform 7.0 WebLogic Portal 7.0 Portal Examples Commerce Templates Start Commerce Templates] UNIX : WebLogic Portal URL localhost Commerce Server 2-3

16 2 main.jsp Web main.jsp 2-4

17 main.jsp 2-1 Home main.jsp <BEA_HOME>\weblogic700\samples\portal\wlcsDomain\beaApps\wlcsAp p\wlcs\commerce\main.jsp JSP JSP main.jsp WebLogic Portal 2-5

18 2 main.jsp admin.inc JSP admin.inc JSP WebLogic Portal [Administration] WebLogic Portal Commerce templateindex.html [ ] WebLogic Portal JSP header.inc main.jsp JSP <td colspan="7" height="75" align="center" valign="middle"> <ph:placeholder name="<%= banner %>" /> </td> header.inc search.jsp [ ] JSP shoppingcart.jsp [ ] JSP 2-6

19 login.jsp [ ] JSP Java JSP JSP 2-1 Pipeline Catalog (cat) User Management (um) main.jsp 2-1 <%@ taglib uri="webflow.tld" prefix="webflow" %> <%@ taglib uri="cat.tld" prefix="catalog" %> <%@ taglib uri="um.tld" prefix="um" %> <%@ taglib uri="pz.tld" prefix="pz" %> <%@ taglib uri="es.tld" prefix="es" %> <%@ taglib uri="cm.tld" prefix="cm" %> Java Java 2-2 main.jsp Java 2-2 Java <%@ page import="com.beasys.commerce.webflow.httprequestconstants" %> <%@ page import="com.beasys.commerce.webflow.pipelinesessionconstants" %> <%@ page import="com.beasys.commerce.ebusiness.catalog.category" %> <%@ page import="com.beasys.commerce.ebusiness.catalog.viewiterator" %> <%--@ page import="com.beasys.commerce.axiom.contact.*" --%> <%--@ page import="com.beasys.commerce.ebusiness.customer.*" --%> <%@ page import="com.bea.p13n.content.contenthelper"%> <%--@ page import="java.util.collection" --%> <%--@ page import="java.util.iterator" --%> 2-7

20 2 main.jsp 2-2 main.jsp JSP [ ] 2-8

21 WebLogic Portal Web 2-2 WebLogic Portal 2-3 main.jsp JSP HTML JSP <%-- --%> 2-3 JSP <webflow:getproperty id="topcategory" property="<%=pipelinesessionconstants.catalog_category%>" type="com.beasys.commerce.ebusiness.catalog.category" scope="request" namespace="sampleapp_main" /> <webflow:getproperty id="subcategories" property="<%=pipelinesessionconstants.catalog_categories%>" type="com.beasys.commerce.ebusiness.catalog.viewiterator" scope="request" namespace="sampleapp_main" /> <p class="head1"> </p> <ul type="square"> <%-- String --%> <%! static final String commonparameters = HttpRequestConstants.CATALOG_SOURCE_KEY + "=" + PipelineSessionConstants.CATALOG_CATEGORIES + "&" + HttpRequestConstants.CATALOG_DESTINATION_KEY + "=wlcs_siblings&"; %> <catalog:iterateviewiterator iterator="<%= subcategories %>" id="currentcategory" returntype="com.beasys.commerce.ebusiness.catalog.category"> 2-9

22 2 <% String browseparameters = commonparameters + HttpRequestConstants.CATALOG_CATEGORY_ID + "=" + java.net.urlencoder.encode(currentcategory.getkey().getidentifier()); %> <li> <a href="<webflow:createwebflowurl event="link.browse" namespace="sampleapp_main" extraparams="<%=browseparameters%>"/>"> <b><catalog:getproperty object="<%= currentcategory %>" propertyname="name"/></b> </a> <br> </catalog:iterateviewiterator> WebLogic Portal WebLogic Portal JSP Java main.jsp 3 JSP 4 5 JSP 2-10

23 3 e Web Web : 1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 3-1

24 3 JSP Web 3-2

25 3-1 JSP 3-3

26 3 3-2 JSP 3-4

27 3-3 JSP 3-5

28 3 1: Web Web [ ] main.jsp [ ] hammer [Find] 2: [Find] WebLogic Portal hammer searchresults.jsp

29 2: searchresults.jsp 3-5 searchresults.jsp searchresults.jsp <BEA_HOME>/weblogic700/samples/portal/wlcsDomain/beaApps/wlcsAp p/wlcs/commerce/catalog/searchresults.jsp (UNIX) URL [Add to cart] 3-7

30 3 3: [Add to cart] WebLogic Portal shoppingcart.jsp 3-6 shoppingcart.jsp 3-6 shoppingcart.jsp <BEA_HOME>/weblogic700/samples/portal/wlcsDomain/beaApps/wlcsAp p/wlcs/commerce/shoppingcart.jsp (UNIX) HTML Pipeline 3-8

31 3: Pipeline Pipeline Webflow HTML JSP WebLogic Portal Web Pipeline Pipeline Webflow Web Pipeline : Pipeline Pipeline Pipeline Pipeline namespace.pln Pipeline : Webflow: WebLogic Portal JSP Pipeline WebLogic Portal namespace.wf Web Webflow Web Web 3-1 JSP shoppingcart.jsp Pipeline 3-1 JSP <webflow:getproperty id="shoppingcart" property="<%=pipelinesessionconstants.shopping_cart%>" 3-9

32 3 type="com.beasys.commerce.ebusiness.shoppingcart.shoppingcart" scope="session" namespace="sampleapp_main" /> <webflow:getproperty id="savedshoppingcart" property="<%=pipelinesessionconstants.saved_shopping_cart%>" type="com.beasys.commerce.ebusiness.shoppingcart.shoppingcart" scope="session" namespace="sampleapp_main" /> [Check out] 4: [Check out] Weblogic Portal login.jsp

33 4: login.jsp 3-7 <BEA_HOME>/weblogic700/samples/portal/wlcsDomain/beaApps/wlcsAp p/wlcs/commerce/login.jsp (UNIX) [ ] [ ] democustomer 3-11

34 3 [Create] [ ] [Create] WebLogic Portal newuser.jsp newuser.jsp 1/3 3-8 newuser.jsp <BEA_HOME>/weblogic700/samples/portal/wlcsDomain/beaApps/wlcsAp p/wlcs/commerce/register/newuser.jsp (UNIX) 3-12

35 4: selectaddress.jsp viewprofile.jsp 5-2 [ ] [ ] <BEA_HOME>/weblogic700/samples/portal/wlcsDomain/beaApps/wlcsAp p/wlcs/commerce/includes/states.inc <BEA_HOME>/weblogic700/samples/portal/wlcsDomain/beaApps/wlcsAp p/wlcs/commerce/includes/countries.inc [ ] [ ] JSP Campaign JSP Java Pipeline Pipeline Webflow 3-2 newuser.jsp [Save] Webflow 3-2 <!

36 3 "newuser.jsp" "button(save)" Webflow Advisor --> <form method="post" action="<webflow:createwebflowurl event="button.save" httpsind="calculate" namespace="sampleapp_user" />"> <input type=hidden name=origin value="newuser.jsp"> <input type=hidden name=event value="button.save"> <input type=hidden name=httpsind value="calculate"> <input type=hidden name=namespace value="sampleapp_user"> newuser.jsp 2/3 newuser.jsp

37 4: newuser.jsp 3/ newuser.jsp newcctemplate.inc [ ] [ ] newcctemplate.inc [ ] [ ] JSP JSP 3-15

38 3 JSP 50 JSP (validator) [Save] 5: newusercreation.jsp 3-11 newusercreation.jsp newusercreation.jsp <BEA_HOME>/weblogic700/samples/portal/wlcsDomain/beaApps/wlcsAp p/wlcs/commerce/user/ newusercreation.jsp (UNIX) 3-16

39 5: Pipeline [Check out] 3-3 Pipeline JSP [Check out] Java 3-3 [Check out] <!-- --> <webflow:getproperty id="shoppingcart" property="<%=pipelinesessionconstants.shopping_cart%>" type="com.beasys.commerce.ebusiness.shoppingcart.shoppingcart" scope="session" namespace="sampleapp_main" /> <p class="head1"> </p> <p> <%= request.getremoteuser() %>, </p> <p> : </p> <a href="<webflow:createwebflowurl event="link.shoppingcart" namespace="sampleapp_order" />"><img src="<webflow:createresourceurl resource="/commerce/images/btn_viewcart_g.gif" />" border="0" vspace="2" hspace="3"></a> <% if (shoppingcart!= null && shoppingcart.isempty() == false) { %> <a href="<webflow:createwebflowurl event="button.checkout" httpsind="calculate" namespace="sampleapp_order" />"><img src="<webflow:createresourceurl resource="/commerce/images/btn_checkout_no.gif" />" border="0" vspace="2" hspace="3"></a> 3-17

40 3 <% } %> <a href="<webflow:createwebflowurl event="link.home" namespace="sampleapp_main" />"><img src="<webflow:createresourceurl resource="/commerce/images/btn_continushop.gif" />" border="0" vspace="2" hspace="3"></a> [Check out] 6: [Check out] WebLogic Portal shipping.jsp

41 6: shipping.jsp 3-12 shipping.jsp <BEA_HOME>/weblogic700/samples/portal/wlcsDomain/beaApps/wlcsAp p/wlcs/commerce/order/shipping.jsp (UNIX) Pipelines JSP WebLogic Portal JSP HTML [ ] [ ] 1. [ ] 3-19

42 3 2. [Continue] [Continue] WebLogic Portal selectaddress.jsp 3-13 selectaddress.jsp 3-13 selectaddress.jsp <BEA_HOME>/weblogic700/samples/portal/wlcsDomain/beaApps/wlcsAp p/wlcs/commerce/order/selectaddress.jsp (UNIX) Java 3-4 Taxation WebLogic Portal

43 6: 3-4 selectaddress.jsp Java <um:getproperty propertyset="customerproperties" propertyname="shippingaddressmap" id="shippingaddressmap" /> <% if(shippingaddressmap == null) shippingaddressmap = new HashMap(); %> <p><font color="red"><webflow:getexception/></font></p> <!-- Iterate through all addresses --> <% Iterator iterator =((Map)shippingAddressMap).keySet().iterator(); while(iterator.hasnext()) { String addresskey = (String)iterator.next(); Address shippingaddress = (Address)((Map)shippingAddressMap).get(addressKey); %> <table width="90%" border="0" cellpadding="6" cellspacing="0"> <tr> <td align="left" valign="top" width="40%" nowrap> <p><%= shippingaddress.getstreet1() %><br> <% if( shippingaddress.getstreet2().length()!= 0) {%> 3-21

44 3 <%= shippingaddress.getstreet2() %><br> <% } %> <%= shippingaddress.getcity() %><br> %><br> <%= shippingaddress.getstate() %> <%= shippingaddress.getpostalcode() <%= shippingaddress.getcountry() %> </td> <td align="left" valign="top" width="5%" > <% String extraparams = HttpRequestConstants.ADDRESS_KEY + "=" + addresskey; %> [Use] 7: [Use] WebLogic Portal payment.jsp

45 7: payment.jsp 3-14 payment.jsp <BEA_HOME>/weblogic700/samples/portal/wlcsDomain/beaApps/wlcsAp p/wlcs/commerce/order/ payment.jsp (UNIX) [Add card] paymentnewcc.jsp [Add card] WebLogic Portal paymentnewcc.jsp

46 paymentnewcc.jsp <BEA_HOME>/weblogic700/samples/portal/wlcsDomain/beaApps/wlcsAp p/wlcs/commerce/order/ paymentnewcc.jsp (UNIX) <BEA_HOME>/weblogic700/samples/portal/wlcsDomain/beaApps/wlcsAp p/wlcs/commerce/user/ profilenewcc.jsp <BEA_HOME>/weblogic700/samples/portal/wlcsDomain/beaApps/wlcsAp 3-24

47 7: p/wlcs/commerce/register/ newuser.jsp 3 JSP <BEA_HOME>/weblogic700/samples/portal/wlcsDomain/beaApps/wlcsAp p/wlcs/commerce/includes/ newcctemplate.inc [Save] WebLogic Portal JSP JSP HTML Web JSP paymentnewcc.jsp profilenewcc.jsp newuser.jsp newcctemplate.jsp JSP newcctemplate.jsp JSP Webflow 3 JSP 3-16 paymentnewcc.jsp profilenewcc.jsp newuser.jsp Webflow payment.jsp viewprofile.jsp login.jsp 3-25

48 [Save] 3-26

49 8: 8: payment.jsp [Save] WebLogic Portal payment.jsp 3-17 payment.jsp 3-17 payment.jsp User Management JSP payment.jsp 3-14 User Management JSP [Use] 3-27

50 3 9: payment.jsp [Use] WebLogic Portal checkout.jsp checkout.jsp

51 10: checkout.jsp <BEA_HOME>/weblogic700/samples/portal/wlcsDomain/beaApps/wlcsAp p/wlcs/commerce/order/ checkout.jsp (UNIX) JSP Taxation Pipeline [Complete purchase] Payment WebLogic Portal 1 [Complete purchase] 10: [Complete purchase] WebLogic Portal confirmorder.jsp

52 3 confirmorder.jsp 3-19 confirmorder.jsp <BEA_HOME>/weblogic700/samples/portal/wlcsDomain/beaApps/wlcsAp p/wlcs/commerce/order/ confirmorder.jsp (UNIX) Pipeline Pipeline JSP 3-30

53 10: JSP [ ]

54 3 3-32

55 4 e Web Web : 1: 2: : 3: 4: 5: 6: 7: : WebLogic Portal BEA Campaign Commerce 4-1

56 4 JSP Webflow 4-1 JSP 4-2

57 4-2 JSP 4-3

58 4 4-3 JSP 4-4

59 1: 1: [ ] [ ] WebLogic Portal browse.jsp 4-4 browse.jsp

60 4 browse.jsp <BEA_HOME>/weblogic700/samples/portal/wlcsDomain/beaApps/wlcsAp p/wlcs/commerce/catalog/browse.jsp (UNIX) Pipeline JSP JSP <jsp:include page="/commerce/catalog/includes/navigation.jsp" flush="true"/> 4-1 Catalog JSP browse.jsp 4-1 Catalog <!-- --> <%-- JSP --%> <catalog:getproperty object="<%= category %>" propertyname="jsp" id="displayjsp" returntype="com.beasys.commerce.ebusiness.catalog.jspinfo"/> <%-- JSP --%> <jsp:include page="<%= displayjsp.geturl() %>" flush="true"/> [Drills] 4-6

61 1: [Drills] WebLogic Portal Drills browse.jsp 4-5 browse.jsp browse.jsp 4-4 Pipeline JSP 4-4 JSP 4-7

62 JSP Catalog 4-5 JSP JSP WebLogic Portal details.jsp 4-6 details.jsp 4-6 details.jsp <BEA_HOME>/weblogic700/samples/portal/wlcsDomain/beaApps/wlcsAp p/wlcs/commerce/catalog/details.jsp (UNIX) 4-8

63 2: browse.jsp searchresults.jsp 4-1 browse.jsp JSP (navigation2.jsp) searchresults.jsp Pipeline JSP JSP JSP [Add to cart] 2: [Add to cart] WebLogic Portal shoppingcart.jsp

64 4 4-7 shoppingcart.jsp 8 shoppingcart.jsp [Check out] [Check out] WebLogic Portal

65 2: 4-8 login.jsp 11 login.jsp WebLogic Portal WebLogic Portal Webflow J2EE Web order user JSP WebLogic Portal login.jsp Webflow 4-11

66 4 10 4: [ ] [ ] WebLogic Portal shipping.jsp shipping.jsp 19 shipping.jsp [ ]

67 : : [ ] WebLogic Portal main.jsp 4-10 main.jsp 4-10 main.jsp main.jsp Pipeline leftside.inc User Management JSP 4-13

68 4 1. [ ] 2. [Check out] 3: shoppingcart.jsp [Check out] WebLogic Portal shipping.jsp 4-9 shipping.jsp 19 shipping.jsp shipping.jsp [Continue] 4: shipping.jsp [Continue] WebLogic Portal selectaddress.jsp selectaddress.jsp 20 selectaddress.jsp [Add address] [Add address] WebLogic Portal addaddress.jsp

69 4: 4-11 : : : : : 14F : Japan [Save] [Save] WebLogic Portal selectaddress.jsp

70 selectaddress.jsp 20 selectaddress.jsp [Use] [Use] 5: [Use] WebLogic Portal payment.jsp

71 6: 4-13 payment.jsp 23 payment.jsp [Use] 6: payment.jsp [Use] WebLogic Portal checkout.jsp

72 checkout.jsp 28 checkout.jsp [Complete purchase] 4-18

73 7: 7: [Complete purchase] WebLogic Portal confirmorder.jsp confirmorder.jsp 30 confirmorder.jsp JSP [ ]

74 4 4-20

75 5 Web JSP : 1: 2: 3: 4: 5: 5-1

76 5 5-1 JSP Webflow 5-1 JSP 5-2

77 1: 1: [ ] Web leftside.inc Web WebLogic Portal WebLogic Portal WebLogic Portal 11 2: [ ] login.jsp [ ] WebLogic Portal viewprofile.jsp

78 5 viewprofile.jsp 5-2 viewprofile.jsp <BEA_HOME>/weblogic700/samples/portal/wlcsDomain/beaApps/wlcsAp p/wlcs/commerce/user/viewprofile.jsp (UNIX) HTTPS 7502 SSL 5-4

79 3: 10 4: [Add card] 3: [Add card] WebLogic Portal profilenewcc.jsp

80 5 profilenewcc.jsp 5-3 profilenewcc.jsp <BEA_HOME>/weblogic700/samples/portal/wlcsDomain/beaApps/wlcsAp p/wlcs/commerce/user/profilenewcc.jsp UNIX JSP include file="/commerce/includes/newcctemplate.jsp" %> 5-6

81 4: [Save] 3. [ ] 4: [ ] WebLogic Portal Web main.jsp 5-4 main.jsp 7501 HTTP WebLogic Portal SSL 5-7

82 5 5-4 [ ] main.jsp 13 main.jsp [ ] WebLogic Portal orderhistory.jsp

83 4: orderhistory.jsp 5-5 orderhistory.jsp <BEA_HOME>/weblogic700/samples/portal/wlcsDomain/beaApps/wlcsAp p/wlcs/commerce/order/orderhistory.jsp (UNIX) Pipeline JSP <!-- --> <webflow:getproperty id="orderhistory" property="<%=pipelinesessionconstants.scrollable_model%>" type="com.beasys.commerce.ebusiness.util.scrollablemodel" scope="session" namespace="sampleapp_main" /> WebLogic Portal WLCS_ORDER 5-9

84 5 [View] [View] WebLogic Portal orderstatus.jsp 5-6 orderstatus.jsp 5-6 orderhistory.jsp <BEA_HOME>/weblogic700/samples/portal/wlcsDomain/beaApps/wlcsAp p/wlcs/commerce/order/orderstatus.jsp (UNIX) 5-10

85 5: Pipeline JSP <!-- CustomerValue Bean --> <webflow:getproperty id="ordervalue" property="<%=pipelinesessionconstants.selected_order%>" type="com.beasys.commerce.ebusiness.order.ordervalue" scope="session" namespace="sampleapp_main" /> : Pipeline New Submitted Pipeline [ ] 5: [ ] Pipeline Web JSP Webflow

86 5 5-12

87 6 [Add to cart] WebLogic Portal shoppingcart.jsp [Add to cart] wlcs Web Webflow [Add to cart] Webflow 1: [Add to cart] 2: [Add to cart] 3: 6-1

88 6 1: [Add to cart] WebLogic Portal URL Webflow [Add to cart] 6-1 <BEA_HOME>/weblogic700/samples/portal/wlcsDomain/beaApps/wlcsApps /wlcs/commerce/catalog/includes/itemdetails.jsp 6-1 [Add to cart] <%-- Add the 'Put in Cart' link --%> <% allparams = HttpRequestConstants.CATALOG_ITEM_SKU + "=" + productitem.getkey().getidentifier(); %> <td align="right" valign="top" width="5%"><a href="<webflow:createwebflowurl event="link.add" namespace="sampleapp_order" extraparams="<%= allparams %>" />"> <img src="<webflow:createresourceurl resource="/commerce/images/btn_addcart.gif" />" border="0" alt="add to Shopping Cart"></a> </td> Webflow Webflow Webflow <webflow:createwebflowurl> JSP Webflow 6-2

89 1: [Add to cart] <webflow:createwebflowurl> JSP 3 Webflow [Add to cart] link add [Add to cart] sampleapp_order Pipeline Webflow URL Webflow <webflow:createwebflowurl> JSP Webflow Webflow 6-2 link.add sampleapp_order.wf 6-2 sampleapp_order.wf [Add to cart] <wildcard-presentation-origin node-type="jsp"> <event-list>... <event event-name="link.add"> <destination namespace="sampleapp_order" node-name="addproductitemtoshoppingcartip" node-type="inputprocessor"/> </event>... </event-list> </wildcard-presentation-origin> 6-3

90 6 link.add sampleapp_order addproductitemtoshoppingcartip Webflow 6-3 addproductitemtoshoppingcartip 6-3 sampleapp_order.wf addproductitemtoshoppingcartip <processor-origin node-name="addproductitemtoshoppingcartip" node-type="inputprocessor"> <node-processor-info class-name="examples.wlcs.sampleapp.catalog.webflow.getproductite mip"/> <event-list> <event event-name="success"> <destination namespace="sampleapp_order" node-name="addproductitemtoshoppingcart" node-type="pipeline"/> </event> </event-list>... </processor-origin> addproductitemtoshoppingcartip Webflow addproductitemtoshoppingcart Pipeline Webflow 6-4 sampleapp_order addproductitemtoshoppingcart Pipeline 6-4 sampleapp_order.wf addproductitemtoshoppingcart Pipeline <processor-origin node-name="addproductitemtoshoppingcart" node-type="pipeline"> <node-processor-info pipeline-name="addproductitemtoshoppingcart"/> <event-list> <event event-name="success"> <destination namespace="sampleapp_order" 6-4

91 2: [Add to cart] node-name="addproductitemtoshoppingcarttracker" node-type="pipeline"/> </event> </event-list>... </processor-origin> addproductitemtoshoppingcart Pipeline Pipeline addproductitemtoshoppingcarttracker Pipeline addproductitemtoshoppingcarttracker Pipeline Webflow refreshsavedlist Pipeline refreshsavedlist Pipeline shoppingcart.jsp 2: [Add to cart] [Add to cart] Webflow 3 main.jsp refreshsavedlist Pipeline success (shoppingcart.jsp ) main.jsp main.jsp Web HTML JSP refreshsavedlist Pipeline success main.jsp Web gettopcategoriesip sampleapp_main main.jsp 6-5

92 6 gettopcategoriesip Webflow/Pipeline refreshsavedlist Pipeline gettopcategoriesip sampleapp_order.wf shoppingcart.jsp sampleapp_main_gettopcategoriesip refreshsavedlist Pipeline success 3: sampleapp_order.wf [ ] E-Business Control Center WebLogic Portal details.jsp [Add to cart] 6-1 WebLogic Portal 6-6

93 3: 6-1 details.jsp [Add to cart] [Add to cart] WebLogic Portal main.jsp WebLogic Portal main.jsp 1. [ ] 2. WebLogic Portal [ ] WebLogic Portal shoppingcart.jsp 6-7

94 6 JSP E-Business Control Center 7 6-8

95 7 Web JSP WebLogic Portal Java BEA E-Business Control Center : TourCampaign1 JSP JSP JSP Web E-Business Control Center Web Web BEA E-Business Control Center E-Business Control Center 7-1

96 7 WebLogic Portal e Web 1 : TourCampaign1 1. Windows E-Business Control Center [ BEA WebLogic Platform WebLogic Portal 7.0 E-Business Control Center] E-Business Control Center 2. E-Business Control Center [ ] : E-Business Control Center 3. [<BEA_HOME> weblogic700 samples portal wlcsdomain beaapps wlcsapp-project wlcsapp-project] E-Business Control Center wlcsapp WebLogic Portal E-Business Control Center 7-2

97 : TourCampaign1 XML WebLogic Portal 4. [ ] 7-1 [ ] [ ] 7-1 [ ] 5. TourCampaign1 Web Affluent Mr/Ms Fix-It Contractor JSP TourCampaign1 6. TourCampaign

98 / / ( Web ) ( ) TourCampaign

99 : TourCampaign1 7-3 [ ] 2 9. [ ] [OK] [ ] TourCampaign1 [ / ] 10. [ ] [Ad Scenario for Campaign]

100 7 7-4 Ad Scenario for Campaign] 1 2 Web Affluent Mr/Ms Fixit Web Contractor 3-14 newuser.jsp 2/3 newuser.jsp newdemographictemplate.inc Web 7-5 newuser.jsp 7-6

101 : TourCampaign1 7-5 newuser.jsp 2 Sue Carpenter: suecarpenter password Web Sue (Professional) 12,500,000 Sue E-Business Control Center Contractor Bob Smith: bobsmith password Web Bob (Do It Yourselfer) 10,000,000 12,499,999 Bob E-Business Control Center Affluent Mr/Ms Fixup Web main.jsp tourbanner1.gif! 7-7

102 7 tourside01.gif... Web Web tourbanner1.gif tourside01.gif JSP <ph:placeholder name="<%= banner %>" /> Web Web : 2-3 Commerce Server 7-8

103 : TourCampaign1 [ BEA WebLogic Platform 7.0 WebLogic Portal 7.0 Portal Examples Commerce Templates Start Commerce Templates] <wl-host> main.jsp [ ] login.jsp : suecarpenter : password Sue main.jsp

104 7 7-7 Sue Carpenter main.jsp Sue Contractor Contractor s Journal tourbannerjournal.gif E-Business Control Center TourCampaign1 [ ] Contractor

105 : TourCampaign1 7-8 Contractor 2. [...] [ ] 7-9 [ ] 7-11

106 7 7-9 [ ] [ ] 3. [ ] [ ] : system : weblogic WebLogic Server WebLogic Portal Administration Tools Administrators 7-12

107 : TourCampaign [ ] Tour Campaign 1 Contractor tourbannerjournal.gif [ ] Web Sue Carpenter Bob Smith bobsmith password Bob Affluent Mr/Ms Fixup Bob Smith main.jsp

108 Bob Smith main.jsp Bob Smith tourbannerfixup.gif E-Business Control Center Affluent Mr/Ms Fixup E-Business Control Center <ph:placeholder> JSP <ph:placeholder> 7-14

109 : TourCampaign1 JSP HTML Web E-Business Control Center 7-15

110 7 7-16

111 A [Add to cart] , B browse.jsp UNIX , 4-7 C checkout.jsp UNIX confirmorder.jsp UNIX D details.jsp [Add to cart] 6-6 UNIX browse.jsp 4-5 checkout.jsp 3-28, 4-17 confirmorder.jsp 3-29, 4-19 login.jsp 3-10 main.jsp 3-6 newuser.jsp 3-12 orderhistory.jsp 5-8 orderstatus.jsp 5-10 payment.jsp 3-22, 3-27, 4-16 paymentnewcc.jsp 3-23 profilenewcc.jsp 5-5 searchresults.jsp 3-6, 3-7 selectaddress.jsp 4-15 shipping.jsp 4-14 shoppingcart.jsp 3-8, 4-9 viewprofile.jsp L login.jsp UNIX J M JavaServer Pages (JSP) main.jsp 1-1 [Add to cart] Java UNIX JSP , addaddress.jsp 4-14 I-1

112 N newuser.jsp UNIX , 3-15 O Oracle WLS 1-2 orderhistory.jsp UNIX orderstatus.jsp UNIX P payment.jsp UNIX , 3-27 paymentnewcc.jsp UNIX Pipeline PointBase WLS 1-2 PORTAL_HOME, 1-2 profilenewcc.jsp UNIX S searchresults.jsp UNIX selectaddress.jsp Java 3-21 UNIX shipping.jsp UNIX shoppingcart.jsp UNIX successfullogin.jsp UNIX V viewprofile.jsp UNIX W Webflow Webflow Pipeline 6-6 WebLogic Portal 2-9 WLCS_ORDER 5-9, I-2

113 3-13 JSP , , , , , main.jsp Add address 4-14 Add card 3-23 Add to cart 3-8, 4-9, 6-1 Check out 3-10, 4-10, 3-18 Complete purchase 3-29 Create 3-12 Find 3-6 Use 3-22, I-3

114 I-4

interop.book

interop.book BEAWebLogic Integration BPM - Workshop ªªªª ªªªªª ª ªªªª 7.0 SP2 ªª ª ª : 2003 2 m Copyright 2003, BEA Systems, Inc. All Rights Reserved. ªª ª ªªª ª BEA Systems, Inc. ªª ª ª ª ª ª ª ª ªª ª ( BEA ) vw ~

More information

time.book

time.book BEAWebLogic Server WebLogic Time Services ªªªª ªªª ª BEA WebLogic Server ªªª ª ª 7.0 ªª ª ª u : 2002 6 28 m Copyright 2002, BEA Systems, Inc. All Rights Reserved. ÑÔÒÏÏÎÆÍËÔÓÕÎÖÊÂBEA Systems, Inc. Ê Ó

More information

tour.book

tour.book BEAWebLogic Platform WebLogic Platform ªªªª ªªªªª ª ª ª ª ªªªª 7.0 (Service Pack 1) ªª ª ª : 2002 9 m Copyright 2002 BEA Systems, Inc. All Rights Reserved. ªª ª ªªª ª BEA Systems, Inc. ªª ª ª ª ª ª ª ª

More information

b2bintro.book

b2bintro.book BEAWebLogic Integration B2B Integration ªªªª 7.0 ªª ª ª : 2002 6 m Copyright 2002, BEA Systems, Inc. All Rights Reserved. ªª ª ªªª ª BEA Systems, Inc. ªª ª ª ª ª ª ª ª ªªª «BEA «vw ~ ª ªª v ª ª ª ª ªª

More information

diplugin.book

diplugin.book BEAWebLogic Integration Data Integration ªªª ª ªªªªª ª ªªªª 7.0 ªª ª ª : 2002 6 m Copyright 2002, BEA Systems, Inc. All Rights Reserved. ªª ª ªªª ª BEA Systems, Inc. ªª ª ª ª ª ª ª ª ªª ª «BEA «vw ~ ª

More information

intro.book

intro.book BEAWebLogic Platform BEA WebLogic Platform ªªªª 7.0 (Service Pack 1) ªª ª ª : 2002 9 m Copyright 2002 BEA Systems, Inc. All Rights Reserved. ªª ª ªªª ª BEA Systems, Inc. ªª ª ª ª ª ª ª ª ªªª ( BEA ) vw

More information

rmi.book

rmi.book BEA WebLogic Server WebLogic RMI BEA WebLogic Server 6.1 : 2002 6 24 Copyright 2002 BEA Systems, Inc. All Rights Reserved. BEA Systems, Inc. BEA BEA BEA FAR 52.227-19 Commercial Computer Software-Restricted

More information

wlec.book

wlec.book BEAWebLogic Server WebLogic Enterprise Connectivity ªª ªªª ª «ˆ «BEA WebLogic Server ªªª ª ª 7.0 ªª ª ª u : 2002 6 28 m Copyright 2002 BEA Systems, Inc. All Rights Reserved. ÑÔÒÏÏÎÆÍËÔÓÕÎÖÊÂBEA Systems,

More information

support.book

support.book BEAWebLogic Platform ªªª ª yª ª ª ª ª ªª ªªªª 7.0 ªªªª ªªª 2 ªª ª ª : 2003 2 u : m Copyright 2003 BEA Systems, Inc. All Rights Reserved. ªª ª ªªª ª BEA Systems, Inc. ªª ª ª ª ª ª ª ª ªªª «BEA «vw ~ ª ªª

More information

applets.book

applets.book BEAWebLogic Server WebLogic Server ªªª ª ªªªªª ª BEA WebLogic Server ªªª ª ª 7.0 ªª ª ª : 2002 6 u : 2002 6 28 m Copyright 2002 BEA Systems, Inc. All Rights Reserved. ªª ª ªªª ª BEA Systems, Inc. ªª ª

More information

cluster.book

cluster.book BEA WebLogic Server WebLogic Server クラスタユーザーズガイド BEA WebLogic Server Ó ÑÕ 6.1 ÔÓÕÎÖÊ : 2003 4 24 m Copyright 2002 BEA Systems, Inc. All Rights Reserved. ÑÔÒÏÏÎÆÍËÔÓÕÎÖÊÂBEA Systems, Inc. Ê Ó Ï Ï ÑÑÒÕÑ

More information

Web

Web Web 1 1 1........................... 1 2 Web...................... 1 3...................... 3 4........................ 4 5........................... 5 i............................ 5 ii iii..........................

More information

install.book

install.book BEAWebLogic Platform BEA WebLogic Platform ªªªªª ªªª ª ª 7.0 (Service Pack 2) ªª ª ª : 2003 2 ªª ª : 885-001001-003 m Copyright 2003 BEA Systems, Inc. All Rights Reserved. ª ª ª ªªª ª BEA Systems, Inc.

More information

<Documents Title Here>

<Documents Title Here> Oracle Application Server 10g Release 2 (10.1.2) for Microsoft Windows Business Intelligence Standalone Oracle Application Server 10g Release 2 (10.1.2) for Microsoft Windows Business Intelligence Standalone

More information

b2bsampl.book

b2bsampl.book BEAWebLogic Integration B2B Integration ªª ªª ªªªª 7.0 ªª ª ª : 2002 6 m Copyright 2002, BEA Systems, Inc. All Rights Reserved. ªª ª ªªª ª BEA Systems, Inc. ªª ª ª ª ª ª ª ª ªª ª «BEA «vw ~ ª ªª v ª ª

More information

websample 1 2 websample index.html

websample 1 2 websample index.html Web HTML Web 1 2 3 4 5 6 7 1 2 3 4 5 6 websample 1 2 websample index.html -1-1 HTML index.html html head /head body /body /html body table border="1" /table /body table border="" /table table /table table

More information

new_logo.eps

new_logo.eps Oracle Enterprise Manager 2.0.4 :A62835-1 Oracle Enterprise Manager 2.0.4 :A62835-1 1 :1999 4 1 :Oracle Enterprise Manager Installation, Release 2.0.4 :A67818-01 Copyright 1999, Oracle Corporation. All

More information

rosnet.book

rosnet.book BEAWebLogic Integration B2B Integration RosettaNet t ªªªª 7.0 ªª ª ª : 2002 6 m Copyright 2002, BEA Systems, Inc. All Rights Reserved. ªª ª ªªª ª BEA Systems, Inc. ªª ª ª ª ª ª ª ª ªªª «BEA «vw ~ ª ªª

More information

wpEnterpriseSvr.doc

wpEnterpriseSvr.doc COBOLJava.NETWeb IT COBOL Micro Focus Enterprise Server Enterprise Server COBOL Enterprise Server COBOL Enterprise Server COBOL COBOL COBOL Java.NET IT Micro Focus COBOLJ2EE.NET Web COBOL Enterprise Server

More information

Oracle Change Management Pack, Oracle Diagnostics Pack, Oracle Tuning Packインストレーション・ガイド リリース2.2

Oracle Change Management Pack, Oracle Diagnostics Pack, Oracle Tuning Packインストレーション・ガイド リリース2.2 Oracle Enterprise Manager Oracle Change Management Pack, Oracle Diagnostics Pack, Oracle Tuning Pack 2.2 2000 11 : J02263-01 Oracle Change Management Pack, Oracle Diagnostics Pack, Oracle Tuning Pack 2.2

More information

Cisco® ASA シリーズルーター向けDigiCert® 統合ガイド

Cisco® ASA シリーズルーター向けDigiCert® 統合ガイド Cisco ASA DigiCert 2013 7 8 Cisco ASA VPN DigiCert : 2013 7 8 Copyright 2018 DigiCert, Inc. All rights reserved. DigiCert DigiCert DigiCert, Inc. Symantec Norton Symantec Corporation DigiCert, Inc. DigiCert,

More information

migrate.book

migrate.book BEAWebLogic Integration WebLogic Integration s ª ªªªª 7.0 ªª ª ª : 2002 6 m Copyright 2002, BEA Systems, Inc. All Rights Reserved. ªª ª ªªª ª BEA Systems, Inc. ªª ª ª ª ª ª ª ª ªª ª «BEA «vw ~ ª ªª v ª

More information

Oracle Application Server10g (9.0.4) - OracleAS PortalによるOracleAS Web Cacheの配置

Oracle Application Server10g (9.0.4) - OracleAS PortalによるOracleAS Web Cacheの配置 Oracle Application Server 10g 9.0.4 - OracleAS Portal OracleAS Web Cache 2004 6 Oracle Application Server 10g 9.0.4 - OracleAS Portal OracleAS Web Cache... 3... 3 1... 4 2... 5... 5... 6 OracleAS Web Cache...

More information

untitled

untitled Oracle Enterprise Manager 10g Oracle Application Server 2003 11 Oracle Enterprise Manager 10g Oracle Application Server... 3 Application Server... 4 Oracle Application Server... 6... 6... 7 J2EE... 8...

More information

Oracle Application Server 10g(9

Oracle Application Server 10g(9 Oracle Application Server 10g (9.0.4) for Microsoft Windows J2EE Oracle Application Server 10g (9.0.4) for Microsoft Windows J2EE and Web Cache...2...3...3...4...6...6...6 OS...9...10...12...13...24...24

More information

<Documents Title Here>

<Documents Title Here> Oracle Application Server 10g(9.0.4) for Microsoft Windows Discoverer Oracle Application Server 10g(9.0.4) for Microsoft Windows Discoverer Oracle Application Server 10g(9.0.4) Oracle Application Server(OracleAS)

More information

Oracle Application Server 10g( )インストール手順書

Oracle Application Server 10g( )インストール手順書 Oracle Application Server 10g (10.1.2) for Microsoft Windows J2EE Oracle Application Server 10g (10.1.2) for Microsoft Windows J2EE and Web Cache...2...3...3...4...6...6...6 OS...9...10...12...13...25...25

More information

untitled

untitled Struts IT Open Source JavaEE Application Consulting Struts Open Source JavaWorld Jakarta 4 Jakarta/Apache Copyright(c) yukimitsu kurozumi 2007 All Rights Reserved. 2 1986 150 CAC OSS Consulting,, Web System

More information

konicaminolta.co.jp PageScope Net Care

konicaminolta.co.jp PageScope Net Care konicaminolta.co.jp PageScope Net Care KONICA MINOLTA PageScope Net Care KONICA MINOLTA PageScope Net Care Web KONICA MINOLTA PageScope Net Care SNMP KONICA MINOLTA Printer-MIB KONICA MINOLTA PageScope

More information

403-0702_‚Ofl¼

403-0702_‚Ofl¼ HP-UX HP System Insight Manager Whitepaper ..................................................................................2..............................................................2 SIM....................................................................................2.............................................................3................................................................................3

More information

MultiPASS Suite 3.20 使用説明書

MultiPASS Suite 3.20 使用説明書 TM MultiPASS Suite Ver.3.20 for Windows ii iii Copyright 2000 Canon Inc. ALL RIGHTS RESERVED iv v vi vii viii ix x 1 1 1-1 1 1 2 3 1-2 4 5 1 1-3 1 6 1-4 7 1 8 9 1-5 10 1 11 1-6 1 1-7 1 1-8 2 1 1-9 1 1

More information

untitled

untitled Oracle Enterprise Repository IBM Rational ClearCase IBM Rational ClearQuest 10g 3 (10.3) 2008 10 Oracle Enterprise Repository IBM Rational ClearCase and IBM Rational ClearQuest Integration Guide, 10g Release

More information

[ ][ ] HTML [ ] HTML HTML

[ ][ ] HTML [ ] HTML HTML COPYRIGHT 2009 MAGREX, ALL RIGHTS RESERVED. [ ][ ] HTML [ ] HTML HTML [ ][ ] / / / [ ][ ] HTML HTML URL URL [ ][ ] Cellpadding Cellspacing ID ID URL [ ][ ] ID ID URL [ ][ ] ID ID URL [ ][ ] [ ][ ] [ ]

More information

............................................................................................................................. 3.......................

............................................................................................................................. 3....................... Xeon Microsoft* System Center Virtual Machine Manager Self-Service Portal 2.0 Microsoft* System Center Virtual Machine Manager Self-Service Portal 2.0 Xeon 5500 Xeon 5600 IT IT Xeon Windows Server* Hyper-V*

More information

cluster.book

cluster.book BEAWebLogic Server WebLogic Server ªªªª ªªªªª ª BEA WebLogic Server ªªª ª ª 7.0 u : 2003 10 20 m Copyright 2002, BEA Systems, Inc. All Rights Reserved. ªª ª ªªª ª BEA Systems, Inc. ªª ª ª ª ª ª ª ª ªªª

More information

file.book

file.book BEAWebLogic Server WebLogic File ªªª ª ªªªªª ª BEA WebLogic Server ªªª ª ª 7.0 ªª ª ª u : 2002 6 28 m Copyright 2002, BEA Systems, Inc. All Rights Reserved. ªª ª ªªª ª BEA Systems, Inc. ªª ª ª ª ª ª ª

More information

MultiPASS B-20 MultiPASS Suite 3.10使用説明書

MultiPASS B-20 MultiPASS Suite 3.10使用説明書 TM MultiPASS Suite Ver.3.10 for Windows ii iii Copyright 1999 Canon Inc. ALL RIGHTS RESERVED iv v vi vii viii ix x 1 2 3 4 5 6 7 8 9 xi xii 1 1 1-1 1 2 3 1-2 4 5 1 1-3 6 1-4 1 7 8 1-5 9 10 11 1-6 1 1-7

More information

manual.dvi

manual.dvi oscommerce 2002 9 6 oscommerce oscommerce 2.2 1 1 1.1................................................. 1 1.1.1......................................... 1 1.2.................................................

More information

ESA_UI_1110.PDF

ESA_UI_1110.PDF ESA SAP SAP SAP Web AS SAP SAP : ESA ESA : CAF ESA SAP SAP SAP : ESA ESA : CAF ESA SAP SAP SAP Office???? SAP Japan Co., Ltd. 2004, Title of Presentation / Speaker Name / 4 SAP SAP : ESA ESA : CAF ESA

More information

Oracle Identity Managementの概要およびアーキテクチャ

Oracle Identity Managementの概要およびアーキテクチャ Oracle Identity Management 2003 12 Oracle Identity Management... 3 ID... 3 ID... 4 ID... 4 Oracle Identity Management... 5 Oracle Identity Management... 6 Oracle Identity Management... 7 ID... 8 Application

More information

new_logo.eps

new_logo.eps Oracle for Windows NT and Windows 95/98 8.1.5 1999 5 : A62908-1 Oracle for Windows NT and Windows 95/98 8.1.5 : A62908-1 1 1999 5 1 Oracle Call Interface Getting Started Release 8.1.5 for Windows NT and

More information

<Documents Title Here>

<Documents Title Here> Oracle Application Server 10g(10.1.2) for Microsoft Windows Portal Oracle Application Server 10g(10.1.2) for Microsoft Windows Portal Oracle Application Server 10g(10.1.2) Oracle Application Server(OracleAS)

More information

Cosminexus Application Designer操作ガイド

Cosminexus Application Designer操作ガイド Cosminexus Application Designer 3020-3-M91 OS Windows Server 2003 Windows Server 2003 R2 Windows XP Windows Vista P-2443-7E74 ucosminexus Developer Standard 07-50 P-2443-7F74 ucosminexus Developer Professional

More information

Oracleコール・インタフェース for Windows スタート・ガイド リリース8.1.6

Oracleコール・インタフェース for Windows スタート・ガイド リリース8.1.6 Oracle for Windows 8.1.6 2000 4 : J01324-01 Oracle for Windows 8.1.6 : J01324-01 Oracle Call Interface Getting Started, Release 8.1.6 for Windows A73022-01 Eric Belden Joseph Garcia Lisa Giambruno Michael

More information

rzat10pdf.ps

rzat10pdf.ps IBM i 7.2 IBM Navigator for i IBM IBM i 7.2 IBM Navigator for i IBM 9 IBM i 7.2 ( 5770-SS1) RISC CISC IBM IBM i Version 7.2 Connecting to your system Connecting to IBM Navigator for i Copyright IBM Corporation

More information

untitled

untitled Oracle Enterprise Repository etrust SiteMinder 10g 3 (10.3) 2008 10 Oracle Enterprise Repository etrust SiteMinder Setup and Configuration Guide, 10g Release 3 (10.3) Copyright 2007, 2008, Oracle. All

More information

... 2... 7... 8... 8... 9... 10... 12... 13... 13.... 13... 13... 13... 13... 13... 13... 14... 14... 14... 14... 14... 14... 14... 14... 14.... 14... 14... 16.... 16... 16... 17 Microsoft Licensing Product

More information

Windows Macintosh 18 Java Windows 21 Java Macintosh

Windows Macintosh 18 Java Windows 21 Java Macintosh 2 2 2 6 6 6 12 16 17 18 Windows Macintosh 18 Java Windows 21 Java Macintosh 23 25 26 26 27 33 34 40 48 55 57 60 Sun Sun Microsystems Java Java Sun Microsystems, Inc. Microsoft Windows Windows Microsoft

More information

Oracle Application Server 10gリリース2( )Oracle HTTP Serverの概要

Oracle Application Server 10gリリース2( )Oracle HTTP Serverの概要 Oracle Application Server 10g 2 10.1.2.0.2 Oracle HTTP Server 2005 10 Oracle Application Server 10g Oracle HTTP Server... 3 OHS:... 4 Web... 4... 4 OHS: Web... 5... 5 Oracle HTTP Server... 5... 7 OHS...

More information

<Documents Title Here>

<Documents Title Here> Oracle Application Server 10g(9.0.4) for Microsoft Windows Portal Oracle Application Server 10g(9.0.4) for Microsoft Windows Portal Oracle Application Server 10g(9.0.4) Oracle Application Server(OracleAS)

More information

Oracle8 Workgroup Server for Windows NTインストレーション・ガイド,リリース8.0.6

Oracle8 Workgroup Server for Windows NTインストレーション・ガイド,リリース8.0.6 Oracle8 Workgroup Server for Windows NT 8.0.6 2000 5 : J00213-01 Oracle8 Workgroup Server for Windows NT, 8.0.6 : J00213-01 Oracle8 Release 8.0.6 for Windows NT A69969-01 Copyright 1999, 2000, Oracle Corporation.

More information

はじめての帳票作成

はじめての帳票作成 ucosminexus EUR 3020-7-532 OS Windows Vista Windows XP P-26D2-5684 ucosminexus EUR Designer 08-00 P-26D2-5784 ucosminexus EUR Developer 08-00 ISO9001 TickIT Microsoft Microsoft Corp. Microsoft Excel Microsoft

More information

BC4J...4 BC4J Association JSP BC4J JSP OC4J

BC4J...4 BC4J Association JSP BC4J JSP OC4J lê~åäévá=gaéîéäçééê= 9.0.3/9.0.4 BC4J Creation Date: Oct 08, 2003 Last Update: Feb 27, 2004 Version 1.0 ...3... 3 BC4J...4 BC4J...4... 4... 5... 6...7... 8... 9 Association... 13... 15... 20... 22... 25

More information

tutorial.book

tutorial.book BEAWebLogic Integration WebLogic Integration ªªªª ª ª ªªªª 7.0 ªª ª ª : 2002 6 m Copyright 2002, BEA Systems, Inc. All Rights Reserved. ªª ª ªªª ª BEA Systems, Inc. ªª ª ª ª ª ª ª ª ªªª «BEA «vw ~ ª ªª

More information

組織変更ライブラリ

組織変更ライブラリ 2003 6 1...1 2...2 3...4 3.1...4 3.2...5 3.3...6 3.4...6 4...7 4.1...7 4.2...9 4.3...9 4.4...10 4.5...10 5 Web...11 5.1 WebUI...11 5.2Oracle 9iFS WebUI...12 6Oracle9i AS...13 6.1OiD...13 6.2 SSO...13 7...14

More information

22 (266) / Web PF-Web Web Web Web / Web Web PF-Web Web Web Web CGI Web Web 1 Web PF-Web Web Perl C CGI A Pipe/Filter Architecture Based Software Gener

22 (266) / Web PF-Web Web Web Web / Web Web PF-Web Web Web Web CGI Web Web 1 Web PF-Web Web Perl C CGI A Pipe/Filter Architecture Based Software Gener 22 (266) / Web PF-Web Web Web Web / Web Web PF-Web Web Web Web CGI Web Web 1 Web PF-Web Web Perl C CGI A Pipe/Filter Architecture Based Software Generator PF-Web for Constructing Web Applications. Tomohiro

More information

relnotes.book

relnotes.book BEAWebLogic Platform ªªªª ªªª ªªª ª ª 7.0 Service Pack 5 ªª ª ª : 2004 4 8 m Copyright 2004, BEA Systems, Inc. All Rights Reserved. ª ª ª ªªª ª BEA Systems, Inc. ªª ª ª ª ª ª ª ª ªª ª ( BEA ) vw ~ ª ªª

More information

edi.book

edi.book BEAWebLogic Integration WebLogic Integration EDI ªªªªª ª ªªªª 7.0 ªª ª ª : 2002 6 m Copyright 2002 BEA Systems, Inc. All Rights Reserved. ªª ª ªªª ª BEA Systems, Inc. ªª ª ª ª ª ª ª ª ªª ª «BEA «vw ~ ª

More information

java_servlet2_見本

java_servlet2_見本 13 2 JSF Web 1 MVC HTML JSP Velocity Java 14 JSF UI PC GUI JSF Web 2.1 JSF JSF Web FORM FORM 2-1 JSF role, JSF JSF 15 Web JSF JSF Web Macromedia JSF JSF JSF 2.2 / Subscriber package com.mycompany.newsservice.models;

More information

- 2 Copyright (C) 2006. All Rights Reserved.

- 2 Copyright (C) 2006. All Rights Reserved. - 2 Copyright (C) 2006. All Rights Reserved. 2-3 Copyright (C) 2006. All Rights Reserved. 70-4 Copyright (C) 2006. All Rights Reserved. ...1...3...7...8 1...9...14...16 2...18...20...21 3...22...23...23...24

More information

comtools.book

comtools.book BEAWebLogic Integration ô BPM Command Line Administration Tool ªªªªª ª ªªªª 7.0 SP2 ªª ª ª : 2003 2 m Copyright 2003, BEA Systems, Inc. All Rights Reserved. ªª ª ªªª ª BEA Systems, Inc. ªª ª ª ª ª ª ª

More information

Oracle Enterprise Manager概説 リリース2.2

Oracle Enterprise Manager概説 リリース2.2 Oracle Enterprise Manager 2.2 2000 11 : J02261-01 Oracle Enterprise Manager 2.2 : J02261-01 Oracle Enterprise Manager Concepts Guide, Release 2.2 A85250-01 Copyright 1996, 2000, Oracle Corporation. All

More information

...h.book

...h.book OCR OCR OCR OCR OCR 2004 1 MicrosoftWindowsWindows NT Microsoft Corporation Netscape Netscape Communications Corporation Yahoo! JAPANhttp://www.yahoo.co.jp/ Microsoft Corporation OCR i Multilingual OCR

More information

Windows Oracle -Web - Copyright Oracle Corporation Japan, All rights reserved.

Windows Oracle -Web - Copyright Oracle Corporation Japan, All rights reserved. Windows Oracle -Web - Copyright Oracle Corporation Japan, 2004. All rights reserved. Agenda Oracle Windows Windows Oracle 1 / Active Directory/Enterprise User Security 1-1 Windows 1-2 Kerberos 1-3 Enterprise

More information

Oracle Application Server 10g Release 3(10.1.3)Oracle HTTP Serverの概要

Oracle Application Server 10g Release 3(10.1.3)Oracle HTTP Serverの概要 Oracle Application Server 10g Release 3 10.1.3 Oracle HTTP Server Oracle 2005 12 Oracle Application Server 10g Oracle HTTP Server... 3 OHS:... 3 Oracle HTTP Server... 4 Apache : HTTP v1.1... 4 Apache 2.0...

More information

Oracle Application Server 10g(9

Oracle Application Server 10g(9 Oracle Application Server 10g(10.1.2) for Microsoft Windows Infrastructure Oracle Application Server 10g(10.1.2) for Microsoft Windows Infrastructure...2...3...4...5...7...7...7 OS...10...12...13...15...29...29

More information

untitled

untitled FutureNet Microsoft Corporation Microsoft Windows Windows 95 Windows 98 Windows NT4.0 Windows 2000, Windows XP, Microsoft Internet Exproler (1) (2) (3) COM. (4) (5) ii ... 1 1.1... 1 1.2... 3 1.3... 6...

More information

CAC

CAC VOL.24NO.1 61 IMS Transaction 3270 DataBase Transaction OS/370 IMS Traditional Transaction Web Browser Transaction Internet WWW AP IIS APache WebLogic Websphere DataBase Oracle DB2 SQL Server Web Browser

More information

Microsoft Intune MDM ソリューション向けDigiCert® 統合ガイド

Microsoft Intune MDM ソリューション向けDigiCert® 統合ガイド Microsoft Intune MDM DigiCert 2018 7 31 Microsoft Intune MDM DigiCert : 2018 7 31 Copyright 2018 DigiCert, Inc. All rights reserved. DigiCert DigiCert DigiCert, Inc. Symantec Norton Symantec Corporation

More information

FileMaker Server 9 Getting Started Guide

FileMaker Server 9 Getting Started Guide FileMaker Server 10 2007-2009 FileMaker, Inc. All rights reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento Bento FileMaker, Inc. Mac Mac Apple Inc. FileMaker

More information

I

I I II III IV V VI VII VIII IX X XI XII XIII XIV 1. 2 3 4 5 2. 6 7 8 3. 1 2 3 9 4 5 10 6 11 4. 1 2 3 1 2 12 1 2 3 1 2 3 13 14 1 2 1 15 16 1. 20 1 21 1 22 23 1 2 3 4 24 1 2 ok 25 1 2 26 1 2 3 27 2. 28

More information

2 2 2 6 9 9 10 14 18 19 21 22 22 Java 23 24 25 25 26 30 31 32 39 46 53 55 58 2 2.0 2.0R Ver.2.0R Java Java 2.0 2.0R 2.0R 2.0 Ver2.0 2.0R Ver2.0R 19 Sun Sun Microsystems Java Java Sun Microsystems, Inc.

More information

JB_weblogic_guide.indd

JB_weblogic_guide.indd WebSphere JBoss Enterprise Application Platform WebSphere JBoss Enterprise Application Platform www.jp.redhat.com/jboss 1. 3 3 4 2. 4 4 5 7 9 14 19 3. 20 20 I 21 II 21 III 23 IV 25 V 26 4. 26 26 27 30

More information

JEE 上の Adobe Experience Manager forms のインストールおよびデプロイ(WebLogic 版)

JEE 上の Adobe Experience Manager forms のインストールおよびデプロイ(WebLogic 版) JEE ADOBE EXPERIENCE MANAGER FORMS WEBLOGIC http://help.adobe.com/ja_jp/legalnotices/index.html iii 1 AEM forms 2 AEM Forms 3 4 - WebLogic Server 4.1............................................................................

More information

名刺ファイリングOCR ユーザーズガイド

名刺ファイリングOCR ユーザーズガイド OCR OCR OCR OCR OCR 2004 9 MicrosoftWindowsWindows NT Microsoft Corporation Netscape Netscape Communications Corporation Yahoo! JAPANhttp://www.yahoo.co.jp/ Microsoft Corporation OCR i Multilingual OCR

More information

ohp.mgp

ohp.mgp 2019/06/11 A/B -- HTML/WWW(World Wide Web -- (TA:, [ 1 ] !!? Web Page http://edu-gw2.math.cst.nihon-u.ac.jp/~kurino VNC Server Address : 10.9.209.159 Password : vnc-2019 (2019/06/04 : : * * / / : (cf.

More information

2

2 1 2 3 4 5 6 7 8 9 10 I II III 11 IV 12 V 13 VI VII 14 VIII. 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 _ 33 _ 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 VII 51 52 53 54 55 56 57 58 59

More information

Oracle JDeveloper 10g ADF Creation Date: Jul 07, 2004 Last Update: Jul 08, 2004 Version 1.0

Oracle JDeveloper 10g ADF Creation Date: Jul 07, 2004 Last Update: Jul 08, 2004 Version 1.0 Oracle JDeveloper 10g ADF Creation Date: Jul 07, 2004 Last Update: Jul 08, 2004 Version 1.0 ... 1... 2... 3... 5... 6... 6... 9... 9 Vector... 10 Struts... 12... 14 cart.jsp 1... 15 cart.jsp 2... 17 JSP...

More information

Microsoft Word - FWTEC0003.doc

Microsoft Word - FWTEC0003.doc IBM FormWave for WebSphere 公開技術文書 #FWTEC0003 Windows の更新プログラム (KB912945) におけ る FormWave への影響とその回避方法 最終更新日 :2006/04/03 Copyright International Business Machines Corporation 2006. All rights reserved. FormWave

More information

untitled

untitled i ii iii iv v 43 43 vi 43 vii T+1 T+2 1 viii 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 a) ( ) b) ( ) 51

More information

secwlres.book

secwlres.book BEA WebLogic Server WebLogic ªªªª ªªª ªª BEA WebLogic Server ªªª ª ª 7.0 ªª ª ª u :2003 7 18 m Copyright 2003, BEA Systems, Inc. All Rights Reserved. ÑÔÒÏÏÎÆÍËÔÓÕÎÖÊÂBEA Systems, Inc. Ê Ó Ï Ï ÑÑÒÕÑ ( ÂÃBEAÃÉÆÆÌÈ

More information

ii II Web Web HTML CSS PHP MySQL Web Web CSS JavaScript Web SQL Web 2014 3

ii II Web Web HTML CSS PHP MySQL Web Web CSS JavaScript Web SQL Web 2014 3 Web 2.0 Web Web Web Web Web Web Web I II I ii II Web Web HTML CSS PHP MySQL Web Web CSS JavaScript Web SQL Web 2014 3 1. 1.1 Web... 1 1.1.1... 3 1.1.2... 3 1.1.3... 4 1.2... 4 I 2 5 2. HTMLCSS 2.1 HTML...

More information

Oracle HTML DBのテンプレート・カスタマイズ

Oracle HTML DBのテンプレート・カスタマイズ Oracle HTML DB 2003 10 Oracle HTML DB... 3... 3... 5... 5 1:... 6 2:... 6 3: 2... 7... 8... 8... 8 CSS JavaScript... 10 HTML DB... 11... 11 Oracle HTML DB 2 Oracle Corporation Customizing Templates in

More information

snmpman.book

snmpman.book BEAWebLogic Server SNMP ÏÏÒ BEA WebLogic Server Ó ÑÕ 7.0 ÔÓÕÎÖÊ u : 2002 8 28 m Copyright 2002, BEA Systems, Inc. All Rights Reserved. ÑÔÒÏÏÎÆÍËÔÓÕÎÖÊÂBEA Systems, Inc. Ê Ó Ï Ï ÑÑÒÕÑ ÂÃBEAÃÉÆÆÌÈ Ê vw Ê

More information

JP1/Integrated Management - Service Support 操作ガイド

JP1/Integrated Management - Service Support 操作ガイド JP1 Version 9 JP1/Integrated Management - Service Support 3020-3-R92-10 P-242C-8F94 JP1/Integrated Management - Service Support 09-50 OS Windows Server 2008 Windows Server 2003 OS JP1/Integrated Management

More information

Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows

Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows Systemwalker IT Service Management Systemwalker Centric Manager IT Service

More information

SAP Solution in Detail SAP Business One SAP Business One 1 SAP Business One 5 SAP Business One 5 1 5 5 5 6 6 SAP Business One 6 / 6 / 6 / 7 / 7 / 7 / 7 SAP Business One 8 8 9 9 CRM 9 CRM 10 10 SAP Business

More information

<Insert Picture Here>

<Insert Picture Here> Copyright Corporation Japan, 2006. All rights reserved. 3 Business Intelligence Enterprise Semantic Model vs. BI BI BAM Insight Driven Actions Copyright Corporation Japan, 2006. All

More information

Oracle Secure Enterprise Search 10gを使用したセキュアな検索

Oracle Secure Enterprise Search 10gを使用したセキュアな検索 Oracle Secure Enterprise Search 10g 2006 3 Oracle Secure Enterprise Search 10g... 3... 3... 3... 4 Oracle Internet Directory... 4 Microsoft Active Directory... 5... 5 1... 5 2... 6 3 ACL... 6 4 ACL...

More information

jconnector.book

jconnector.book BEAWebLogic Server WebLogic J2EE ÐÓ ÐÑ Î ÐÒÐÒÕ BEA WebLogic Server Ó ÑÕ 7.0 ÔÓÕÎÖÊ u : 2004 4 m Copyright 2002, BEA Systems, Inc. All Rights Reserved. ÑÔÒÏÏÎÆÍËÔÓÕÎÖÊÂBEA Systems, Inc. Ê Ó Ï Ï ÑÑÒÕÑ (

More information

III

III III 1 1 2 1 2 3 1 3 4 1 3 1 4 1 3 2 4 1 3 3 6 1 4 6 1 4 1 6 1 4 2 8 1 4 3 9 1 5 10 1 5 1 10 1 5 2 12 1 5 3 12 1 5 4 13 1 6 15 2 1 18 2 1 1 18 2 1 2 19 2 2 20 2 3 22 2 3 1 22 2 3 2 24 2 4 25 2 4 1 25 2

More information

iii iv v vi vii viii ix 1 1-1 1-2 1-3 2 2-1 3 3-1 3-2 3-3 3-4 4 4-1 4-2 5 5-1 5-2 5-3 5-4 5-5 5-6 5-7 6 6-1 6-2 6-3 6-4 6-5 6 6-1 6-2 6-3 6-4 6-5 7 7-1 7-2 7-3 7-4 7-5 7-6 7-7 7-8 7-9 7-10 7-11 8 8-1

More information

WebLogic 6.0

WebLogic 6.0 BEA Web BEA Agenda BEA BEA Web Web Web BEA BEA 3,500 $819.8 million 990 32 92 10,000 E- BEA WebLogic E-Business Platform BEA WebLogic Server BEA WebLogic Integration BEA WebLogic Portal BEA Tuxedo / BEA

More information

SSO Sales/Tech combined webinar template

SSO Sales/Tech combined webinar template HP Web e-speak web HP Agenda page 2 Search Engine Google Web Site www.hp.com Search Engine Yahoo Web page 3 Web Web Web page 4 CHAPTER 1 Do It Yourself CHAPTER 2 Do It For Me PC,, ITS... etc.) page 5 E-service

More information

Oracle9i JDeveloperによるWebサービスの構築

Oracle9i JDeveloperによるWebサービスの構築 Oracle9i JDeveloper Web Web Web Web Web Web EJB Web EJB Web Web Oracle9iAS Apache SOAP WSDL Web Web Web Oracle9i JDeveloper Java XML Web Web Web Web Simple Object Access Protocol SOAP :Web Web Services

More information

KWCR3.0 instration

KWCR3.0 instration KeyWeb Creator R3.0 R3.0 for MS-Windows 2005 10 B25586-01 Oracle Oracle Oracle Corporation Copyright 2005, Oracle Corporation All Right Reserved KeyWeb Creator R3.0 2005 10 Copyright 1997-2005 KeyWeb Creator

More information

1 1. Page 1 intra -mart EE Page 2 Copyright 2004 NTT All rights Reserved. 2 Page 3 intra -mart EE Page 4 Copyright 2004 NTT All rights Reserved. 0Web EE Page 5 intra -mart Page 6 Copyright 2004 NTT All

More information