Which .NET based BPM (Business Process Management) software recommended? [closed] - esb

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I need to recommend an open source business process management BPM software engine to work with.
Can anyone suggest such a BPM software to use?
Thanks for you time.

I checked several month ago but I didn't find any good opensource BPMS written for the .net platform.
Fortunatelly, nowdays most BPMS implement an HTTP API which could be accessed from a .net program, and many of them are provided as a cloud service.
I know best java based BPMS where, depending on your needs, you could check Bonita, jBPM (which embed a BRMS tool too) or Activiti. Some exist in other language but I have no feedback on them.
Cheers

After lot of search I found Skelta company who is provided excellent infrastructure in BPMS and engines that be added .NET platfoem to develop customize software
check it out
http://www.skelta.com/products/bpm/features/ms-office-integration.aspx

The Eclipse Process Manager "Stardust" (http://www.eclipse.org/stardust/) is a mature Java open source BPMS. Its commercial version is used in several products and projects in combination with .NET.
Relevant from this perspective:
browser-based process modeler
web service APIs, SOAP and REST
User interface mashup feature to include .NET UIs in workflows
Amazon Web Service Stardust image available (http://wiki.eclipse.org/Stardust/Knowledge_Base/Getting_Started/RTE_on_AWS)
commerical SaaS offering

Related

open source project about implementing WebRTC MCU on the server [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I have recently study on how to implement WebRTC MCU software on the server. I find an open source project called licode, but it is difficult for me to understand its source code. Can you recommmend some articles or documents about explaining the source code of licode, or there is another open source project you can recommend about implementing WebRTC MCU?
Janus is what you are looking for. It is the new cool kid on the block and I've found it to be really easy to understand since it doesn't make assumptions in the signaling plane or the features you'll use in your gateway.
It comes with a core that acts as a central hub for browser connections and then implements all its features with plugins. For instance here you have the Video MCU plugin code:
https://github.com/meetecho/janus-gateway/blob/master/plugins/janus_videoroom.c
As you can see it is programmed in C and comes with a JS API and clear code samples. Give it a go, I think it is ideal for a project study compared to already bloated multi-stack solutions (Licode, Jitsi Videobridge, etc)
Hope it helps!

Of the different virtualization project available- QEMU, KVM, Xen, VirtualBox which one should a beginner pick [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am interested in virtualization related projects. However there seems to be plenty of options in this field. Which project should i start working on given the above choices. I want to work on on of these projects going forward. I am familiar with the basics of virtualization methods available and basic interfaces. Have been using VirtualBox for more than 3 years now.
First, ask yourself what type of code you want to contribute. If it is more on the binary-translation side, your best choice is QEmu since it does all the core work for KVM. KVM on the other hand, is an architecture that sits upon QEmu and leverages the Linux kernel's scheduler. So if IPC, process management, signals etc are your thing, jump into KVM. i would suggest that you study the architectures of these hypervisors and then decide what you want to get into.
This was a specific example. Virtualization is much more than hypervisors. Look into OpenStack. It is to virtualization what Android is to smartphones.
Another interesting thing to look into, to begin coding would be libvirt. It is the underlying library that powers most of hypervisor-agnostic virtualization frameworks and orchestration tools.

Recommended tool to generate RDL report files that integrates well with .NET [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for recommended tools and your experience with them for generating and viewing RDL (reporting definition language) files that can integrate well with a .NET application.
These are tools I've found so far. If you've worked with them and can give your experience (good and bad), ease of use, etc.. I'd love to learn. Our company is trying to choose a product for reporting.
http://www.sap.com/solutions/sap-crystal-solutions/index.epx
http://www.pebblereports.com/
http://gotreportviewer.com/
http://www.fyireporting.com/
http://technet.microsoft.com/en-us/library/cc917530.aspx
http://www.codeproject.com/KB/database/rdlproject.aspx
We need it to work with the 2005 schema at the very least:
Report Definition Schema
June 2005
Description
This schema describes the structure of the Report Definition Language (RDL), an XML schema for representing reports which includes query, calculation and layout metadata.
Schema for Report Definition Schema
ReportDefinition.xsd
Of those tools you've mentioned I've only worked with fyi reporting so I can't offer a comparison. We use the fyi libraries currently to generate reports on Windows mobile 6 devices integrating the fyi libraries with a .net compact framework application.
We also use fyi to generate PDFs from a server side console application built in .net 2.0.
Both have been in production and running without problems for around a year now.

Replacing our existing computer inventory system [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
We've been using OCS-NG to gather our computer inventory for the past 2 years. About 6 months ago, AVG Antivirus started picking up on the agent it uses to gather computer information as a "potentially harmful program". We've placed that in our ignore list, but the agent no longer appears to be updating our database. After much consideration and frustration trying to diagnose, I've decided to move away from OCS-NG as well as GLPI (with which it interfaces nicely).
I'm looking for a replacement for both of these applications, but primarily OCS-NG. My requirements are:
Open Source (preferably free)
Windows/Linux inventory agents
I would like it if the system was able to be integrated with a helpdesk system such as OTRS or the like.
Thanks
On this moment there is no 'canned' asset discovery solution which has an out-of-the-box integration with OTRS.
However, OTRS is able to import CI data from CSV files. Also, we're hard at work cooking up a new SOAP/REST/JSON interface.
We're planning on integrating with asset discovery solutions, and would be open for people wanting to help with us on creating and testing the integration, and/or help from anyone working on FOSS asset discovery projects.

where can i find public domain open source list of softwares [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
i like to browse open source software that are released as public domain type of software license , is there such list ?
if i think about it is there some kind of index that sort open source applications by license ?
Thanks
Ohloh is an open source directory which lists projects, listing their creators and people using it.
You can search for software with a specific license, e.g.
license:Public Domain
freshmeat
freshmeat maintains the Web's largest
index of Unix and cross-platform
software, themes and related
"eye-candy", and Palm OS software.
Thousands of applications, which are
preferably released under an open
source license, are meticulously
cataloged in the freshmeat database,
and links to new applications are
added daily. Each entry provides a
description of the software, links to
download it and to obtain more
information, and a history of the
project's releases, so readers can
keep up-to-date on the latest
developments.
CodePlex is a good source for .NET open source stuff.