blog to recollect different kinf of data, comments, todo's, and make it easily avalaible from the web
21 septiembre 2009
Annotate exceptios
From the book 'JBoss Seam Simplicity and Power Beyond Java EE':
14.3 Annotate Exceptions
@ApplicationException(rollback=true) @Redirect(viewId="/inventoryError.xhtml") public class InventoryException extends Exception { public InventoryException () { } }
No hay comentarios:
Publicar un comentario