Seam provides jbpm for handling workflows, but doesn’t have anything dedicated so far to the issue of batch processing. While jbpm will handle complex business conditional steps, some steps are repetitive rather than complex and are better suited to a batch framework, like Spring Batch. In order to use Spring Batch with Seam, [...]
Entries Tagged as 'spring'
Configuring seam to integrate spring
January 5th, 2010 No Comments
There are advantages and disadvantages to choosing Spring or Seam for developing an application. The third option is to use both of them and leverage the best of both frameworks. If Spring and Seam are integrated then they can pass components to each other to use depending on which framework can construct that [...]
Tags:
Spring versus Seam
April 19th, 2009 No Comments
I used Spring a few years ago and was really impressed with it as a framework. I found that for less experienced developers it enforced a lot of good programming practises. Unfortunately in the last couple of years I haven’t worked in companies that were using it. In my current comany, the decision was made [...]
Tags: spring