workflow « Java EE « Spring Q&A





1. What OSS project should I look at if I need to do Spring friendly WorkFlow?    stackoverflow.com

We need to add WorkFlow to our Spring managed application. Does anyone have any useful experience in using any of the myriad of OSS Work Flow solutions? Which one is best? ...

2. Have you tried Spring Workflow already?    stackoverflow.com

Spring Workflow has now been published.

  • Have you tried it yet? For what kind of scenario?
  • What is your impression? How do you find it stacks up against other workflow libs?
  • Found ...

3. Workflow engines that integrate easily/work well with Spring Web?    stackoverflow.com

I have a Spring MVC web application that I need to introduce workflow into and was wondering if anyone had recommendations on existing products that would integrate well/easily with Spring. The steps ...

4. Dependency injection / IcC in Workflow Foundation 4    stackoverflow.com

Is it possible to use DI in your workflow activities? and if yes, how? For example if you have an activity like

public sealed class MyActivity : CodeActivity
{
    public MyClass ...

5. Trying to understand the workflow for basic form validation using Spring    stackoverflow.com

New to Spring here, and after reading the reference docs the workflow to validate a simple web form isn't popping out at me. Could someone give me a beginners overview of how ...

6. Help in Understanding Spring MVC Workflow    stackoverflow.com

I currently would like to expand my knowledge on Spring MVC so I am investigating the sample web apps that the spring distribution has. I am basically checking the Petclinic ...

7. How do I get the current Activiti ProcessInstance in SpringBean?    stackoverflow.com

I am trying to get a workflow working using Activiti 5.5 using a Spring managed process engine and I'm having some trouble. I have a ServiceTask in my workflow that resolves ...

8. Workflow engines and Spring    forum.springsource.org

I'm curious if anyone here has experience using OpenWFE with Spring? On a related note, what workflow engines have people found to work well with Spring? OSWorkflow is tempting, since it ...

9. Workflow: How to show form and results at the same time?    forum.springsource.org

Workflow: How to show form and results at the same time? I've been looking at the Controller hierarchy for days, trying to figure out how to retain the query form onscreen ...





10. URI fragments in form controllers workflow    forum.springsource.org

URI fragments in form controllers workflow Hi all, I'm implementing some form controller which extends AbstractWizardFormController but this problem is common to all other form controllers. I have an form on ...

11. Workflow of SimpleFormController    forum.springsource.org

Workflow of SimpleFormController Hi friends!!! I need to know what is the workflow of SimpleFormController, before and after of submit action. This is because i've to check user's session, and i ...

12. FormController workflow question    forum.springsource.org

FormController workflow question Hi, I'd appreciate some advice on where best to put my logic (i.e. which methods to override) in a FormController and which class would be best to override. ...

13. Workflow of AbstractWizardFormController Problem    forum.springsource.org

Workflow of AbstractWizardFormController Problem Hi there, in my webapplication you can click on a link which starts an AbstractWizardFormController implementation: First it calls formBackingObject(..), which populates a form (with data from ...

14. spring-osworkflow need workflow store property.    forum.springsource.org

private WorkflowStore store; public void setWorkflowStore(WorkflowStore store) { this.store = store; } public WorkflowStore getWorkflowStore() throws StoreException { return store; }

15. Controllers required to solve workflow problem?    forum.springsource.org

Controllers required to solve workflow problem? I'm having some difficulty imagining the combination of controllers and redirects that will enable the following functionality: Links on a page contain a prefix required ...

16. Best workflow engine to use with spring    forum.springsource.org

hI I need to choose a workflow engine to use in a new project. I have done many feature related search and Enrydra Shark is the best for my needs. Is ...





17. Confusing line in Workflow of AbstractFormController SpringMVC Documentation    forum.springsource.org

I mean I think I understand what that means, it means all the primitive properties of the cmd object are populated by the request parameters. Right?

18. Slow developing workflow    forum.springsource.org

I'm starting with the whole JSF + Ajax + Spring + Hibernate pack at work, and I find a problem: developing this way forces me to redeploy VERY frecuently: too many ...

19. BeanPostProcessor workflow question    forum.springsource.org

When I looked at registerBeanPostProcessors method in AbstractApplicationContext class, I found that the Ordered BeanPostProcessors are registered before all others BeanPostProcessors are initialized. Which leads to applying Ordered ones to initialization ...

20. Workflow, Rule engine or Intercepters?    forum.springsource.org

Workflow, Rule engine or Intercepters? Hi, I am working on a meeting room scheduling system. Say, in order to book a room, we need to first whether the applicant already registered ...

21. Spring release workflow    forum.springsource.org

Spring release workflow Hi, I am interested in the Spring workflow of making stable releases. Especially in how contineous integration (like CruiseControl) is combined with it (what is done automatically and ...

22. wizard-style workflows design    forum.springsource.org

I want to implement wizard-style workflows, where depending on the request url different forms are displayed... in case one it should take u to last form .. and in case 2 ...

23. Unable to understand the workflow of SimpleFormController in Spring.    forum.springsource.org

Unable to understand the workflow of SimpleFormController in Spring. Hi All, I am trying out the application given in the spring-framework docs... spring-framework-2.5.1\docs\MVC-step-by-step\pdf\spring-mvc-step-by-step.pdf Section 4.5 : Adding a Form I have ...

24. I want to discuss about my framework for Work Flow.    forum.springsource.org

I developed a very simple ant yet powerful framework for the Work Flow. I have used Spring Core for developing this Framework. Is there any way I can discuss my Work ...

25. About contributing my Work Flow framework    forum.springsource.org

I could not find a proper framework for Work Flow so developed one. This is basically a server side framework. I have used Spring Core to develop it. Is there anyway ...

26. Work flow and Rules engine    forum.springsource.org

I am developing Struts 1.2,Spring,Hibernate based web application.I use service locater, Pojo facade.DAO.I heard that work flow.I do not know what is meant by work flow ?.Why i use work flow ...

27. Plain java object as Workflow and its engine    forum.springsource.org

I Hope ,Work flow and its engine are used to separate stuff like object calling and processing its results,display the next page to user ,etc... to xml file.Please correct me if ...

28. coordinating overall work flow    forum.springsource.org

29. Spring integrated with any work flow engine and rules engine ?    forum.springsource.org

I am using Spring in my application ,Now I like to implement work flow engine and rules engine in my application.Any work flow engine and rules engine best suited with spring ...

30. URLs in MVC form workflow    forum.springsource.org

URLs in MVC form workflow I have a page, login.jsp, which contains a form and a button for logging in, as follows: Code:

...

31. Workflows - upgrading to Spring    forum.springsource.org

Workflows - upgrading to Spring I am tasked with implementing Spring on several of our existing projects. One of them is a workflow application using jbpm. I am pretty new to ...

32. Need a way to abstract command object across multiple workflows    forum.springsource.org

Need a way to abstract command object across multiple workflows Hi, We have a requirement where in we need to implement the same record preview functionality at a lot of places, ...

33. Newbie-ish Question About My Workflow    forum.springsource.org

Mar 18th, 2009, 04:40 PM #1 Lindsey View Profile View Forum Posts Private Message Visit Homepage Junior Member Join Date Aug 2008 Location Calgary, AB Posts 12 Newbie-ish Question About My ...

34. using JSF with standard Spring mvc - not workflow    forum.springsource.org

using JSF with standard Spring mvc - not workflow I have a project for which Spring MVC is a better fit than using Web Flow. However I would like to be ...

35. Workflow engines that integrate well with Spring Web?    forum.springsource.org

Workflow engines that integrate well with Spring Web? Hi, I have a Spring MVC web application that I need to introduce workflow into and was wondering if anyone had recommendations on ...

36. simple workflow with SI?    forum.springsource.org

simple workflow with SI? i want to do a very simple workflow with Spring Integration. something like you have number of services and i want to introduce content-based routing between them ...

37. Noobie: I want to build a web-based workflow console, what docs to read?    forum.springsource.org

Hi Folks I am new to Spring MVC (my project is Spring 2.5 so I will probably stick with Spring 2.5). The project is a data processing app that consists of ...

38. Complex workflow and AbstractWizardFormController    forum.springsource.org

Complex workflow and AbstractWizardFormController Hi all, I am working with spring for the past two weeks and am discovering step by step all its nice features. This is really a great ...