Skip to content

Commit 787366c

Browse files
committed
Initial revision
0 parents  commit 787366c

31 files changed

+1868
-0
lines changed

.adf/META-INF/adf-config.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="windows-1252" ?>
2+
<adf-config xmlns="http://xmlns.oracle.com/adf/config" xmlns:config="http://xmlns.oracle.com/bc4j/configuration"
3+
xmlns:adf="http://xmlns.oracle.com/adf/config/properties"
4+
xmlns:sec="http://xmlns.oracle.com/adf/security/config">
5+
<adf-adfm-config xmlns="http://xmlns.oracle.com/adfm/config">
6+
<defaults changeEventPolicy="ppr" useBindVarsForViewCriteriaLiterals="true" useBindValuesInFindByKey="true"
7+
mapNegativeScaleToIntegerTypes="true" executeEmptyOnException="true" iteratorRowValidationFlag="false"/>
8+
<startup>
9+
<amconfig-overrides>
10+
<config:Database jbo.locking.mode="optimistic"/>
11+
</amconfig-overrides>
12+
</startup>
13+
</adf-adfm-config>
14+
<adf:adf-properties-child xmlns="http://xmlns.oracle.com/adf/config/properties">
15+
<adf-property name="adfAppUID" value="ProgrammaticViewDemo.blog.anirbanm.prog"/>
16+
</adf:adf-properties-child>
17+
<sec:adf-security-child xmlns="http://xmlns.oracle.com/adf/security/config">
18+
<CredentialStoreContext credentialStoreClass="oracle.adf.share.security.providers.jps.CSFCredentialStore"
19+
credentialStoreLocation="../../src/META-INF/jps-config.xml"/>
20+
</sec:adf-security-child>
21+
</adf-config>

.adf/META-INF/connections.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<References xmlns="http://xmlns.oracle.com/adf/jndi">
2+
<Reference name="Hr" className="oracle.jdeveloper.db.adapter.DatabaseProvider" credentialStoreKey="Hr" xmlns="">
3+
<Factory className="oracle.jdevimpl.db.adapter.DatabaseProviderFactory1212"/>
4+
<RefAddresses>
5+
<StringRefAddr addrType="oraDriverType">
6+
<Contents>thin</Contents>
7+
</StringRefAddr>
8+
<StringRefAddr addrType="hostname">
9+
<Contents>localhost</Contents>
10+
</StringRefAddr>
11+
<SecureRefAddr addrType="password"/>
12+
<StringRefAddr addrType="subtype">
13+
<Contents>oraJDBC</Contents>
14+
</StringRefAddr>
15+
<StringRefAddr addrType="port">
16+
<Contents>1521</Contents>
17+
</StringRefAddr>
18+
<StringRefAddr addrType="user">
19+
<Contents>HR</Contents>
20+
</StringRefAddr>
21+
<StringRefAddr addrType="sid">
22+
<Contents>ORCL</Contents>
23+
</StringRefAddr>
24+
</RefAddresses>
25+
</Reference>
26+
</References>

.adf/META-INF/wsm-assembly.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0"?>
2+
<orawsp:wsm-assembly xmlns:orawsp="http://schemas.oracle.com/ws/2006/01/policy">
3+
</orawsp:wsm-assembly>
4+

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/.data
2+
/deploy
3+
/Data/classes
4+
/Data/deploy
5+
/Data/servers
6+
/ViewController/classes
7+
/ViewController/deploy
8+
/ViewController/servers
9+
/ViewController/public_html/WEB-INF/temp
10+
/ViewController/public_html/META-INF/.WL_internal
11+
/Model/classes
12+
/Model/deploy
13+
/Model/servers

Model/Model.jpr

Lines changed: 278 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,278 @@
1+
<?xml version = '1.0' encoding = 'UTF-8'?>
2+
<jpr:project xmlns:jpr="http://xmlns.oracle.com/ide/project">
3+
<hash n="component-versions">
4+
<value n="oracle.adfdt.controller.adfc.source.migration.AdfControllerSchemaMigrator" v="11.1.1.1.0"/>
5+
<value n="oracle.adfdt.controller.common.migrator.ProjectMigrator" v="11.1.1.1.0"/>
6+
<value n="oracle.adfdt.controller.jsf2.diagram.migrate.JsfNodeMigratorHelper" v="11.1.1.1.0"/>
7+
<value n="oracle.adfdt.controller.migrate.TrinidadDatabindingsProjectMigrator" v="11.1.2.0.0"/>
8+
<value n="oracle.adfdtinternal.dvt.datapresdt.migration.DVTDataMapMigrator" v="11.1.1.1.0.3"/>
9+
<value n="oracle.adfdtinternal.dvt.datapresdt.migration.DVTWebAppConfigurationMigrator" v="12.1.3.0.0"/>
10+
<value n="oracle.adfdtinternal.model.ide.migration.ProjectMigrator" v="11.1.1.1.0.11.1.1"/>
11+
<value n="oracle.adfdtinternal.model.ide.placeholderdc.migrator.PlaceholderProjectMigrator" v="12.1.4.0.0"/>
12+
<value n="oracle.adfdtinternal.model.ide.security.wizard.FormPageMigrator" v="11.1.1.0.0"/>
13+
<value n="oracle.adfdtinternal.model.ide.security.wizard.JpsFilterMigrator" v="11.1.1.1.0"/>
14+
<value n="oracle.adfdtinternal.model.ide.xmled.migration.ADFNodeMigrator" v="11.1.1.1.0.5"/>
15+
<value n="oracle.adfdtinternal.model.ide.xmled.migration.PageDefinitionParameterValueMigrator" v="11.1.1.1.0.5"/>
16+
<value n="oracle.adfdtinternal.model.ide.xmled.migration.RestDataControlMigrator" v="12.1.4.0.0"/>
17+
<value n="oracle.adfdtinternal.model.ide.xmled.migration.WebXmlMigrator" v="11.1.1.1.0"/>
18+
<value n="oracle.adfdtinternal.view.common.migration.wizards.MigrationHelper" v="11.1.1.1.0.3"/>
19+
<value n="oracle.adfdtinternal.view.rich.binding.migration.JarResourceMigrator" v="11.1.1.1.0"/>
20+
<value n="oracle.adfdtinternal.view.rich.migration.ComponentIdNodeMigratorHelper" v="11.1.1.1.0.01"/>
21+
<value n="oracle.adfdtinternal.view.rich.migration.FacesLibraryVersionMigrator" v="11.1.1.1.0.1"/>
22+
<value n="oracle.ide.model.Project" v="12.2.1.3.0"/>
23+
<value n="oracle.ide.model.ResourcePathsMigrator" v="11.1.1.1.0"/>
24+
<value n="oracle.ideimpl.model.TechnologyScopeUpdateMigrator" v="11.1.2.0.0.6"/>
25+
<value n="oracle.jbo.dt.jclient.migrator.JCProjectMigrator" v="11.1.1.1.0"/>
26+
<value n="oracle.jbo.dt.jdevx.deployment.JbdProjectMigrator" v="11.1.2.0.0"/>
27+
<value n="oracle.jbo.dt.jdevx.ui.appnav.APAdfConfigMigrator" v="11.1.2.0.0"/>
28+
<value n="oracle.jbo.dt.jdevx.ui.appnav.APProjectMigrator" v="11.1.1.0.1.5"/>
29+
<value n="oracle.jbo.dt.migrate.ResourceBundlePathMigrator" v="11.1.1.0.1.5"/>
30+
<value n="oracle.jbo.dt.migration.ServiceInterfaceMigrator" v="11.1.1.1.0"/>
31+
<value n="oracle.jdeveloper.dbmodeler.Migration" v="12.1.1.0.0"/>
32+
<value n="oracle.jdeveloper.ejb.EjbMigrator" v="11.1.1.1.0"/>
33+
<value n="oracle.jdeveloper.library.ProjectLibraryMigrator" v="11.1.1.1.0"/>
34+
<value n="oracle.jdeveloper.maven.migrator.POMNodeMigrator" v="12.2.1.0.0"/>
35+
<value n="oracle.jdeveloper.model.OutputDirectoryMigrator" v="11.1.1.1.0"/>
36+
<value n="oracle.jdevimpl.deploy.jps.JpsDataMigrator" v="11.1.1.1.0"/>
37+
<value n="oracle.jdevimpl.deploy.migrators.DeploymentMigrator" v="12.1.2.0.1"/>
38+
<value n="oracle.jdevimpl.jsp.JspMigrator" v="11.1.1"/>
39+
<value n="oracle.jdevimpl.offlinedb.migration.OfflineDBProjectMigrator" v="12.1.1.0.0"/>
40+
<value n="oracle.jdevimpl.offlinedb.migration.SXMLOfflineDBProjectMigrator" v="12.1.4.0.0"/>
41+
<value n="oracle.jdevimpl.resourcebundle.XliffAddin$XliffMigratorHelper" v="11.1.1.1.0"/>
42+
<value n="oracle.jdevimpl.webapp.facelets.libraries.FaceletsLibraryMigrator" v="12.2.1.0.0"/>
43+
<value n="oracle.jdevimpl.webapp.jsp.libraries.JspLibraryMigrator" v="12.1.4.0.0"/>
44+
<value n="oracle.jdevimpl.webapp.jsp.taglibraries.trinidad.migration.TrinidadLibraryVersionMigrator" v="11.1.1.1.0.1"/>
45+
<value n="oracle.jdevimpl.webapp.WebAppContentSetNodeMigratorHelper" v="11.1.1"/>
46+
<value n="oracle.jdevimpl.webapp.WebAppProjectNodeMigratorHelper" v="12.2.1.0.0"/>
47+
<value n="oracle.jdevimpl.webservices.rest.migration.RestAppClassMigrator" v="12.1.3.0.0"/>
48+
<value n="oracle.jdevimpl.webservices.rest.migration.RestJerseyLibMigrator" v="12.1.3.0.0"/>
49+
<value n="oracle.jdevimpl.webservices.rest.migration.RestLibraryMigrator" v="12.1.1.0.0"/>
50+
<value n="oracle.jdevimpl.webservices.rest.migration.RestOwsmPolicyMigrator" v="12.1.3.0.0"/>
51+
<value n="oracle.jdevimpl.webservices.rest.migration.RestPathMigrator" v="11.1.2.0.0"/>
52+
<value n="oracle.jdevimpl.webservices.rest.migration.RestWebAppMigrator" v="12.1.3.0.0"/>
53+
<value n="oracle.jdevimpl.webservices.rest.migration.RestWeblogicWebAppMigrator" v="12.1.3.0.0"/>
54+
<value n="oracle.jdevimpl.webservices.WebServicesMigratorHelper" v="11.1.1.1.0"/>
55+
<value n="oracle.jdevimpl.xml.wl.WeblogicMigratorHelper" v="11.1.1.1.0"/>
56+
<value n="oracle.modeler.bmmigrate.management.Migration" v="11.1.1.1.0"/>
57+
<value n="oracle.toplink.workbench.addin.migration.PersistenceProjectMigrator" v="11.1.1.1.0"/>
58+
<value n="oracle.toplink.workbench.addin.migration.TopLinkProjectMigrator" v="11.1.1.1.0"/>
59+
</hash>
60+
<list n="contentSets">
61+
<string v="oracle.jdeveloper.model.J2eeSettings/webContentSet"/>
62+
<string v="oracle.mds.internal.dt.ide.MDSLibraryCustCSProvider/mdsContentSet"/>
63+
<string v="oracle.mds.internal.dt.ide.MDSADFLibVirtualNodeCSProvider/mdsLibVirtualNodeContentSet"/>
64+
<string v="oracle.jdeveloper.model.PathsConfiguration/javaContentSet"/>
65+
<string v="oracle.ide.model.ResourcePaths/resourcesContentSet"/>
66+
<string v="oracle.jdeveloper.offlinedb.model.OfflineDBProjectSettings/offlineDBContentSet"/>
67+
<string v="oracle.bm.commonIde.data.project.ModelerProjectSettings/modelersContentSet"/>
68+
<string v="oracle.adfdtinternal.model.ide.settings.ADFMSettings/adfmContentSet"/>
69+
<string v="oracle.toplink.workbench.addin/toplinkContentSet"/>
70+
</list>
71+
<value n="defaultPackage" v="blog.anirbanm.prog.model"/>
72+
<value n="jbo.JpxName" v="blog.anirbanm.prog.model.Model"/>
73+
<value n="jbo.NoAttrEnumClasses" v="true"/>
74+
<value n="JboProject" v="true"/>
75+
<hash n="oracle.ide.model.TechnologyScopeConfiguration">
76+
<list n="technologyScope">
77+
<string v="ADFbc"/>
78+
<string v="Java"/>
79+
<string v="XML"/>
80+
</list>
81+
</hash>
82+
<value n="oracle.jbo.SavedPreferences" v="true"/>
83+
<hash n="oracle.jdeveloper.compiler.OjcConfiguration">
84+
<list n="copyRes">
85+
<string v=".cpx"/>
86+
<string v=".dcx"/>
87+
<string v=".ejx"/>
88+
<string v=".gif"/>
89+
<string v=".ini"/>
90+
<string v=".jpeg"/>
91+
<string v=".jpg"/>
92+
<string v=".png"/>
93+
<string v=".properties"/>
94+
<string v=".sva"/>
95+
<string v=".tag"/>
96+
<string v=".tld"/>
97+
<string v=".wsdl"/>
98+
<string v=".xcfg"/>
99+
<string v=".xlf"/>
100+
<string v=".xml"/>
101+
<string v=".xsd"/>
102+
<string v=".xsl"/>
103+
<string v=".jpx"/>
104+
<string v=".rpx"/>
105+
<string v=".bcs"/>
106+
</list>
107+
<value n="webIANAEncoding" v="windows-1252"/>
108+
</hash>
109+
<hash n="oracle.jdeveloper.deploy.dt.DeploymentProfiles">
110+
<hash n="profileDefinitions">
111+
<hash n="ProgrammaticViewDemo_Model">
112+
<value n="adflib-connectionDetails" v="true"/>
113+
<hash n="archiveOptions">
114+
<value n="hasManifest" v="true"/>
115+
</hash>
116+
<hash n="fileGroups">
117+
<list n="groups">
118+
<hash>
119+
<list n="contributors">
120+
<hash>
121+
<value n="type" v="2"/>
122+
</hash>
123+
<hash>
124+
<value n="type" v="5"/>
125+
</hash>
126+
</list>
127+
<value n="displayName" v="Project Output"/>
128+
<hash n="filters">
129+
<list n="rules">
130+
<hash>
131+
<value n="pattern" v="WEB-INF/classes/**"/>
132+
<value n="type" v="1"/>
133+
</hash>
134+
<hash>
135+
<value n="pattern" v="**"/>
136+
<value n="type" v="0"/>
137+
</hash>
138+
</list>
139+
</hash>
140+
<value n="internalName" v="project-output"/>
141+
<value n="type" v="1"/>
142+
</hash>
143+
</list>
144+
</hash>
145+
<url n="jarURL" path="deploy/ProgrammaticViewDemo_Model.jar"/>
146+
<hash n="LibraryDependencies"/>
147+
<value n="profileClass" v="oracle.adfdt.common.deploy.impl.AdfLibraryProfile"/>
148+
<value n="profileName" v="ProgrammaticViewDemo_Model"/>
149+
</hash>
150+
</hash>
151+
<list n="profileList">
152+
<string v="ProgrammaticViewDemo_Model"/>
153+
</list>
154+
</hash>
155+
<hash n="oracle.jdeveloper.model.J2eeSettings">
156+
<value n="j2eeWebAppName" v="ProgrammaticViewDemo-Model-webapp"/>
157+
<value n="j2eeWebContextRoot" v="ProgrammaticViewDemo-Model-context-root"/>
158+
</hash>
159+
<hash n="oracle.jdeveloper.model.PathsConfiguration">
160+
<hash n="javaContentSet">
161+
<list n="pattern-filters">
162+
<string v="+**"/>
163+
</list>
164+
<list n="url-path">
165+
<url path="src/"/>
166+
</list>
167+
</hash>
168+
</hash>
169+
<hash n="oracle.jdevimpl.config.JProjectLibraries">
170+
<list n="exportedReferences">
171+
<hash>
172+
<value n="id" v="BC4J Runtime"/>
173+
<value n="isJDK" v="false"/>
174+
</hash>
175+
<hash>
176+
<value n="id" v="ADF Model Runtime"/>
177+
<value n="isJDK" v="false"/>
178+
</hash>
179+
<hash>
180+
<value n="id" v="MDS Runtime"/>
181+
<value n="isJDK" v="false"/>
182+
</hash>
183+
<hash>
184+
<value n="id" v="MDS Runtime Dependencies"/>
185+
<value n="isJDK" v="false"/>
186+
</hash>
187+
<hash>
188+
<value n="id" v="BC4J Security"/>
189+
<value n="isJDK" v="false"/>
190+
</hash>
191+
<hash>
192+
<value n="id" v="Oracle JDBC"/>
193+
<value n="isJDK" v="false"/>
194+
</hash>
195+
<hash>
196+
<value n="id" v="BC4J Oracle Domains"/>
197+
<value n="isJDK" v="false"/>
198+
</hash>
199+
<hash>
200+
<value n="id" v="Resource Bundle Support"/>
201+
<value n="isJDK" v="false"/>
202+
</hash>
203+
<hash>
204+
<value n="id" v="ADF Common Runtime"/>
205+
<value n="isJDK" v="false"/>
206+
</hash>
207+
</list>
208+
<list n="libraryReferences">
209+
<hash>
210+
<value n="id" v="BC4J Runtime"/>
211+
<value n="isJDK" v="false"/>
212+
</hash>
213+
<hash>
214+
<value n="id" v="ADF Model Runtime"/>
215+
<value n="isJDK" v="false"/>
216+
</hash>
217+
<hash>
218+
<value n="id" v="MDS Runtime"/>
219+
<value n="isJDK" v="false"/>
220+
</hash>
221+
<hash>
222+
<value n="id" v="MDS Runtime Dependencies"/>
223+
<value n="isJDK" v="false"/>
224+
</hash>
225+
<hash>
226+
<value n="id" v="BC4J Security"/>
227+
<value n="isJDK" v="false"/>
228+
</hash>
229+
<hash>
230+
<value n="id" v="Oracle JDBC"/>
231+
<value n="isJDK" v="false"/>
232+
</hash>
233+
<hash>
234+
<value n="id" v="BC4J Oracle Domains"/>
235+
<value n="isJDK" v="false"/>
236+
</hash>
237+
<hash>
238+
<value n="id" v="BC4J Runtime"/>
239+
<value n="isJDK" v="false"/>
240+
</hash>
241+
<hash>
242+
<value n="id" v="ADF Model Runtime"/>
243+
<value n="isJDK" v="false"/>
244+
</hash>
245+
<hash>
246+
<value n="id" v="MDS Runtime"/>
247+
<value n="isJDK" v="false"/>
248+
</hash>
249+
<hash>
250+
<value n="id" v="MDS Runtime Dependencies"/>
251+
<value n="isJDK" v="false"/>
252+
</hash>
253+
<hash>
254+
<value n="id" v="BC4J Security"/>
255+
<value n="isJDK" v="false"/>
256+
</hash>
257+
<hash>
258+
<value n="id" v="Oracle JDBC"/>
259+
<value n="isJDK" v="false"/>
260+
</hash>
261+
<hash>
262+
<value n="id" v="BC4J Oracle Domains"/>
263+
<value n="isJDK" v="false"/>
264+
</hash>
265+
<hash>
266+
<value n="id" v="Resource Bundle Support"/>
267+
<value n="isJDK" v="false"/>
268+
</hash>
269+
<hash>
270+
<value n="id" v="ADF Common Runtime"/>
271+
<value n="isJDK" v="false"/>
272+
</hash>
273+
</list>
274+
</hash>
275+
<hash n="oracle.jdevimpl.config.JProjectPaths">
276+
<url n="outputDirectory" path="classes/"/>
277+
</hash>
278+
</jpr:project>
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version="1.0" encoding="windows-1252" ?>
2+
<!DOCTYPE JboProject SYSTEM "jbo_03_01.dtd">
3+
<!---->
4+
<JboProject
5+
xmlns="http://xmlns.oracle.com/bc4j"
6+
Name="Model"
7+
Version="12.2.1.9.14"
8+
SeparateXMLFiles="true"
9+
PackageName="blog.anirbanm.prog.model">
10+
<DesignTime>
11+
<Attr Name="_DTExpressionTypeChecking" Value="true"/>
12+
<Attr Name="_jbo.TypeMapEntries" Value="OracleApps"/>
13+
<Attr Name="_jprName" Value="../../../../../Model.jpr"/>
14+
<Attr Name="_NamedConnection" Value="Hr"/>
15+
<Attr Name="_appModuleNames0" Value="blog.anirbanm.prog.model.am.ProgramModule"/>
16+
</DesignTime>
17+
<Containee
18+
Name="am"
19+
PackageName="blog.anirbanm.prog.model.am"
20+
ObjectType="JboPackage">
21+
<DesignTime>
22+
<Attr Name="_AM" Value="true"/>
23+
</DesignTime>
24+
</Containee>
25+
<Containee
26+
Name="vo"
27+
PackageName="blog.anirbanm.prog.model.vo"
28+
ObjectType="JboPackage">
29+
<DesignTime>
30+
<Attr Name="_VO" Value="true"/>
31+
</DesignTime>
32+
</Containee>
33+
</JboProject>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blog.anirbanm.prog.model.vo.EmployeesPVO_LABEL=Employees Pvo

0 commit comments

Comments
 (0)