Web-based Ranger development Q&A

Web-based Ranger development Q&A

  • Q: Are most applications that use Ranger thick clients or Web apps?
  • A: There is a mixture, but the majority of check scanning applications in our industry are "thick clients."

  • Q: How easy is it to develop Ranger-based Web applications?
  • A: It depends on the Web and check scanner development experience level of your programmers.  Many find Ranger easy to work with when developing Web-based applications.

  • Q: How do Web applications handle the installation of Ranger and the scanner drivers?  Via web interface, installation CD/file?  Is there anything installed on the client PC?
  • A: Whether you use Ranger or not, you will need to install software on the Client PC.  Check scanner manufacturers require that you install their device drivers and support software on local PC in order to use their scanners.  Most Web-based applications require their users to download and run an installation program prior to running the check scanning Web application.  The installation program installs the scanner drivers, Ranger, and any other software elements which requires administrator privileges to install.

  • Q: Why do developers use Web-based apps versus thick clients?
  • A: Web applications are easy to upgrade.  Application changes on the Web Server automatically propagate to the Web Clients.

  • Q: Would you describe the installation and use of a Web-based Ranger application?  How flexible is this with different scanners?
  • A: It is pretty much the same for all scanners.  The device drivers and Ranger software are installed in the Client PC during the initial Web application setup process.   You can implement the download and installation of this software in whichever way is most convenient to you.

  • Q: What languages are being used to develop Web-based Ranger apps?
  • A: Microsoft Web scripting languages seem to be the most common, followed by Java. 

  • Q: How is data security handled in Web-based apps?
  • A: A common approach is to connect to the Web Server via secure sockets (SSL). Data transmitted over a SSL connection is encrypted by the TCP/IP subsystem.


Ranger® - The universal check scanner interface
Copyright © 2023 Silver Bullet Technology
www.sbullet.com

    • Related Articles

    • Can I use Ranger in my web-based application?

      Yes. Many Ranger users have web-based applications. Some application developers use our JavaScript library. Others use a Ranger browser plug-in, DLL or ActiveX control. Ranger® - The universal check scanner interface Copyright © 2023 Silver Bullet ...
    • How do I signup for the Ranger development kit (SDK)?

      In order to download Ranger, as well as to view the Ranger's API documentation and sample code, our non-disclosure agreement (NDA) must be signed. Once such an agreement has been signed and sent back to us in PDF format, you will be given access to ...
    • How do I use Ranger in a C# or VB.NET web application?

      How do I use Ranger in a C# or VB.NET web application? Ranger cannot be added to a .NET web application in the same way as the sample apps. This is because the C# or VB.NET code is run on the server, and the Ranger ActiveX control must be run ...
    • Remotely hosted web-application using HTTPS sometimes gives "SecurityError"

      When using a remotely hosted web-application using "HTTPS": Some browsers will give a "SecurityError" if attempting to connect insecurely using web sockets. We recommend that you install Ranger Remote with WebSocket Secure (WSS) enabled. Enabling WSS ...
    • Bypass the "SecurityError" when using a remotely hosted web-app in Firefox

      When using a remotely-hosted web application using "HTTPS": Firefox does not allow insecure web socket connections by default. For more information, follow the link below: Why are some browsers giving "SecurityError" when using loopback as the URL? A ...