NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
CRUD - Maypole 2? (Score:1)
Bill
# I had a sig when sigs were cool
use Sig;
Maypole 2 (Score:1)
HTML v :Maypole 2 v SOAP v XUL (Score:1)
If you come up with something as elegant as Maypole but based around WSDL [developer.com] and the other WS* standards, that would be way cool. (Not that the standard SOAP over HTTP is much of an improvement protocol-wise, but it decouples at least.)
Would a hypothetical Maypole::SoapLite extension, probably using WSDL::Generator [cpan.org] and/or SOAP::WSDL [cpan.org] do anything for you?
FYI, although I haven't used it mysel
Bill
# I had a sig when sigs were cool
use Sig;
Re:HTML v :Maypole 2 v SOAP v XUL (Score:1)
Your comment about the decoupling effect provided by SOAP is one of the reasons I am considering it - whilst I have no doubt that it is possible to develop complex apps using DHTML et al, the inherent cleanleness of having a seperation between UI and "application", and performing the communication over just one medium is a strong architectural argument.
I am aware of XUL, it sounds promising, although I haven't used it personally - I'll certainly have a look at the links you have sent when I get a few moments though, thankyou.
I'll be interested to hear of any solutions or strategy you come up with to get around the concurrancy issues - it sounds as if a simple incrementing "version column", with appropriatte checks as mentioned in the article might be a suitable compromise for your situation though?
Reply to This
Parent