From: Brian P. C. <bm...@bm...> - 2006-10-22 16:55:20
|
Savrolas, The aim for this week is to release a beta 3 of the engine on Monday or Tuesday which will accommodate complex data types, test, then release a 1.0 engine on Friday along with a beta release of the console connected to juddi. We'll promote the console to 1.0 when some permanent storage for the wsdls is introduced, possibly using derby. Atif has agreed to sort out the counters for the javascript on the complex types. Atif and I will also sort out some documentation for the engine later this week. Rob - the authentication.js is still riddled with errors. The integer value regex have all got \.{0,1} inside them. Floats/doubles have \.* inside them: 1.........5 would pass. Negative values don't pass. Float will need something like: ((\+|-)?[0-9]+|[0-9]*)(\.[0-9]+)?([Ee](\+|-)?[0-9]+)? Similarly for double. It looks like all the limit = 99999999999999999999999999999 stuff is superfluous. The limit parameter doesn't seem to be used for anything at all except to be able to set it to 999999999999999999999999999999999999. If necessary take the limit parameter out of the method involved. The double and float check methods are *still* testing for byte integers. The paths to the three calendar images are not correct in the calendarblah.js file. These should be ../images not viewfactory/blah/ which disappeared years ago. Plus please document all your files, including the javascript. Finally, change "authentication.js" to "validation.js" in all the relevant files in cvs plus all the references in file. Then please test the style sheets on simple.jws and the arrays service. I shall finish off the console for a beta 1 release on Friday. Regards, Brian |