integration

ERPConnect for SAP R/3 RFCs - is it any good?

We are considering whether we should propose using Theobald Software's ERPConnector tool to give our .NET code a way of talking to SAP RFC. Has anyone got any experience using these together? ...

Does an ORM integrate with existing applications or do I not understand?

Assume Hibernate for the ORM. I'm not sure how to ask this. I want to build an application that can replace part of another. For example, say I have an application with various modules, called the "big" app. This application may handle HR, financial, purchases, skill sets, etc. But maybe, for whatever reason, I don't like the skill ...

SharePoint Integration for Single-sign On

Let me preface this with I am an experienced .NET developer--but I have not yet worked with SharePoint, so this question relates directly to SharePoint and its features. I'm working on a project that requires integration with SharePoint to the extent that a user can click some kind of redirect link that would allow them to authenticaate...

J2EE integration with .NET for authentication

I have a Java Enterprise Edition web application, a standard WAR. I want to integrate this with an existing .NET infrastructure running IIS. To be specific, I need to be able to share user sessions between the two applications in some secure manner. Is there a "standard" way of doing this? Edit: I do not need full session sharing, sorr...

SQL code inside Java classes

Our current project does not use Hibernate (for various reasons) and we are using Spring's SimpleJdbc support to perform all our DB operations. We have a utility class that abstracts all CRUD operations but complex operations are performed using custom SQL queries. Currently our queries are stored as String constants inside the servic...

Websphere Integration Developer and nullable types - from WCF

Websphere Integration Developer seems to have a bug with nullable types. To get around it, you need to ensure that all nullable types (including reference types) have a value set. I haven't digged deep in this yet, the problem might be that a null element isn't included at all, and perhaps thus causes it to break, but it'll be easier i...

Best way to integrate Git with Ant?

I am looking for the best way to integrate Git with Ant. Is there a widely used Ant task for Git? Does anyone have any experience using Git through Ant (e.g. dedicated task, exec call, etc)? ...

Methodology for designing a new application that will eventualy be merged into an old applications.

Currently I am on a team developing a new stand alone application in C#. The eventual goal is to roll this stand alone app into a previously developed larger application that pertains to the same processes. My question is this: I am looking for information on methodologies or processes that help with A) Design of said newer code, esspec...

How to integrate FxCop and VS 2008?

If this is duplicated question, please point me to the proper link and I'll delete this question. I know that in VS Team System I can use Code Analysis but I'm using VS Professional. Can you tell me how I can integrate FxCop and Visual Studio? I don't want to add FxCopCmd.exe to my Post-build events to run FxCop with every compilation...

How to integrate native applications with eclipse?

I have a couple of native applications written in C++ and C#. These are legacy applications that require data sharing between them. Currently, data sharing is through import/export of text file in some proprietary format. We are currently looking at integrating these two applications using eclipse. My questions are: How can we integrat...

What are some good resources on integrating web apps with SharePoint?

I need to get up to speed on various ways to integrate ASP.Net C# web apps with SharePoint. From the most loosely coupled (just pull a bit of content from SharePoint) to full bidirectional sync, version control, workflow, etc. What are some links or books that can quickly get me oriented as to best options and approaches? ...

Integration of Asp.Net website and Workflow Foundation

I'm building a web application which has some processing of user requests involved. A user submits request for something, it goes through few steps and channels and its status changes through some predefined statuses, in the organization before being approved or rejected. During processing the ball may roll back to the user's court for s...

Calling a java program from another

How do i call a Java command from a stand alone java program. I understand that Runtime.getRuntime().exec("cmd c/ javac <>.java"); would work. However, this would be platform specific. Any other APIs available that could make it work in j2sdk1.4 ? ...

non-scripting no-install cross-platform development: which way to go, keeping an eye about the future?

scripting/dynamic languages aside, what choices do i have (for a foss project) to find an environment that is: - quite efficient - allow me to develop applications that can be installed simply unzipping a directory (that is, if a vm is needed, it should be already installed in the vast majority of cases, especially for windows machines) ...

Data Integration Patterns - different tables, dbs, apps but information must be controlled

Hi, in a portal landscape i have different systems (portal server, app server). No there are tables on each system which control right management for users. (portal groups & users - app server users and groups etc.). The syncing is managed by one App which controlls all interaktion. (Data is redundant but not the same - totally diffrent...

Data Integration between Oracle and External Application ?

We have an application that needs certain HR (Human Resource) data like the employee table etc. to initiate the manual and automate workflow process it is used for. Well I am looking into the way to integrate or synchronized with Oracle Data,lets say I get a new customer who has something called "Oracle HR" and they say we will buy your...

Image Library Software

Hi guys I have a need for an Image Library within my organization and I was wondering if anyone knows of any that they could recommend. It will need to be able to integrate with any number of our own solutions (meaning it will have a set of services or APIs that one can use for integration). Also I would be great if it had: facial reco...

Integrating external applications with my applications

I have 2 desktop applications that I wish to integrate with external applications. One of the applications is extended with plugins which are developed by me, to provide specific features which are not common for all distributions. The situation can be described in the following diagram: As I mentioned, I want to integrate (receive an...

Building wiki on top of a restful application

Does anybody know a wiki engine that can be built on top of a RESTful application? I have a restful application, that exposes a document resource, I want the wiki engine to use the REST API to persist the documents, instead of saving them to a DB. I am also open for suggestions of an open-source wiki engines that can be easily modified t...

Can someone explain the perforce integration options?

Specifically: Why do I need to explicitly enable "Enable baseless merges" all the time? I am integrating from my branch to the trunk. What does "Enable integrate over deleted targets" mean? Shouldn't it do this by default? If the file doesn't exist, and you integrate to that branch with the file, it should create the file, right?? Wha...