integration

Creating Orders in Microsoft Dynamics NAV via web services or an API

Hi, I am tasked with creating an API that would allow 3rd party customers the ability to send orders into our Microsoft Dynamics NAV 5.0 SP1. I want to be able to create a SalesOrder in Dynamics NAV not with the client but via an API so i can allow a seperate process to enter in orders automatically. Any help is appreciated in leading...

Calling a Java function from C#.Net

Hi all, I just want to call a java function from ASP.Net... Please guide me !!! I have seen JNBridge but its not free... :( Thanks in anticipation ...

How to integrate Crypto++ into C++ Builder 2010 / [ILINK32 Error]

Hi, I was trying to compile the following (example) code via C++ Builder 2010: http://swarmapps.wordpress.com/2009/11/24/a-simplification-wrapper-for-the-crypto-library/ ( pastebin.com/f6bd13d59 / example.cpp ) ( pastebin.com/f2fc53f83 / BasicCryptoPPWrap.h ) There were no compiler errors but the linking failed: [ILINK32 Error] Erro...

Sharing to social pages with django

In my django application I have different content across the site. Now I would like to add "Share this to... (Facebook,Twitter,Buzz)" link on each page. But instead of redirecting to a social app page I would like to open popup with (if needed) logging/adding possibility. How to get started ? What steps/operations I need to perform and w...

Facebook integration, Website with a Business Page(not profile)

Is the following possible, after many hours of searching I cannot find a straight answer anywhere. From an external website, which users login to using their Facebook Login, we wish to allow users to upload photos to a Facebook Page of which we are the administrators. The photos should go to a specific album which we will create. Photos...

spring 2.5.6 tiles integration

I have been searching to determine what is required to integrate Tiles and Spring 2.5.6. So far the integration has not been successfully. I tried to make use of the version of Tiles that is included with the Spring bundle (V2.0.4) and the latest version and still does not seem to work. I get the following error from JBoss: org.sprin...

Rebuild existing webapp : .NET or PHP

We are looking at doing a 'version 2' of our web application that is currently written in PHP with a MySQL database. Since it has been in a constant state of development for about 5 years with numerous developers, over time you look at it as a whole and think 'we could do this so much better if we started again'. So we are looking at do...

How much info can you pull out of facebook?

We're interested in incorporating a lot of the facebook info in our application. So for example we want to display your wall's content as part of our UI combined with other stuff etc. With facebook connect how much data can we pull from facebook? Is everything available programatically, including wall feeds, profiles, pictures, etc? Do...

Error while executing Integration Test with JSON output

Below is my action in the controller. I am to btest this action via an integration test. This would require me to mock the session objects as well. I have started with the integration test , but hve no luck with it. def listData= { def playerId=session["playerId”] tuneInstanceList = tuneService.calculateId(playerId) ...

Properly evaluating double integral in python

Hello. I am trying to compute a definite double integral using scipy. The integrand is a bit complicated, as it contains some probability distributions to give weight to how likely is each value of x and y (like a mixture model). The following code evaluated to a negative number, but it should be bound by [0,1]. Additionally, it took abo...

Is it possible to reference a Java app from a Grails app?

Hi, We have a Java/Spring/Hibernate codebase which is the core to our pretty large platform. We also have quite a few separate Java webapps (Struts or Spring MVC) running alongside which reference the core system, pulling in the applicationContext and services from it. We have a requirement to build another webapp that also references ...

How to keep links when moving work items (task, bug) between projects in TFS 2010 ?

Our situation: In TFS 2010 + VS 2010 environment, we need to move source code and work items from old project to new project (new project is just for renaming and restructuring purposes, they all under one project collection). We used TF.exe command line utility moved source code, it's good and carried history and links (changeset links...

Admob openx integration

We are using openx to serve ads. However there are times when we don't have enough Ads and would like to serve admob Ads. Is there an openx - admob integration that allows us to setup a banner or zone that will just call out to admob? ...

Accelerometer to relative position

Before I reinvent the wheel I wanted to see if anyone can share code or tips for the following: In order to get relative position of the iPhone, one needs to Set the accelerometer read rate Noise filter the accelerometer response Convert it to a vector Low pass filter the vector to find gravity Subtract gravity from the raw reading to...

Trying to Integrate Mail Into my app, getting 2 warnings.

I'm trying to integrate sending mail into my app, but I end up with 2 warnings. I am using Obj-C, the Cocos2d Framework. This is my code. -(void) mailTapped: (id) sender { MFMailComposeViewController *composer = [[MFMailComposeViewController alloc] init]; composer.mailComposeDelegate = self; if ([MFMailComposeViewController canSe...

C# sample code of MySpace integration to add new post comment

Is there any c# sample code of myspace integrating to add a new comment on my myspace's profile from an ASP.NET web site ? Any help would be appreciated Thank you ...