brainless
brainless

Reputation: 5819

What is a BPMS?

What is BPMS? and when to go for BPMS? is there any free tools for .net or java? is there any plug-in available for eclipse?

Upvotes: 0

Views: 2961

Answers (5)

Steffy Yedla
Steffy Yedla

Reputation: 1

BPM - Business Process Management is a systematic approach to streamline an organization’s process to make it efficient and effective, to suit the changing environment around.

Upvotes: -2

rob2universe
rob2universe

Reputation: 7583

Stardust, the Eclipse Process Manager,is a comprehensive and mature BPMS which is part of the Eclipse release train since the Kepler release. With over 2.5M lines of code and 726 person years Stardust is the largest Open Source BPMS.

As opposed to many Java-centric BPMS, Stardust also provides proven .NET integration capabilities on servcie and UI level. The process modeler is avalibe for Eclipse or purely browser-based. The runtime environment can be used from inside Eclipse (WTP integration) or standalone (maven build).

Please see http://www.eclipse.org/stardust/ for more details.

Best regards

Rob

Upvotes: 0

johnnieb
johnnieb

Reputation: 4522

As Peter said, BPMS is a huge topic. To get an idea of its scope, check out IBM's home page on it here: http://www-142.ibm.com/software/products/us/en/category/bpm-software

Upvotes: 2

Andreas Kuckartz
Andreas Kuckartz

Reputation: 460

Have a look at the Activiti BPMN 2.0 engine. It is still in beta but a project everybody interested in BPM software should know about. It is implemented in Java and an Eclipse plugin also will be part of the set of tools.

Upvotes: 0

Peter Tillemans
Peter Tillemans

Reputation: 35341

It is short for Business Process Management System or Software and basically is a tool for very high level modelling how the business will do whatever they do and how automation tools are integrated.

These things are typically huge and composed of a big collection of tools and infrastructure stuff. Eclipse based tooling may be a part of that, but it is much larger than just a plugin.

If you want to dip your toe in these waters you might look at JBoss Tools which has support for JBPM and Webservices which is a workflow package and the infrastructure which is usually core to these systems.

Good Luck!

Upvotes: 3

Related Questions