-
Notifications
You must be signed in to change notification settings - Fork 2
/
Revisions
97 lines (74 loc) · 3.12 KB
/
Revisions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
DALServer Revisions
--------------------
Version 0.5 October 2012
----------------------------
Merged changes related to SLAP/Splatalog and catim-x (NRAO).
Beginning work on a major new version as part of support for
VAO data publishing.
Version 0.4 August 2009-11
----------------------------
Added support for SIAP and SLAP.
Version 0.3 August 2008
----------------------------
[Summary]
Begun work on "catim" branch to add catalog and image services
to DALServer. Incremented version to 0.3. Updated the Web pages
and README files.
src/dalserver/ScsMessierData.java +
src/dalserver/ScsMessier.java +
src/dalserver/ScsParamSet.java +
src/dalserver/ScsService.java +
src/dalserver/ScsServlet.java +
Added support for SCS (simple cone search). This includes
a builtin copy of the Messier catalog, used by the SCS base
class, as well as a capbility to access remote tables using JDBC.
(25 Aug 2008)
lib/messier.csv +
Data for Messier catalog. (25 Aug 2008)
Version 0.2 August 2008
----------------------------
[Summary (17 Aug 2008 DCT)]
Began a round of changes to update the SSAP code to the latest
(Recommendation) version of the standard. Incremented version
to 0.2. Updated the Web pages and README files. Other changes:
* Renamed src/demo to src/dataServices
* Renamed JhuSsapService to JhuProxyService to retain old code;
will keep JhuSsapService as the container for the new version of
the DALServer JHU SSAP service (note JHU now has their own native
SSA service as well).
* Changed build.xml to keep "dist" in the distribution, rather
than deleting it with "ant clean". This will cause the Javadocs
and servlet WAR file to be included in the source distribution.
Finalized V0.2 with updated SSAP-related code.
Version 0.1.1 27 June 2007
----------------------------
Revisions +
Added this revisions file to the DALServer root. (DCT 25Jun07)
src/dalserver/SsapServlet.java
Changed version to 0.1.1. (DCT 27Jun07)
src/dalserver/RequestResponse.java
Changed the query response format MIME type returned for a
votable to "application/x-votable+xml" (the previous value of
"text/xml;x-votable" was incorrect for the query response
MIME type). (DCT 27Jun07)
src/demo/JhuSsapService.java
src/dalserver/SsapServlet.java
1. Added support to the JHU SSA proxy service to support GIF as an
output graphics format. This includes a provision to pass-through
to the remote JHU service any client-specific parameters, e.g.,
"width=220&height=200&title=no".
2. Add the parameter pass-through feature for the "native" spectral
format as well, since this is entirely generated by the remote
service. (DCT 27Jun07)
src/dalserver/SsapServlet.java
Changed the parameter level of ServiceEngine to "extension".
A bug was causing this to be "client", which was incorrect, plus
it would interfere with pass-through of client specified params.
(DCT 27Jun07)
web/index.html
Added "graphic" as an output format for the JHU proxy SSA service
in the main query form. Added a revision number and date to the
main query page. (28Jun07)
Version 0.1 25 January 2007
----------------------------
Initial release.