asset manager initial check in
This commit is contained in:
parent
4bc4974ecc
commit
f7dd3b0577
320 changed files with 15398 additions and 0 deletions
43
www/extras/assetManager/ActiveWidgets/examples/data/companies-array.xml
Executable file
43
www/extras/assetManager/ActiveWidgets/examples/data/companies-array.xml
Executable file
|
|
@ -0,0 +1,43 @@
|
|||
<?xml version="1.0"?>
|
||||
<ArrayOfCompany xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://tempuri.org/">
|
||||
<company>
|
||||
<ticker>MSFT</ticker>
|
||||
<name>Microsoft Corporation</name>
|
||||
<marketcap>314571.156</marketcap>
|
||||
<sales>32187</sales>
|
||||
<employees>55000</employees>
|
||||
<timestamp>2003-11-30T22:50:20.5945552+01:00</timestamp>
|
||||
</company>
|
||||
<company>
|
||||
<ticker>ORCL</ticker>
|
||||
<name>Oracle Corporation</name>
|
||||
<marketcap>62615.27</marketcap>
|
||||
<sales>9519</sales>
|
||||
<employees>40650</employees>
|
||||
<timestamp>2003-11-30T22:50:20.5945552+01:00</timestamp>
|
||||
</company>
|
||||
<company>
|
||||
<ticker>SAP</ticker>
|
||||
<name>SAP AG (ADR)</name>
|
||||
<marketcap>40986.33</marketcap>
|
||||
<sales>8296.42</sales>
|
||||
<employees>28961</employees>
|
||||
<timestamp>2003-11-30T22:50:20.5945552+01:00</timestamp>
|
||||
</company>
|
||||
<company>
|
||||
<ticker>CA</ticker>
|
||||
<name>Computer Associates Inter</name>
|
||||
<marketcap>15606.34</marketcap>
|
||||
<sales>3164</sales>
|
||||
<employees>16000</employees>
|
||||
<timestamp>2003-11-30T22:50:20.5945552+01:00</timestamp>
|
||||
</company>
|
||||
<company>
|
||||
<ticker>ERTS</ticker>
|
||||
<name>Electronic Arts Inc.</name>
|
||||
<marketcap>14490.9</marketcap>
|
||||
<sales>2503.73</sales>
|
||||
<employees>4000</employees>
|
||||
<timestamp>2003-11-30T22:50:20.5945552+01:00</timestamp>
|
||||
</company>
|
||||
</ArrayOfCompany>
|
||||
67
www/extras/assetManager/ActiveWidgets/examples/data/companies-dataset.xml
Executable file
67
www/extras/assetManager/ActiveWidgets/examples/data/companies-dataset.xml
Executable file
|
|
@ -0,0 +1,67 @@
|
|||
<?xml version="1.0"?>
|
||||
<DataSet xmlns="http://tempuri.org/">
|
||||
<xs:schema id="NewDataSet" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xs:element name="NewDataSet" msdata:IsDataSet="true">
|
||||
<xs:complexType>
|
||||
<xs:choice maxOccurs="unbounded">
|
||||
<xs:element name="Table">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="ticker" type="xs:string" minOccurs="0" />
|
||||
<xs:element name="name" type="xs:string" minOccurs="0" />
|
||||
<xs:element name="mktcap" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="sales" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="employees" type="xs:double" minOccurs="0" />
|
||||
<xs:element name="timestamp" type="xs:dateTime" minOccurs="0" />
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:choice>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:schema>
|
||||
<diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1">
|
||||
<NewDataSet xmlns="">
|
||||
<Table diffgr:id="Table1" msdata:rowOrder="0">
|
||||
<ticker>MSFT</ticker>
|
||||
<name>Microsoft Corporation</name>
|
||||
<mktcap>314571.16</mktcap>
|
||||
<sales>32187</sales>
|
||||
<employees>55000</employees>
|
||||
<timestamp>2003-11-27T00:00:00.0000000+01:00</timestamp>
|
||||
</Table>
|
||||
<Table diffgr:id="Table2" msdata:rowOrder="1">
|
||||
<ticker>ORCL</ticker>
|
||||
<name>Oracle Corporation</name>
|
||||
<mktcap>62615.27</mktcap>
|
||||
<sales>9519</sales>
|
||||
<employees>40650</employees>
|
||||
<timestamp>2003-11-27T00:00:00.0000000+01:00</timestamp>
|
||||
</Table>
|
||||
<Table diffgr:id="Table3" msdata:rowOrder="2">
|
||||
<ticker>SAP</ticker>
|
||||
<name>SAP AG (ADR)</name>
|
||||
<mktcap>40986.33</mktcap>
|
||||
<sales>8296.42</sales>
|
||||
<employees>28961</employees>
|
||||
<timestamp>2003-11-27T00:00:00.0000000+01:00</timestamp>
|
||||
</Table>
|
||||
<Table diffgr:id="Table4" msdata:rowOrder="3">
|
||||
<ticker>CA</ticker>
|
||||
<name>Computer Associates Inter</name>
|
||||
<mktcap>15606.34</mktcap>
|
||||
<sales>3164</sales>
|
||||
<employees>16000</employees>
|
||||
<timestamp>2003-11-27T00:00:00.0000000+01:00</timestamp>
|
||||
</Table>
|
||||
<Table diffgr:id="Table5" msdata:rowOrder="4">
|
||||
<ticker>ERTS</ticker>
|
||||
<name>Electronic Arts Inc.</name>
|
||||
<mktcap>14490.9</mktcap>
|
||||
<sales>2503.73</sales>
|
||||
<employees>4000</employees>
|
||||
<timestamp>2003-11-27T00:00:00.0000000+01:00</timestamp>
|
||||
</Table>
|
||||
</NewDataSet>
|
||||
</diffgr:diffgram>
|
||||
</DataSet>
|
||||
142
www/extras/assetManager/ActiveWidgets/examples/data/companies-simple.xml
Executable file
142
www/extras/assetManager/ActiveWidgets/examples/data/companies-simple.xml
Executable file
|
|
@ -0,0 +1,142 @@
|
|||
<companies>
|
||||
<company>
|
||||
<ticker>MSFT</ticker>
|
||||
<name>Microsoft Corporation</name>
|
||||
<mktcap>314,571.156</mktcap>
|
||||
<sales>32,187.000</sales>
|
||||
<employees>55000</employees>
|
||||
</company>
|
||||
<company>
|
||||
<ticker>ORCL</ticker>
|
||||
<name>Oracle Corporation</name>
|
||||
<mktcap>62,615.266</mktcap>
|
||||
<sales>9,519.000</sales>
|
||||
<employees>40650</employees>
|
||||
</company>
|
||||
<company>
|
||||
<ticker>SAP</ticker>
|
||||
<name>SAP AG (ADR)</name>
|
||||
<mktcap>40,986.328</mktcap>
|
||||
<sales>8,296.420</sales>
|
||||
<employees>28961</employees>
|
||||
</company>
|
||||
<company>
|
||||
<ticker>CA</ticker>
|
||||
<name>Computer Associates Inter</name>
|
||||
<mktcap>15,606.335</mktcap>
|
||||
<sales>3,164.000</sales>
|
||||
<employees>16000</employees>
|
||||
</company>
|
||||
<company>
|
||||
<ticker>ERTS</ticker>
|
||||
<name>Electronic Arts Inc.</name>
|
||||
<mktcap>14,490.895</mktcap>
|
||||
<sales>2,503.727</sales>
|
||||
<employees>4000</employees>
|
||||
</company>
|
||||
<company>
|
||||
<ticker>SFTBF</ticker>
|
||||
<name>Softbank Corp. (ADR)</name>
|
||||
<mktcap>14,485.840</mktcap>
|
||||
<sales>.000</sales>
|
||||
<employees>6865</employees>
|
||||
</company>
|
||||
<company>
|
||||
<ticker>VRTS</ticker>
|
||||
<name>Veritas Software Corp.</name>
|
||||
<mktcap>14,444.272</mktcap>
|
||||
<sales>1,578.658</sales>
|
||||
<employees>5647</employees>
|
||||
</company>
|
||||
<company>
|
||||
<ticker>SYMC</ticker>
|
||||
<name>Symantec Corporation</name>
|
||||
<mktcap>9,932.483</mktcap>
|
||||
<sales>1,482.029</sales>
|
||||
<employees>4300</employees>
|
||||
</company>
|
||||
<company>
|
||||
<ticker>INFY</ticker>
|
||||
<name>Infosys Technologies Ltd.</name>
|
||||
<mktcap>9,763.851</mktcap>
|
||||
<sales>830.748</sales>
|
||||
<employees>15400</employees>
|
||||
</company>
|
||||
<company>
|
||||
<ticker>INTU</ticker>
|
||||
<name>Intuit Inc.</name>
|
||||
<mktcap>9,702.477</mktcap>
|
||||
<sales>1,650.743</sales>
|
||||
<employees>6700</employees>
|
||||
</company>
|
||||
<company>
|
||||
<ticker>ADBE</ticker>
|
||||
<name>Adobe Systems Incorporate</name>
|
||||
<mktcap>9,533.050</mktcap>
|
||||
<sales>1,230.817</sales>
|
||||
<employees>3341</employees>
|
||||
</company>
|
||||
<company>
|
||||
<ticker>PSFT</ticker>
|
||||
<name>PeopleSoft, Inc.</name>
|
||||
<mktcap>8,246.467</mktcap>
|
||||
<sales>1,941.167</sales>
|
||||
<employees>8180</employees>
|
||||
</company>
|
||||
<company>
|
||||
<ticker>SEBL</ticker>
|
||||
<name>Siebel Systems, Inc.</name>
|
||||
<mktcap>5,434.649</mktcap>
|
||||
<sales>1,417.952</sales>
|
||||
<employees>5909</employees>
|
||||
</company>
|
||||
<company>
|
||||
<ticker>BEAS</ticker>
|
||||
<name>BEA Systems, Inc.</name>
|
||||
<mktcap>5,111.813</mktcap>
|
||||
<sales>965.694</sales>
|
||||
<employees>3063</employees>
|
||||
</company>
|
||||
<company>
|
||||
<ticker>SNPS</ticker>
|
||||
<name>Synopsys, Inc.</name>
|
||||
<mktcap>4,482.535</mktcap>
|
||||
<sales>1,169.786</sales>
|
||||
<employees>4254</employees>
|
||||
</company>
|
||||
<company>
|
||||
<ticker>CHKP</ticker>
|
||||
<name>Check Point Software Tech</name>
|
||||
<mktcap>4,396.853</mktcap>
|
||||
<sales>424.769</sales>
|
||||
<employees>1203</employees>
|
||||
</company>
|
||||
<company>
|
||||
<ticker>MERQ</ticker>
|
||||
<name>Mercury Interactive Corp.</name>
|
||||
<mktcap>4,325.488</mktcap>
|
||||
<sales>444.063</sales>
|
||||
<employees>1822</employees>
|
||||
</company>
|
||||
<company>
|
||||
<ticker>DOX</ticker>
|
||||
<name>Amdocs Limited</name>
|
||||
<mktcap>4,288.017</mktcap>
|
||||
<sales>1,427.088</sales>
|
||||
<employees>9400</employees>
|
||||
</company>
|
||||
<company>
|
||||
<ticker>CTXS</ticker>
|
||||
<name>Citrix Systems, Inc.</name>
|
||||
<mktcap>3,946.485</mktcap>
|
||||
<sales>554.222</sales>
|
||||
<employees>1670</employees>
|
||||
</company>
|
||||
<company>
|
||||
<ticker>KNM</ticker>
|
||||
<name>Konami Corporation (ADR)</name>
|
||||
<mktcap>3,710.784</mktcap>
|
||||
<sales>.000</sales>
|
||||
<employees>4313</employees>
|
||||
</company>
|
||||
</companies>
|
||||
20
www/extras/assetManager/ActiveWidgets/examples/data/companies.csv
Executable file
20
www/extras/assetManager/ActiveWidgets/examples/data/companies.csv
Executable file
|
|
@ -0,0 +1,20 @@
|
|||
MSFT,"Microsoft Corporation","314,571.16","32,187.00",55000
|
||||
ORCL,Oracle Corporation,"62,615.27","9,519.00",40650
|
||||
SAP,SAP AG (ADR),"40,986.33","8,296.42",28961
|
||||
CA,Computer Associates Inter,"15,606.34","3,164.00",16000
|
||||
ERTS,Electronic Arts Inc.,"14,490.90","2,503.73",4000
|
||||
SFTBF,Softbank Corp. (ADR),"14,485.84",0,6865
|
||||
VRTS,Veritas Software Corp.,"14,444.27","1,578.66",5647
|
||||
SYMC,Symantec Corporation,"9,932.48","1,482.03",4300
|
||||
INFY,Infosys Technologies Ltd.,"9,763.85",830.748,15400
|
||||
INTU,Intuit Inc.,"9,702.48","1,650.74",6700
|
||||
ADBE,Adobe Systems Incorporate,"9,533.05","1,230.82",3341
|
||||
PSFT,"PeopleSoft, Inc.","8,246.47","1,941.17",8180
|
||||
SEBL,"Siebel Systems, Inc.","5,434.65","1,417.95",5909
|
||||
BEAS,"BEA Systems, Inc.","5,111.81",965.694,3063
|
||||
SNPS,"Synopsys, Inc.","4,482.54","1,169.79",4254
|
||||
CHKP,Check Point Software Tech,"4,396.85",424.769,1203
|
||||
MERQ,Mercury Interactive Corp.,"4,325.49",444.063,1822
|
||||
DOX,Amdocs Limited,"4,288.02","1,427.09",9400
|
||||
CTXS,"Citrix Systems, Inc.","3,946.49",554.222,1670
|
||||
KNM,Konami Corporation (ADR),"3,710.78",0,4313
|
||||
|
28
www/extras/assetManager/ActiveWidgets/examples/data/companies.js
Executable file
28
www/extras/assetManager/ActiveWidgets/examples/data/companies.js
Executable file
|
|
@ -0,0 +1,28 @@
|
|||
|
||||
var myData = [
|
||||
["MSFT","Microsoft Corporation", "314,571.156", "32,187.000", "55000"],
|
||||
["ORCL", "Oracle Corporation", "62,615.266", "9,519.000", "40650"],
|
||||
["SAP", "SAP AG (ADR)", "40,986.328", "8,296.420", "28961"],
|
||||
["CA", "Computer Associates Inter", "15,606.335", "3,164.000", "16000"],
|
||||
["ERTS", "Electronic Arts Inc.", "14,490.895", "2,503.727", "4000"],
|
||||
["SFTBF", "Softbank Corp. (ADR)", "14,485.840", ".000", "6865"],
|
||||
["VRTS", "Veritas Software Corp.", "14,444.272", "1,578.658", "5647"],
|
||||
["SYMC", "Symantec Corporation", "9,932.483", "1,482.029", "4300"],
|
||||
["INFY", "Infosys Technologies Ltd.", "9,763.851", "830.748", "15400"],
|
||||
["INTU", "Intuit Inc.", "9,702.477", "1,650.743", "6700"],
|
||||
["ADBE", "Adobe Systems Incorporate", "9,533.050", "1,230.817", "3341"],
|
||||
["PSFT", "PeopleSoft, Inc.", "8,246.467", "1,941.167", "8180"],
|
||||
["SEBL", "Siebel Systems, Inc.", "5,434.649", "1,417.952", "5909"],
|
||||
["BEAS", "BEA Systems, Inc.", "5,111.813", "965.694", "3063"],
|
||||
["SNPS", "Synopsys, Inc.", "4,482.535", "1,169.786", "4254"],
|
||||
["CHKP", "Check Point Software Tech", "4,396.853", "424.769", "1203"],
|
||||
["MERQ", "Mercury Interactive Corp.", "4,325.488", "444.063", "1822"],
|
||||
["DOX", "Amdocs Limited", "4,288.017", "1,427.088", "9400"],
|
||||
["CTXS", "Citrix Systems, Inc.", "3,946.485", "554.222", "1670"],
|
||||
["KNM", "Konami Corporation (ADR)", "3,710.784", ".000", "4313"]
|
||||
];
|
||||
|
||||
var myColumns = [
|
||||
"Ticker", "Company Name", "Market Cap.", "$ Sales", "Employees"
|
||||
];
|
||||
|
||||
20
www/extras/assetManager/ActiveWidgets/examples/data/companies.txt
Executable file
20
www/extras/assetManager/ActiveWidgets/examples/data/companies.txt
Executable file
|
|
@ -0,0 +1,20 @@
|
|||
MSFT Microsoft Corporation "314,571.16" "32,187.00" 55000
|
||||
ORCL Oracle Corporation "62,615.27" "9,519.00" 40650
|
||||
SAP SAP AG (ADR) "40,986.33" "8,296.42" 28961
|
||||
CA Computer Associates Inter "15,606.34" "3,164.00" 16000
|
||||
ERTS Electronic Arts Inc. "14,490.90" "2,503.73" 4000
|
||||
SFTBF Softbank Corp. (ADR) "14,485.84" 0 6865
|
||||
VRTS Veritas Software Corp. "14,444.27" "1,578.66" 5647
|
||||
SYMC Symantec Corporation "9,932.48" "1,482.03" 4300
|
||||
INFY Infosys Technologies Ltd. "9,763.85" 830.748 15400
|
||||
INTU Intuit Inc. "9,702.48" "1,650.74" 6700
|
||||
ADBE Adobe Systems Incorporate "9,533.05" "1,230.82" 3341
|
||||
PSFT "PeopleSoft, Inc." "8,246.47" "1,941.17" 8180
|
||||
SEBL "Siebel Systems, Inc." "5,434.65" "1,417.95" 5909
|
||||
BEAS "BEA Systems, Inc." "5,111.81" 965.694 3063
|
||||
SNPS "Synopsys, Inc." "4,482.54" "1,169.79" 4254
|
||||
CHKP Check Point Software Tech "4,396.85" 424.769 1203
|
||||
MERQ Mercury Interactive Corp. "4,325.49" 444.063 1822
|
||||
DOX Amdocs Limited "4,288.02" "1,427.09" 9400
|
||||
CTXS "Citrix Systems, Inc." "3,946.49" 554.222 1670
|
||||
KNM Konami Corporation (ADR) "3,710.78" 0 4313
|
||||
13
www/extras/assetManager/ActiveWidgets/examples/data/files.js
Executable file
13
www/extras/assetManager/ActiveWidgets/examples/data/files.js
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
var myData = [
|
||||
["Features and benefits.doc", "97KB", "Microsoft Word Document", "27-Feb-03 16:53", "doc"],
|
||||
["Readme.txt", "2KB", "Text Document", "12-Apr-03 10:21", "txt"],
|
||||
["Web Services - White Paper.pdf", "101KB", "Adobe Acrobat Document", "15-Dec-02 22:10", "pdf"],
|
||||
["Expense report.xls", "48KB", "Microsoft Excel Spreadsheet", "18-Oct-03 11:55", "xls"],
|
||||
["Price history - MSFT, daily.xml", "580KB", "XML Document", "29-Nov-02 19:31", "xml"],
|
||||
["WebMatrix.msi", "1,339KB", "Windows Installer Package", "9-Aug-03 15:06", "msi"],
|
||||
["License.txt", "3KB", "Text Document", "19-Sep-02 22:29", "txt"],
|
||||
["index.htm", "6KB", "HTML Document", "6-Nov-03 23:55", "htm"],
|
||||
["xpmsgr.chm", "72KB", "Compiled HTML Help file", "12-Jul-02 5:00", "chm"]
|
||||
];
|
||||
|
||||
63
www/extras/assetManager/ActiveWidgets/examples/data/grid.asmx
Executable file
63
www/extras/assetManager/ActiveWidgets/examples/data/grid.asmx
Executable file
|
|
@ -0,0 +1,63 @@
|
|||
<%@ WebService language="VB" class="grid" %>
|
||||
|
||||
Imports System
|
||||
Imports System.Web.Services
|
||||
Imports System.Xml.Serialization
|
||||
Imports Microsoft.VisualBasic
|
||||
|
||||
public class company
|
||||
public ticker as string
|
||||
public name as string
|
||||
public marketcap as double
|
||||
public sales as double
|
||||
public employees as double
|
||||
public timestamp as date
|
||||
end Class
|
||||
|
||||
<WebService(Namespace:="http://tempuri.org/")> Public Class grid
|
||||
<WebMethod> Public Function getCompanies() As company()
|
||||
Dim r(4) as company
|
||||
|
||||
r(0) = new company
|
||||
r(0).ticker = "MSFT"
|
||||
r(0).name = "Microsoft Corporation"
|
||||
r(0).marketCap = 314571.156
|
||||
r(0).sales = 32187.000
|
||||
r(0).employees = 55000
|
||||
r(0).timestamp = Now
|
||||
|
||||
r(1) = new company
|
||||
r(1).ticker = "ORCL"
|
||||
r(1).name = "Oracle Corporation"
|
||||
r(1).marketcap = 62615.27
|
||||
r(1).sales = 9519.00
|
||||
r(1).employees = 40650
|
||||
r(1).timestamp = Now
|
||||
|
||||
r(2) = new company
|
||||
r(2).ticker = "SAP"
|
||||
r(2).name = "SAP AG (ADR)"
|
||||
r(2).marketcap = 40986.33
|
||||
r(2).sales = 8296.42
|
||||
r(2).employees = 28961
|
||||
r(2).timestamp = Now
|
||||
|
||||
r(3) = new company
|
||||
r(3).ticker = "CA"
|
||||
r(3).name = "Computer Associates Inter"
|
||||
r(3).marketcap = 15606.34
|
||||
r(3).sales = 3164.00
|
||||
r(3).employees = 16000
|
||||
r(3).timestamp = Now
|
||||
|
||||
r(4) = new company
|
||||
r(4).ticker = "ERTS"
|
||||
r(4).name = "Electronic Arts Inc."
|
||||
r(4).marketcap = 14490.90
|
||||
r(4).sales = 2503.73
|
||||
r(4).employees = 4000
|
||||
r(4).timestamp = Now
|
||||
|
||||
Return r
|
||||
End Function
|
||||
End Class
|
||||
Loading…
Add table
Add a link
Reference in a new issue