8:00 – 4:00 SR
- Backups
- Truststore issue is probably fixed! Worked for Mike M. at any rate. Fingers crossed.
- More progress on the SA front.
- Javascript
- Servlet – done. Generates HTML, XML and JSON data via doGet() format is
- http://localhost/YuiServletServer/SinWaveServlet/args?samples=10&freq=1&size=2
- samples in the number of points
- freq is frequency scalar
- size is amplitude scalar (can’t use amp – &!)
- Adding remote DataSource to YUI code. Connecting was pretty straightforward. You do have to wrap the data as described here. Then it was mostly a matter of making my JSON correct. Next, make it so that the variables can change as with the local version.
- Servlet – done. Generates HTML, XML and JSON data via doGet() format is
