views:

138

answers:

1

I need to incorporate the printing of mailing labels in my web application. The addresses are in a DB, and the function will allow the user to select addresses, then hit a button to print mailing labels.

Is there a Java framework for this?

+1  A: 

JasperReports is an opensource reporting application. There are mailing label templates available.

Clint