Wednesday, April 11, 2007

Sorting and paging - Interaction between EJB3 and JSF

Remember my previous post (Looking for EJB3 and JSF integration with Sun webui-jsf) about interacting with the business layer (EJB3) from JSF (with NetBeans VisualWebPack).

Ok, here is a set of posts that shows the steps for a possible solution:
Sorting and Paging with EJB Alternatives
Paging and Sorting in ejb3 Analysis
Sorting and paging with EJB3.
Basically you need to create a web module class that implements the DataProvider interface and this class call the beans of your EJB3 module.

Be happy.

No comments: