integration

Silverlight CMS

Hi guys. I am have started working with Silverlight and thought I would make a full futured website with a Silverlight front and are therefor looking for an Open Source CMS that takes care of the administration part and lets me worry about the presentation. This is a hobby project so I am not very intrested in spending any money on thi...

Read word document in ASP.NET and replace text (Office 2003/2007)

Hi, I'm using VS 2005, asp.net 2.0. I need to read a word document (.doc) in asp.net, make some replaces and then generate another word document. So far OK. I've done it in a machine that have the Office 2003 installed, so in VS 2005 I've added a reference to the "Microsoft Word 11.0 Object Library". Everything worked perfectly. Code...

spread exits directly after starting

I just tried to start spread for communication of some of my tools that I use in for the integration for different sensor data processes. Just after the startup spread exits with the following message: Conf_load_conf_file: using file: spread.conf Successfully configured Segment 0 [127.0.0.255:4803] with 2 procs: localho...

BlackBerry - Detecting when my application is sent to the Background because of a Call

Hi All, I need to detect when my BlackBerry application is sent to the background and also when it's brought to the foreground again. I need to pause the application when a phone call comes in and resume appropriately. I assume this must be trivial to achieve but I can't find any reference to how this is done. Please put me out of my m...

Integrating a GWT Dialog into an existing HTML application

Hi all, I have a situation where I need to integrate a gwt dialog (which to the best of my understanding is implemented as a div with z-index manipulation) into an existing html page. There are two scenarios: 1. Which is the preferrable and more complicated is where i give the host html page another page which they embed as an iframe and...

BlackBerry - background application to listen starts and foreground app

Hi everyone! I would like to create background application which will listen to what applications are started and what are moved to foreground. Please reply If question is not clear will explain again. Thanks ...

Blackberry - Create an application which will lock another application event

Actually I want to make an application which will getGlobalEvent and control that event through another custom application. Is there any way to do so. Can i get global event from a particular application? Its like an application which will lock custom application in your blackberry, if you add following application in that locking app li...

Ideas on how to approach a project involving Integration of APIs

I am a student and working on developing a Java Application that would serve as a "Translation Layer" between one application's web service calls to another application's JMX API. Both the applications reside on 2 different systems in the same network. So, essentially, it involves a deliverable program that converts one application's we...

Convert p4 move to p4 integrate

Is there a simple way to convert a (large) list of p4 moves to p4 integrates? There are a lot of pending modifications to the moved files, so just reverting and instead integrating isn't an option. Perforce won't let you just revert the deleted file (which would leave the desired integration behind). ...

JBOSS Eclipse Integration

I am working with Eclipse and JBOSS. I was wondering if there is a way to do hot in-place deployment for a web project, by integrating the JBOSS server with Eclipse. By hot in-place deployment, I mean, I should be able to view the change made to a jsp , by refreshing the page on the browser, not required to go through the routine , buil...

Integration of Python console into a GUI C++ application

I'm going to add a python console widget (into a C++ GUI) below some other controls: Many classes are going to be exposed to the python code, including some access to GUI (maybe I'll consider PyQt). Should I run the Python code in a separate thread? I think it's a good approach, because GUI won't be frozen while executing long co...

ASP.NET and SAP integration

Hai guys, Has anyone had an experience integrating ASP.NET application with SAP? If yes, I would like to hear about those experiences. ...

ebXML Message Service Handler for .NET...?

Currently looking at implementing an ebXML MSH using .NET. Has anyone done this before, and/or know of any open source .NET examples out there? Any comments/advice welcome ;-) ...

How can I integrate svn with the Visual studio 2008 ?

How can I integrate svn with the Visual studio 2008 ? which is the better svn plugin/client for the visual studio ? ...

Building java from MSBuild

We are using MSBuild to run our build which compiles and outputs a number of .NET projects/assemblies. Now we are faced with the need to also include a java version of on of our assemblies and are unsure how we should go about integrating the building of this java source into MSBuild. There is always the option to shell out to a command...

How to implement a "global ID system" in a diverse environment?

I am looking into creating a global ID system for all of our online products including our own company web site (we don't have any products that are public quite yet, but we are fairly close). If we were completely a .Net shop this wouldn't be much of an issue, but we have at least ASP.Net MVC and Ruby on Rails, and who knows what else w...

Does Model-View-Controller Play Nicely with Artificial Intelligence and Behavior Trees?

I come from an MVC background (Flex and Rails) and love the ideas of code separation, reusability, encapsulation, etc. It makes it easy to build things quickly and reuse components in other projects. However, it has been very difficult to stick with the MVC principles when trying to build complex, state-driven, asynchronous, animated a...

How to configure two machines to communicate over spread

I have to machines in the same network that should communicate over the Spread Toolkit Both machines have the same config file Spread_Segment 129.70.129.255:4803 { cadmium 129.70.129.13 palladium 129.70.129.12 } Spread starts correctly on both machines but doesn't show the other machine. Actually sending messages doesn't work eith...

Problem with expression language functions in Tomahawk tags

I'm using: Tomcat 6.0 Jsf 1.2 - Mojarra Implementation Tomahawk 1.1.9 I imported the taglib <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %> when i call: <h:outputText value="#{fn:indexOf('ciao','i')}"></h:outputText> Output is 1 when i use <t:outputText value="#{fn:indexOf('ciao','i')}"></t:outputText> ...

Problem Inserting Report Viewer into WPF Application using WindowsformsHost

Hi I am trying to create a popup from my WPF application which shows a report viewer hosted in a WindowsFormsHost however I am having problems with the following Xaml <Page x:Class="FIS3.ReportViewer.ReportViewer" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" ...