Before diving head first into a major project, I would like to ask if anyone out there knows of any major issues with using ReportBuilder Server with WebSnap.
I did read on the that Web Snap can be used with RBServer and that there are demos for this, but the demos that came with RBServer do not include on for Web Snap. Am I missing something?
Sorry, but there are no demos available for RB Server and WebSnap. (I think at one time we were working on a demo for WebSnap, but found the learning curve for WebSnap rather high.)
Using the WebTier component within a web application is very simple. Check out the RBServer\Demos\WebTier\ISAPI example - it uses Delphi's web broker framework. I think you can adapt this example to work with WebSnap.
Thanks for the response. I agree that the learning curve for WebSnap is rather high. The most difficult part is simply getting direct access to requests so the response.content can be sent back. Perhaps they have tried to automate for too much without providing simple access to the basics of web application programmning.
I will be using Web Broker, but I wish it had the session support that Web Snap has.
Comments
demos for this, but the demos that came with RBServer do not include on for
Web Snap. Am I missing something?
Sorry, but there are no demos available for RB Server and WebSnap. (I think
at one time we were working on a demo for WebSnap, but found the learning
curve for WebSnap rather high.)
Using the WebTier component within a web application is very simple. Check
out the RBServer\Demos\WebTier\ISAPI example - it uses Delphi's web broker
framework. I think you can adapt this example to work with WebSnap.
--
Nard Moseley
Digital Metaphors
http://www.digital-metaphors.com
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
rather high. The most difficult part is simply getting direct access to
requests so the response.content can be sent back. Perhaps they have tried
to automate for too much without providing simple access to the basics of
web application programmning.
I will be using Web Broker, but I wish it had the session support that Web
Snap has.
Thanks again!