Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6044875
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T07:03:43+00:00 2026-05-23T07:03:43+00:00

I am building a distributed menu system to support the operations side of a

  • 0

I am building a distributed menu system to support the operations side of a large enterprise.
The idea is that users can use this application to launch web applications (online or offline), virtualized apps residing on a remote server, as well as locally-installed, legacy thick client applications that we cannot afford to change (read: C/C++, Java-based.)

Some additional requirements:

  • Web-based deployment
  • Auto-update when application startup detects a new version on a server
  • Offline-enabled – the absence of network connectivity will not impede user operation of locally-installed thick clients or offline web applications
  • RESTful data synchronization (i.e., menu uses indirection to access tools/services by querying a secure rendezvous REST service
  • Cross-platform, cross-browser with minimal or no-client install required (e.g., doesn’t require a JVM that continually bugs the user to update)
  • Intuitive UI, similar to Stacks in Mac OS X or menus that arc when selected

Server-side. For now, I’ve settled on ServiceStack as my RESTful web service framework, backed by a SQL Server Enterprise database. For now, the server-side is not a critical concern. Eventually, I’ll need to consider securtiy, role authorization, etc., but for now I have a good handle on the server.

Client-side Candidate Solutions. The client is a different story. I’ve studied a wide-range of approaches to this problem, none of which are ideal (mainly due to browser sandbox security.) I’m looking for better alternatives to these:

  • Offline web application
    • Google Installable Web Apps
      • Supports the majority of my use-cases, but AFAIK it cannot execute locally installed native code
      • To mitigate this, I’ve looked into NaCl, but it places restrictions on the native code that’s executed, and this is beyond my budget and control
    • HTML5 Offline Web Application
      • This would strongly be my preference, but is it possible to execute thick client code from this without the restrictions of NaCl above?
  • Browser extension
    • XUL extension
      • I’ve built one of these to launch a small thick client menu (see below)
      • The concern here is that XUL is past its prime.
    • Cross-browser extension
      • Doesn’t seem to support execution of locally installed native code
  • Browser plugin
    • NPAPI plugin to bridge native code
      • Seems dangerous
  • Thick web service client
    • XUL-based
      • Of all my efforts, I’ve gone the farthest with XUL. I have a XUL-powered application that makes AJAX requests to my web service to dynamically populate the menu
      • This is working well so far, but has some issues:
        • How do I launch a webpage from a XUL app within XULRunner?
        • How do I launch my local XUL app from a web page?
        • Again, will XUL be around much longer?
    • Java Web Start
      • I know I can pull this off with JWS, but I’m seeking alternatives
    • .NET-based using a Custom MIME type
      • Not sure how to get started with this, or where it will take me.
    • Appcelerator Titanium
      • May be a viable alternative. I haven’t looked into it yet.

Kudos if you’ve made it this far! Basically, this application is replacing a legacy menu built with scripts, which requires an army to maintain and update. I’m sure there’s some top-heavy SOA solution to this problem, but the budget won’t support a massive investment in up front-design and long-term maintenance.

Please clue me in if there are alternatives to the candidates I’ve examined so far. What’s the ideal solution to my problem, given the above requirements?

EDIT: I’m intrigued by this SharePoint Quick Launch Web Part. Does anyone have experience with this one, or know how to pull this off from SP?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T07:03:44+00:00Added an answer on May 23, 2026 at 7:03 am

    It sounds to me like there are numerous possible approaches to implementing the feature set you describe, but you are stuck on how to execute native apps from a browser-based app in a cross-browser, cross-platform way.

    I’m afraid the only way to achieve this is to develop a small add-on for each browser that you want to support. For Firefox it’s very simple to do this since there is an XPCOM API (nsIProcess) for invoking new processes. In IE you could write an ActiveX that is implemented in C++ and granted the necessary privileges. In Chrome you have no choice but to write an NPAPI plugin.

    If it were me, I’d write an NPAPI plugin for Firefox and Chrome since webpages can then use the same code for both browsers. For IE you can write an ActiveX which is accessed in more or less the same way as the plugin. So webpages that want the ability to launch external processes would embed the plugin, set the necessary property value (i.e. the path to the process to execute) and call a method on the embedded object.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm building a system for monitoring several large web sites (resources), using distributed web
I am building a distributed application that will require 6 different services. I will
I am a bit confused about this. If you're building a distributed application, which
ActiveX controls — small program building blocks — can serve to create distributed applications
Building a client-side swing application what should be notified on a bus (application-wide message
When building static libraries with VS2005 I keep getting linker warnings that VC80.pdb cant
In building an ASP.NET 3.5 WAP, I'm always frustrated by the feeling that no
I'm looking into building a distributed application and would like some advice on the
At work, we're building a distributed application (possibly across several machines on a LAN,
I'm building an application with distributed parts. Meaning, while one part (writer) maybe inserting,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.