hybrid

Reference to a FOSS project building desktop Google Docs client

Hi, I'm excited about desktop Google Docs client. I found a project using Adobe AIR which imitates Mozilla Prism. That didn't impress me at all. Do you have any pointer to a FOSS project building desktop Google Docs client? If there are none, if you were to build, how would you do? ...

DLL EXE Hybrid C++ Windows

I am currently working with DLL injection and need to have a single hybrid binary that could act as both an executable and a DLL. I thought of maybe writing a DllMain and WinMain function and then compiling it as an executable but I don't know what would happen if I did that. I know that it is posssible to combine a dll and exe by using ...

Possible to host ASP.NET MVC controllers+views within a webforms project...?

We have a legacy ASP.NET webforms application that we're engaged in stabilising and removing technical debt from. Is it possible to take a hybrid approach - ie, can ASP.NET MVC coexist with webforms within the same web-project? Are there any gotchas for that? If it is possible, I assume one just has to initialise the routes table, reg...

How can I create a hybrid Silverlight and aspx application

Here is my scenerio.. We have an ASP.Net 2.x web site. We want to migrate it to Silverlight full frame application. However, there is no way we can go away in a corner and redo every web page in SL right off the bat. What I would like to do is build the chrome of the app (main page, dashboard, login, common system/config screens, main...

How do I manage sessions in a hybrid Ruby/GWT system?

I currently have a Ruby on Rails system, and there are plans to port it to GWT. Before we do this, the powers that be want to have a proof of concept with part of the site being written in GWT to show that GWT can use and display the current content. The flow of data in the GWT portion of the system is as follows: Client sends an RPC c...

The type or namespace name 'Mvc' does not exist in the namespace 'System.Web'

After converting a Hybrid ASP.NET MVC1 app to MVC2 I'm getting the following error when I try and run the application: The type or namespace name 'Mvc' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) The allegeded culprit in the web.config file is System.Web.Mvc: <namespaces> <add namespace="S...

Scheduler with Asp Mvc

Hi, I want to use a Scheduler like Telerik Scheduler in my Mvc project. The problem is that the Scheduler is a Asp.Net WebForm control. For this reason, I must create a WebForm page in my Mvc project to put the Scheduler control. When I show the page, it work fine to render the layout of the control but if I try to interact with it; c...

Do I need to use OpenID or is OAuth enough?

I'm working on a web based project where we make use of the user's Google feeds and we store some information about them in our database. We don't want to make users create accounts with us, but instead they sign in using their Google credentials. It's clear to me that we'll need OAuth, but I'm wondering about the OpenID part. Is ther...

How many oo-functional hybrids are there?

We're discussing oo-functional hybrids here, but I wonder, how many languages actually qualify for this name. Scala, Clojure, F#? Any more? It'd be great to get one such language per answer, and a little explanation, why you think it is oo-functional hybrid. ...

Which open source platform is good for a private/hybrid cloud?

I'm working on building a private cloud, and we've been considering Eucalyptus and OpenNebula. Are there any other good open source platform available for building a private/hybrid cloud? Between Eucalyptus and OpenNebula, which one do you recommend? ...

Hybrid demo not returning oauth request token

I'm having a lot of trouble getting started with creating a google apps marketplace application. I've tried numerous demos, including the php hello world example you can download from google. In every case, the openid portion works fine, but oauth is failing. I've tracked it down to the hybrid openid/oauth request not returning an oa...

Using C++ and scripting together

I am developing simple games as a hobby. For my new project, I want some parts to be scriptable. I am familiar with python but don't mind learning new languages. Here is the question: I am planning to implement path-finding, field-of-vision, collision detection etc. in C++ but want to use scripts for AI state machines, scripted events. ...