Skip to content

Commit

Permalink
initial commit after migration from bitbucket
Browse files Browse the repository at this point in the history
  • Loading branch information
js1972 committed Jan 21, 2014
0 parents commit d600717
Show file tree
Hide file tree
Showing 277 changed files with 24,656 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
34 changes: 34 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
gen/
build/
target/
bin/
tmp/

*.class

# Package Files #
*.jar
*.war
*.ear

#These need to be included in GIT as NWDS chokes after import without them!
#.classpath
#.settings/
#.project

#############
## Windows detritus
#############

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Mac crap
.DS_Store
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
ZPIMONSC
========

*** WORK IN PROGRESS ***


pimon - an application for monitoring SAP NetWeaver PI-AEX.


Includes Development Components for:
* zpi_dict : Java Dicionary project
* zpi_app : Java EE application (contains the following modules)
* zpi_ejb : EJB's providing the application logic and DB access
* zpi_web : Jersey servlet and relevant helper classes to provide a REST api for the app
* zpi_html : The static client app using jQuery, Twitter Bootstrap

zpi_dict needs to be deployed on it own and before zpi_app which is made up of the ejb, web and html modules.

URL: http://<host>:<port>/zpimonui/index.html

Note: the zpi_html module contains the distribution files for the frontend app. See https://github.com/js1972/pimon for the full repo.
38 changes: 38 additions & 0 deletions jaylin.com.au/z_jersey_lib/_comp/.dcdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="UTF-8"?>
<development-component
version="1.0.5"
xmlns="http://xml.sap.com/2002/11/DevelopmentComponent"
xmlns:IDX="urn:sap.com:DevelopmentComponent:1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xml.sap.com/2002/11/DevelopmentComponent dcdef.xsd">
<name>z_jersey_lib</name>
<vendor>jaylin.com.au</vendor>
<component-type>
<vendor>sap.com</vendor>
<type>External Library</type>
</component-type>
<properties>
<localization xmlns="http://xml.sap.com/2003/06/Localization" xmlns:ns0="http://xml.sap.com/2003/06/Localization">
<domain>BC</domain>
<originalLocale>en</originalLocale>
</localization>
</properties>
<build-plugin>
<dc-ref>
<name>tc/bi/bp/externalarchive</name>
<vendor>sap.com</vendor>
</dc-ref>
<pp-ref>lib</pp-ref>
</build-plugin>
<folders>
<source-folder>libraries</source-folder>
</folders>
<access-control-list>
<grant forwarding-allowed="false">
<dc-ref>
<name>*</name>
<vendor>*</vendor>
</dc-ref>
</grant>
</access-control-list>
</development-component>
12 changes: 12 additions & 0 deletions jaylin.com.au/z_jersey_lib/_comp/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>LocalDevelopment~z_jersey_lib~jaylin.com.au</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
<nature>com.sap.ide.dii05.lib.dcnature</nature>
</natures>
</projectDescription>
10 changes: 10 additions & 0 deletions jaylin.com.au/z_jersey_lib/_comp/def/api.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<public-part
version="1.0.2"
xmlns="http://xml.sap.com/2002/11/PublicPart"
xmlns:IDX="urn:sap.com:PublicPart:1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xml.sap.com/2002/11/PublicPart ppdef.xsd">
<name>api</name>
<purpose>compilation</purpose>
</public-part>
10 changes: 10 additions & 0 deletions jaylin.com.au/z_jersey_lib/_comp/def/archives.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<public-part
version="1.0.2"
xmlns="http://xml.sap.com/2002/11/PublicPart"
xmlns:IDX="urn:sap.com:PublicPart:1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xml.sap.com/2002/11/PublicPart ppdef.xsd">
<name>archives</name>
<purpose>assembly</purpose>
</public-part>
117 changes: 117 additions & 0 deletions jaylin.com.au/z_jersey_lib/_comp/def/assembly.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
<?xml version="1.0" encoding="UTF-8"?>
<public-part
version="1.0.2"
xmlns="http://xml.sap.com/2002/11/PublicPart"
xmlns:IDX="urn:sap.com:PublicPart:1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xml.sap.com/2002/11/PublicPart ppdef.xsd">
<name>assembly</name>
<purpose>assembly</purpose>
<entities>
<entity>
<name>asm-all-repackaged-2.2.0-b14.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>cglib-2.2.0-b14.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>gson-2.2.4.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>guava-14.0.1.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>hk2-api-2.2.0-b14.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>hk2-locator-2.2.0-b14.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>hk2-utils-2.2.0-b14.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>javax.annotation-api-1.2.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>javax.inject-2.2.0-b14.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>javax.servlet-api-3.0.1.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>javax.ws.rs-api-2.0.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>jaxb-api-2.2.7.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>jersey-client.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>jersey-common.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>jersey-container-servlet-core.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>jersey-container-servlet.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>jersey-server.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>org.osgi.core-4.2.0.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>osgi-resource-locator-1.0.1.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>persistence-api-1.0.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>validation-api-1.1.0.Final.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
</entities>
</public-part>
117 changes: 117 additions & 0 deletions jaylin.com.au/z_jersey_lib/_comp/def/compilation.pp
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
<?xml version="1.0" encoding="UTF-8"?>
<public-part
version="1.0.2"
xmlns="http://xml.sap.com/2002/11/PublicPart"
xmlns:IDX="urn:sap.com:PublicPart:1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xml.sap.com/2002/11/PublicPart ppdef.xsd">
<name>compilation</name>
<purpose>compilation</purpose>
<entities>
<entity>
<name>asm-all-repackaged-2.2.0-b14.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>cglib-2.2.0-b14.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>gson-2.2.4.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>guava-14.0.1.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>hk2-api-2.2.0-b14.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>hk2-locator-2.2.0-b14.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>hk2-utils-2.2.0-b14.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>javax.annotation-api-1.2.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>javax.inject-2.2.0-b14.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>javax.servlet-api-3.0.1.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>javax.ws.rs-api-2.0.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>jaxb-api-2.2.7.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>jersey-client.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>jersey-common.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>jersey-container-servlet-core.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>jersey-container-servlet.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>jersey-server.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>org.osgi.core-4.2.0.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>osgi-resource-locator-1.0.1.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>persistence-api-1.0.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
<entity>
<name>validation-api-1.1.0.Final.jar</name>
<entity-type>Archive</entity-type>
<entity-sub-type>Java Library</entity-sub-type>
</entity>
</entities>
</public-part>
Loading

0 comments on commit d600717

Please sign in to comment.