C H A P T E R  10

image

Using JBoss Seam

If your application uses Enterprise JavaBeans (EJBs), you may want to use a framework called Seam (from JBoss) so that your JSF pages will work with the EJBs more easily. For example, Seam will allow you to access EJBs in EL expressions, just like you access web beans. In addition, Seam also provides some nice features to speed up your JSF development. For example, it can generate pages to perform the CRUD (create, retrieve, update, and delete) operations for your business object class without you writing a single line of code. In this chapter, you'll learn about such features.

Don't worry if you don't know ...

Get Beginning JSF™ 2 APIs and JBoss® Seam now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.