Hi,
Using JSF I am working on a simple example which saves employee data
into database.I have :
1. Created a employee jsf which will have 'Save' button
2. On click on 'Save' button a method Employee backing bean's
saveEmployee() will get called.
3.Via this method have given a jdbc call which inserts employee data
into database.
My doubts:
1.Is this the correct way am I following? or is there any other better
way of saving data using JSF?
2. My manager asked me to use Shale architecture along with JSF. But I
am not aware how to use this Shale architecture. I went through the
website but could not figure out how it can be used.Any inputs please?
3.Can you provide me good links for learning Shale architecture?
Thanks..
Ameeta
|