I need to implement some workflow functionality; for example, user submits a document, it must be approved by a series of people before it is made publicly available.
I’m confident I could implement this from scratch, but are there existing Java based libraries or frameworks that can help do this sort of thing?
Any suggestions are greatly appreciated!
Try Activiti. You can define your actual workflow process in either XML or you can use the Eclipse plugin that allows you to model your workflow graphically.