|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<definitions xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL" xmlns:bpmndi="http://www.omg.org/spec/BPMN/20100524/DI" xmlns:omgdi="http://www.omg.org/spec/DD/20100524/DI" xmlns:omgdc="http://www.omg.org/spec/DD/20100524/DC" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="sid-38422fae-e03e-43a3-bef4-bd33b32041b2" targetNamespace="http://bpmn.io/bpmn" exporter="bpmn-js (https://demo.bpmn.io)" exporterVersion="8.7.1"> |
| 3 | + <process id="Process_1" isExecutable="false"> |
| 4 | + <startEvent id="StartEvent_1y45yut" name="Inicio"> |
| 5 | + <outgoing>SequenceFlow_0h21x7r</outgoing> |
| 6 | + </startEvent> |
| 7 | + <task id="Task_1hcentk" name="Capa Cliente"> |
| 8 | + <incoming>SequenceFlow_0h21x7r</incoming> |
| 9 | + <outgoing>Flow_1u8r72d</outgoing> |
| 10 | + </task> |
| 11 | + <sequenceFlow id="SequenceFlow_0h21x7r" sourceRef="StartEvent_1y45yut" targetRef="Task_1hcentk" /> |
| 12 | + <task id="Activity_0mown8x" name="Capa Web(JSF)"> |
| 13 | + <incoming>Flow_1u8r72d</incoming> |
| 14 | + <outgoing>Flow_0lv4jls</outgoing> |
| 15 | + </task> |
| 16 | + <sequenceFlow id="Flow_1u8r72d" sourceRef="Task_1hcentk" targetRef="Activity_0mown8x" /> |
| 17 | + <task id="Activity_1aprv6i" name="Capa de Negocio"> |
| 18 | + <incoming>Flow_0lv4jls</incoming> |
| 19 | + <outgoing>Flow_01iw2ax</outgoing> |
| 20 | + </task> |
| 21 | + <sequenceFlow id="Flow_0lv4jls" sourceRef="Activity_0mown8x" targetRef="Activity_1aprv6i" /> |
| 22 | + <task id="Activity_1b54hn6" name="Capa de Datos"> |
| 23 | + <incoming>Flow_01iw2ax</incoming> |
| 24 | + <outgoing>Flow_1xcree9</outgoing> |
| 25 | + <dataOutputAssociation id="DataOutputAssociation_0msie9x"> |
| 26 | + <targetRef>DataStoreReference_03ahy16</targetRef> |
| 27 | + </dataOutputAssociation> |
| 28 | + </task> |
| 29 | + <dataStoreReference id="DataStoreReference_03ahy16" name="JDBC" /> |
| 30 | + <endEvent id="Event_1j71att" name="Fin"> |
| 31 | + <incoming>Flow_1xcree9</incoming> |
| 32 | + </endEvent> |
| 33 | + <sequenceFlow id="Flow_1xcree9" sourceRef="Activity_1b54hn6" targetRef="Event_1j71att" /> |
| 34 | + <sequenceFlow id="Flow_01iw2ax" sourceRef="Activity_1aprv6i" targetRef="Activity_1b54hn6" /> |
| 35 | + <textAnnotation id="TextAnnotation_120t5om"> |
| 36 | + <text>HTML, CSS Y JS</text> |
| 37 | + </textAnnotation> |
| 38 | + <association id="Association_07wvgbs" sourceRef="Task_1hcentk" targetRef="TextAnnotation_120t5om" /> |
| 39 | + <textAnnotation id="TextAnnotation_076ukt9"> |
| 40 | + <text>Managed Beans (Controlador)</text> |
| 41 | + </textAnnotation> |
| 42 | + <association id="Association_1kcgtdx" sourceRef="Activity_0mown8x" targetRef="TextAnnotation_076ukt9" /> |
| 43 | + <textAnnotation id="TextAnnotation_15ui8kn"> |
| 44 | + <text>JavaBeans(Modelo)</text> |
| 45 | + </textAnnotation> |
| 46 | + <association id="Association_190s6mo" sourceRef="Activity_0mown8x" targetRef="TextAnnotation_15ui8kn" /> |
| 47 | + <textAnnotation id="TextAnnotation_1759ajl"> |
| 48 | + <text>Facelets JSPt ags (Vista)</text> |
| 49 | + </textAnnotation> |
| 50 | + <association id="Association_0cl2qhh" sourceRef="Activity_0mown8x" targetRef="TextAnnotation_1759ajl" /> |
| 51 | + <textAnnotation id="TextAnnotation_113co8h"> |
| 52 | + <text>Objetos de negocio</text> |
| 53 | + </textAnnotation> |
| 54 | + <association id="Association_1qjuslb" sourceRef="Activity_1aprv6i" targetRef="TextAnnotation_113co8h" /> |
| 55 | + <textAnnotation id="TextAnnotation_12wua9t"> |
| 56 | + <text>Objetos Entidad</text> |
| 57 | + </textAnnotation> |
| 58 | + <association id="Association_06pkh92" sourceRef="Activity_1b54hn6" targetRef="TextAnnotation_12wua9t" /> |
| 59 | + </process> |
| 60 | + <bpmndi:BPMNDiagram id="BpmnDiagram_1"> |
| 61 | + <bpmndi:BPMNPlane id="BpmnPlane_1" bpmnElement="Process_1"> |
| 62 | + <bpmndi:BPMNShape id="TextAnnotation_1759ajl_di" bpmnElement="TextAnnotation_1759ajl"> |
| 63 | + <omgdc:Bounds x="720" y="180" width="100" height="40" /> |
| 64 | + </bpmndi:BPMNShape> |
| 65 | + <bpmndi:BPMNShape id="TextAnnotation_15ui8kn_di" bpmnElement="TextAnnotation_15ui8kn"> |
| 66 | + <omgdc:Bounds x="560" y="120" width="100" height="40" /> |
| 67 | + </bpmndi:BPMNShape> |
| 68 | + <bpmndi:BPMNShape id="TextAnnotation_076ukt9_di" bpmnElement="TextAnnotation_076ukt9"> |
| 69 | + <omgdc:Bounds x="520" y="413" width="100" height="54" /> |
| 70 | + </bpmndi:BPMNShape> |
| 71 | + <bpmndi:BPMNShape id="TextAnnotation_120t5om_di" bpmnElement="TextAnnotation_120t5om"> |
| 72 | + <omgdc:Bounds x="310" y="405" width="100" height="40" /> |
| 73 | + </bpmndi:BPMNShape> |
| 74 | + <bpmndi:BPMNShape id="TextAnnotation_113co8h_di" bpmnElement="TextAnnotation_113co8h"> |
| 75 | + <omgdc:Bounds x="830" y="450" width="100" height="40" /> |
| 76 | + </bpmndi:BPMNShape> |
| 77 | + <bpmndi:BPMNShape id="TextAnnotation_12wua9t_di" bpmnElement="TextAnnotation_12wua9t"> |
| 78 | + <omgdc:Bounds x="1090" y="425" width="100" height="30" /> |
| 79 | + </bpmndi:BPMNShape> |
| 80 | + <bpmndi:BPMNEdge id="SequenceFlow_0h21x7r_di" bpmnElement="SequenceFlow_0h21x7r"> |
| 81 | + <omgdi:waypoint x="218" y="250" /> |
| 82 | + <omgdi:waypoint x="269" y="250" /> |
| 83 | + <omgdi:waypoint x="269" y="320" /> |
| 84 | + <omgdi:waypoint x="350" y="320" /> |
| 85 | + </bpmndi:BPMNEdge> |
| 86 | + <bpmndi:BPMNEdge id="Flow_1u8r72d_di" bpmnElement="Flow_1u8r72d"> |
| 87 | + <omgdi:waypoint x="450" y="320" /> |
| 88 | + <omgdi:waypoint x="510" y="320" /> |
| 89 | + <omgdi:waypoint x="510" y="260" /> |
| 90 | + <omgdi:waypoint x="560" y="260" /> |
| 91 | + </bpmndi:BPMNEdge> |
| 92 | + <bpmndi:BPMNEdge id="Flow_0lv4jls_di" bpmnElement="Flow_0lv4jls"> |
| 93 | + <omgdi:waypoint x="660" y="260" /> |
| 94 | + <omgdi:waypoint x="690" y="260" /> |
| 95 | + <omgdi:waypoint x="690" y="300" /> |
| 96 | + <omgdi:waypoint x="830" y="300" /> |
| 97 | + </bpmndi:BPMNEdge> |
| 98 | + <bpmndi:BPMNEdge id="Flow_1xcree9_di" bpmnElement="Flow_1xcree9"> |
| 99 | + <omgdi:waypoint x="1190" y="300" /> |
| 100 | + <omgdi:waypoint x="1230" y="300" /> |
| 101 | + <omgdi:waypoint x="1230" y="490" /> |
| 102 | + <omgdi:waypoint x="1352" y="490" /> |
| 103 | + </bpmndi:BPMNEdge> |
| 104 | + <bpmndi:BPMNEdge id="Flow_01iw2ax_di" bpmnElement="Flow_01iw2ax"> |
| 105 | + <omgdi:waypoint x="930" y="300" /> |
| 106 | + <omgdi:waypoint x="1090" y="300" /> |
| 107 | + </bpmndi:BPMNEdge> |
| 108 | + <bpmndi:BPMNShape id="Task_1hcentk_di" bpmnElement="Task_1hcentk"> |
| 109 | + <omgdc:Bounds x="350" y="280" width="100" height="80" /> |
| 110 | + </bpmndi:BPMNShape> |
| 111 | + <bpmndi:BPMNShape id="Activity_0mown8x_di" bpmnElement="Activity_0mown8x"> |
| 112 | + <omgdc:Bounds x="560" y="220" width="100" height="80" /> |
| 113 | + </bpmndi:BPMNShape> |
| 114 | + <bpmndi:BPMNShape id="StartEvent_1y45yut_di" bpmnElement="StartEvent_1y45yut"> |
| 115 | + <omgdc:Bounds x="182" y="232" width="36" height="36" /> |
| 116 | + <bpmndi:BPMNLabel> |
| 117 | + <omgdc:Bounds x="188" y="275" width="26" height="14" /> |
| 118 | + </bpmndi:BPMNLabel> |
| 119 | + </bpmndi:BPMNShape> |
| 120 | + <bpmndi:BPMNShape id="Activity_1b54hn6_di" bpmnElement="Activity_1b54hn6"> |
| 121 | + <omgdc:Bounds x="1090" y="260" width="100" height="80" /> |
| 122 | + </bpmndi:BPMNShape> |
| 123 | + <bpmndi:BPMNShape id="Event_1j71att_di" bpmnElement="Event_1j71att"> |
| 124 | + <omgdc:Bounds x="1352" y="472" width="36" height="36" /> |
| 125 | + <bpmndi:BPMNLabel> |
| 126 | + <omgdc:Bounds x="1362" y="515" width="16" height="14" /> |
| 127 | + </bpmndi:BPMNLabel> |
| 128 | + </bpmndi:BPMNShape> |
| 129 | + <bpmndi:BPMNShape id="Activity_1aprv6i_di" bpmnElement="Activity_1aprv6i"> |
| 130 | + <omgdc:Bounds x="830" y="260" width="100" height="80" /> |
| 131 | + </bpmndi:BPMNShape> |
| 132 | + <bpmndi:BPMNShape id="DataStoreReference_03ahy16_di" bpmnElement="DataStoreReference_03ahy16"> |
| 133 | + <omgdc:Bounds x="1115" y="105" width="50" height="50" /> |
| 134 | + <bpmndi:BPMNLabel> |
| 135 | + <omgdc:Bounds x="1125" y="81" width="29" height="14" /> |
| 136 | + </bpmndi:BPMNLabel> |
| 137 | + </bpmndi:BPMNShape> |
| 138 | + <bpmndi:BPMNEdge id="Association_0cl2qhh_di" bpmnElement="Association_0cl2qhh"> |
| 139 | + <omgdi:waypoint x="656" y="222" /> |
| 140 | + <omgdi:waypoint x="720" y="170" /> |
| 141 | + </bpmndi:BPMNEdge> |
| 142 | + <bpmndi:BPMNEdge id="Association_190s6mo_di" bpmnElement="Association_190s6mo"> |
| 143 | + <omgdi:waypoint x="610" y="220" /> |
| 144 | + <omgdi:waypoint x="610" y="160" /> |
| 145 | + </bpmndi:BPMNEdge> |
| 146 | + <bpmndi:BPMNEdge id="Association_1kcgtdx_di" bpmnElement="Association_1kcgtdx"> |
| 147 | + <omgdi:waypoint x="600" y="300" /> |
| 148 | + <omgdi:waypoint x="574" y="413" /> |
| 149 | + </bpmndi:BPMNEdge> |
| 150 | + <bpmndi:BPMNEdge id="Association_07wvgbs_di" bpmnElement="Association_07wvgbs"> |
| 151 | + <omgdi:waypoint x="384" y="360" /> |
| 152 | + <omgdi:waypoint x="366" y="405" /> |
| 153 | + </bpmndi:BPMNEdge> |
| 154 | + <bpmndi:BPMNEdge id="Association_1qjuslb_di" bpmnElement="Association_1qjuslb"> |
| 155 | + <omgdi:waypoint x="880" y="340" /> |
| 156 | + <omgdi:waypoint x="880" y="450" /> |
| 157 | + </bpmndi:BPMNEdge> |
| 158 | + <bpmndi:BPMNEdge id="Association_06pkh92_di" bpmnElement="Association_06pkh92"> |
| 159 | + <omgdi:waypoint x="1140" y="340" /> |
| 160 | + <omgdi:waypoint x="1140" y="425" /> |
| 161 | + </bpmndi:BPMNEdge> |
| 162 | + <bpmndi:BPMNEdge id="DataOutputAssociation_0msie9x_di" bpmnElement="DataOutputAssociation_0msie9x"> |
| 163 | + <omgdi:waypoint x="1141" y="260" /> |
| 164 | + <omgdi:waypoint x="1144" y="155" /> |
| 165 | + </bpmndi:BPMNEdge> |
| 166 | + </bpmndi:BPMNPlane> |
| 167 | + </bpmndi:BPMNDiagram> |
| 168 | +</definitions> |
0 commit comments