Skip to content

Commit d8a0491

Browse files
Ciclo de vida en JSF uPDATE
1 parent ab79518 commit d8a0491

27 files changed

+809
-0
lines changed

CicloVidaJSF/.classpath

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" output="target/classes" path="src/main/java">
4+
<attributes>
5+
<attribute name="optional" value="true"/>
6+
<attribute name="maven.pomderived" value="true"/>
7+
</attributes>
8+
</classpathentry>
9+
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
10+
<attributes>
11+
<attribute name="maven.pomderived" value="true"/>
12+
</attributes>
13+
</classpathentry>
14+
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
15+
<attributes>
16+
<attribute name="optional" value="true"/>
17+
<attribute name="maven.pomderived" value="true"/>
18+
<attribute name="test" value="true"/>
19+
</attributes>
20+
</classpathentry>
21+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
22+
<attributes>
23+
<attribute name="maven.pomderived" value="true"/>
24+
</attributes>
25+
</classpathentry>
26+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
27+
<attributes>
28+
<attribute name="maven.pomderived" value="true"/>
29+
</attributes>
30+
</classpathentry>
31+
<classpathentry kind="src" path="target/generated-sources/annotations">
32+
<attributes>
33+
<attribute name="optional" value="true"/>
34+
<attribute name="maven.pomderived" value="true"/>
35+
<attribute name="ignore_optional_problems" value="true"/>
36+
<attribute name="m2e-apt" value="true"/>
37+
</attributes>
38+
</classpathentry>
39+
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
40+
<attributes>
41+
<attribute name="optional" value="true"/>
42+
<attribute name="maven.pomderived" value="true"/>
43+
<attribute name="ignore_optional_problems" value="true"/>
44+
<attribute name="m2e-apt" value="true"/>
45+
<attribute name="test" value="true"/>
46+
</attributes>
47+
</classpathentry>
48+
<classpathentry kind="output" path="target/classes"/>
49+
</classpath>

CicloVidaJSF/.project

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>HolaMundoJSF</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.m2e.core.maven2Builder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
</buildSpec>
19+
<natures>
20+
<nature>org.eclipse.jdt.core.javanature</nature>
21+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
22+
</natures>
23+
<filteredResources>
24+
<filter>
25+
<id>1628118827407</id>
26+
<name></name>
27+
<type>30</type>
28+
<matcher>
29+
<id>org.eclipse.core.resources.regexFilterMatcher</id>
30+
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
31+
</matcher>
32+
</filter>
33+
</filteredResources>
34+
</projectDescription>
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
eclipse.preferences.version=1
2+
encoding//src/main/java=UTF-8
3+
encoding//src/main/resources=UTF-8
4+
encoding/<project>=UTF-8
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.apt.aptEnabled=false
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
3+
org.eclipse.jdt.core.compiler.compliance=1.8
4+
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
5+
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
6+
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
7+
org.eclipse.jdt.core.compiler.processAnnotations=disabled
8+
org.eclipse.jdt.core.compiler.release=disabled
9+
org.eclipse.jdt.core.compiler.source=1.8
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
activeProfiles=
2+
eclipse.preferences.version=1
3+
resolveWorkspaceProjects=true
4+
version=1

CicloVidaJSF/diagram.bpmn

Lines changed: 168 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,168 @@
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>

CicloVidaJSF1/.classpath

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" output="target/classes" path="src/main/java">
4+
<attributes>
5+
<attribute name="optional" value="true"/>
6+
<attribute name="maven.pomderived" value="true"/>
7+
</attributes>
8+
</classpathentry>
9+
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
10+
<attributes>
11+
<attribute name="maven.pomderived" value="true"/>
12+
</attributes>
13+
</classpathentry>
14+
<classpathentry kind="src" output="target/test-classes" path="src/test/java">
15+
<attributes>
16+
<attribute name="optional" value="true"/>
17+
<attribute name="maven.pomderived" value="true"/>
18+
<attribute name="test" value="true"/>
19+
</attributes>
20+
</classpathentry>
21+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
22+
<attributes>
23+
<attribute name="maven.pomderived" value="true"/>
24+
</attributes>
25+
</classpathentry>
26+
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
27+
<attributes>
28+
<attribute name="maven.pomderived" value="true"/>
29+
</attributes>
30+
</classpathentry>
31+
<classpathentry kind="src" path="target/generated-sources/annotations">
32+
<attributes>
33+
<attribute name="optional" value="true"/>
34+
<attribute name="maven.pomderived" value="true"/>
35+
<attribute name="ignore_optional_problems" value="true"/>
36+
<attribute name="m2e-apt" value="true"/>
37+
</attributes>
38+
</classpathentry>
39+
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
40+
<attributes>
41+
<attribute name="optional" value="true"/>
42+
<attribute name="maven.pomderived" value="true"/>
43+
<attribute name="ignore_optional_problems" value="true"/>
44+
<attribute name="m2e-apt" value="true"/>
45+
<attribute name="test" value="true"/>
46+
</attributes>
47+
</classpathentry>
48+
<classpathentry kind="output" path="target/classes"/>
49+
</classpath>

CicloVidaJSF1/.project

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>HolaMundoJSF</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.m2e.core.maven2Builder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
</buildSpec>
19+
<natures>
20+
<nature>org.eclipse.jdt.core.javanature</nature>
21+
<nature>org.eclipse.m2e.core.maven2Nature</nature>
22+
</natures>
23+
<filteredResources>
24+
<filter>
25+
<id>1628118827407</id>
26+
<name></name>
27+
<type>30</type>
28+
<matcher>
29+
<id>org.eclipse.core.resources.regexFilterMatcher</id>
30+
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
31+
</matcher>
32+
</filter>
33+
</filteredResources>
34+
</projectDescription>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
eclipse.preferences.version=1
2+
encoding//src/main/java=UTF-8
3+
encoding//src/main/resources=UTF-8
4+
encoding//src/test/java=UTF-8
5+
encoding/<project>=UTF-8

0 commit comments

Comments
 (0)