Product Reviews

July Product Watch: AVIcode Intercept uX, Mykonos 1.0, More

AVIcode Intercept uX
AVIcode's new Intercept uX is an application monitoring and logging utility that provides detailed information on the behavior and health of browser-based Web applications. Unlike server-side monitoring, Intercept uX measures operations that impact what the company calls the "keyboard to eyeball" response time of applications. The server-based software collects data by injecting JavaScript-based dynamic agents into monitored Web pages. The logic enables Intercept uX to peer into any .NET-based application process and provide rich reporting and links to underlying methods and code.

Intercept uX includes a rich, browser-based user interface that lets users identify performance issues or failures, and immediately click through to assess the underlying systems and code. Users can set thresholds and use the built-in reporting displays to focus on the most significant or common problems. Integration with Visual Studio lets developers link all the way back to the original C# or VB.NET code.


[Click on image for larger view.]
Figure 1. Intercept uX lets users quickly target application performance issues.

Intercept uX
AVIcode Inc.
Price: Starts at $7,995 per server
www.avicode.com
443-577-3000

Mykonos 1.0 AJAX Security Framework
Mykonos has released its Mykonos enterprise development framework and security service. Intended for developers building AJAX-based rich Internet apps, San Francisco-based Mykonos provides a server-based abstraction layer that helps shield and harden vulnerable AJAX components and logic from attack.

Mykonos is server-deployed software that provides a layer of infrastructure and services to establish a boundary between client systems and the application server. Mykonos CEO David Koretz says the approach addresses a host of common AJAX vulnerabilities, including SQL injection, code insertion and cross-site scripting attacks.

The Mykonos framework includes a logging engine that instantiates a session for each AJAX application and asynchronously monitors the client. Component-level filtering protects against injection and reverse engineering, while AJAX components are obfuscated and communicate with the server via a central remote procedure call (RPC) layer, rather than directly with the server.

In addition to an AJAX client library with more than 50 GUI controls, Mykonos includes a Visual Builder module for rapid application development. The Visual Builder integrates with Visual Studio. Mykonos is delivered as a hosted service.

Mykonos 1.0
Mykonos LLC
Price: $1,995 per developer per year, including support
www.mykonossoftware.com
877-889-4647; 650-329-9000

Borland TeamDefine
Borland TeamDefine is a requirements-management package that promises to reduce the amount of costly changes to software projects by enabling visual mockups and dynamic interaction among stakeholders in the application development process. A design canvas lets developers drag and drop program elements, which they then link together by drawing out connections to data and logic. TeamDefine works with sample data and logic to enable functional, interactive simulations of program behavior. These simulations can be published to a URL so they're accessible from a Web browser.

TeamDefine integrates with Borland's Caliber RM enterprise requirements management product, and company executives say the tooling will extend integration to third-party requirements packages, by way of Borland's Open ALM framework.

TeamDefine
Borland Software Corp.
Price: $3,000 per developer with unlimited reviewer seats
www.borland.com
800-632-2864

About the Author

Michael Desmond is an editor and writer for 1105 Media's Enterprise Computing Group.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube