Sheila's Blog

Software Development

Sheila's Blog header image 5

Entries Tagged as 'spring'

Configuring Seam and Spring Batch

February 4th, 2010 No Comments

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, [...]

Tags:   ·

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: