Business Natural Languages Development in Ruby
Jay Fields presents his concept of Business Natural Languages - a type of Domain Specific Languages geared towards being readable by domain experts.
Tracking change and innovation in the enterprise software development community
Posted by Ryan Slobojan on Mar 28, 2008 02:00 AM
OSWorkflow by Diego Adrian Naya Lazo discusses the open-source OSWorkflow, a Java-based workflow engine. As described on the official website:
This book covers all aspects related to OSWorkflow. No prior knowledge about OSWorkflow is needed. You will learn everything from the basics of Business Process Management (BPM) technology and installing OSWorkflow to integrating the workflow engine with third-party components like Drools, Quartz, and Pentaho.The book's publisher, Packt Publishing, also provided InfoQ with an excerpt from Chapter 4 of the book, entitled Using OSWorkflow in your Application.
Read Book Excerpt and Review: OSWorkflow.
From the article:
InfoQ: Why would I want a workflow engine in my application?
Diego Naya Lazo: Most business applications today mimic a real life business process. This process is made up activities and transitions between those activities.
A workflow engine enables the developer to model a business process and allows the application to go with the flow of information defined by the process.
InfoQ: What is the difference between a workflow and a series of business rules?
Diego Naya Lazo: In the strictest sense a workflow and a rule are pretty much the same. A workflow is a series of steps that you want a user to follow, but according to some business logic. This logic are best represented with rules.
So, a workflow usually embeds business rules at each step. The rules themselves can be nested workflows.
Hibernate without Database Bottlenecks
SpringSource Launches New Application Server without Java EE
Rational Model Driven Development eKit: Examples, Tutorials, Webcasts
Can we use OSWorkflow with EJB3? I couldn't find any useful information on how to do it. I could easily integrate OSWorkflow with Spring and MemoryWorkflowStore, but what about EJB3.
Please provide some tutorial or links to use OSWorkflow with Spring + EJB3.
InfoQ: How does OSWorkflow integrate with application development frameworks like Spring, Seam and Struts?
The popular web framework ZK www.zkoss.org has an integration
with OsWorkflow with an Component called ZkOsWorkflow check it in
http://www.integratedmodelling.org/software/zk/zkworkflow.html
Demo: http://www.integratedmodelling.org/software/zk/zkworkflow/zkworkflow-demo.html
Marcos de Sousa
I used OsWorkflow in my project three yeas ago. It is simple and extremely flexible, I love it, and it can be better.But it seems not bee maintained for a long time.
Jay Fields presents his concept of Business Natural Languages - a type of Domain Specific Languages geared towards being readable by domain experts.
Adoption and interest for Distributed Version Control Systems is constantly rising. We will introduce the concept of DVCS and have a look at 3 actors in the area: git, Mercurial and Bazaar.
Deborah Hartmann interviewed Segundo Velasquez about his experience as customer with an Agile team during the initial phase of software design of a product.
David Cooksey shows how to fine grained versioning to a ClickOnce deployment using an HttpHandler written with ASP.NET, making partial rollouts to a test audience much easier.
Windows workflow (WF) is an excellent framework for implementing business processes, but lacks support for human activities. This article describes a completely generic approach for changing this.
In this interview taken during OOPSLA 2007, Markus Voelter talks about the importance of documenting the software architecture, and gives some good and also bad examples on how it could be done.
William Soo and Meeraj Kunnumpurath discuss the Voca transaction processing system, architectural challenges and requirements, Voca's Spring/J2EE architecture, and the future SEPA architecture.
Security is about trade-offs. Only a few have the expertise to design good security. This talk focuses on Security Patterns, such as Role-based Access Control, Single Access Point, and Front Door.
3 comments
Reply