Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JSF Controller

843844Jun 16 2009 — edited Jun 17 2009
I have been reading about jsf and I need a good way to call business logic/service code on user input. There are sample jsf apps on the web that use a managed bean's action method to invoke the call to business logic code. Is it good to use the the managed bean's action method to call business logic/service code to handle processing? Is there a better design pattern that I could adopt. I know that facesservlet is the controller for a jsf application. Can I use this somehow in my web app to handle calling business logic code?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 15 2009
Added on Jun 16 2009
7 comments
320 views