|
Two basic requirements for any web-based application are:
- safety - production servers must always be safe from malware intrusions of all types;
- ability to fix bugs, since virtually no application is completely free from bugs - being able to provide a fast fix is a winning strategy for a company.
In applications created via Instant Developer the server and browser do not communicate via html but rather via XML over http. Only the data needed to describe the objects to be shown is sent to the client. The client will read the XML data, create and manage the frame graphics and behavior autonomously, ensuring independence of the application from the rendering device.
Such a data exchange mechanism ensures complete safety against intrusion for the application. This feature of In.de has been tested with the aid of tools which can simulate the most advanced intrusion systems. The same cannot be said for applications coded manually with Visual Studio or Eclipse which have proven to be vulnerable when tested in the same manner.
As far as bug fixing is concerned, it should be stressed that this is one of the most complex problems to be solved, as in most cases it is hard to understand what application path has led to the error.
The applications created with In.de are equipped with a debugging & tracing device which is even more sophisticated than Microsoft IntelliTrace. The whole debugging process of each user's operating session at local variable and statement levels can be stored either on a file or on the database, and the amount of memory occupied is minimal. In addition, this function can be enabled and disabled at any time without needing to restart the application, thus ensuring the utmost transparency for the user.
Instant Developer will ensure maximum safety and help users identify and correct bugs much more easily than with a traditional tool.
Find out more in the detailed document One Single Tool, or download In.de right now and try it.
|