JSF Central - FAQ
JSF Central

 
 Home 
 
 News 
 
 FAQ 
 
 Products 
 
 Articles & Books 
 
 Resources 
FAQ > Programming with JSF
Can I use JSF with EJBs?
Updated: January 20, 2004

Yes, you can. JSF has Action methods that handle user commands, such as clicking on a button or a hyperlink. These Actions can be any methods in a backing JavaBean have a specific method signature. Your user interface components can reference them via method binding expressions. They can easily invoke EJBs, connect to databases, invoke plain old Java objects (POJOs), and so on.


RSS feed(all feeds)
RSS feed(faq feed)

The Editor's Desk
JSF 2 Group Blog
Inside Facelets
In the Trenches

Site version 1.83  Report web site problems

Copyright (C) 2003-2007 Virtua, Inc. All Rights Reserved. Java, JavaServer Faces, and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. Virtua, Inc. is independent of Sun Microsystems, Inc. All other trademarks are the sole property of their respective owners.