收藏订阅
Integrate with Managed Beans Any gethandler- and sethandler-based attributes (any attribute directing Nitobi to hit the server for data) can use either managed beans or servlets. Just enter a servlet name string as defined in the web.xml OR use Unified Expression Language syntax and the components will automatically know which to use and will direct the client-side components accordingly.
You can also use the scoping capabilities of JSF Managed Beans to cache repetitive database hits.
Easy To Use To get started with our JSF components, simply drop the jar in WEB-INF/lib, make sure you have a Faces Servlet mapping to /faces/* included with your other mappings in the web.xml (most IDEs set this up by default), and you are good to go. No other configuration needed.
No more worrying about which Javascript or CSS resources to include either. All the resources are managed automatically!