marcorinck / jsf-updates-angular

Update angularJS after JSF Ajax requests are complete
5 stars 2 forks source link

handle INSERT jsf changes too #7

Open marcorinck opened 9 years ago

marcorinck commented 9 years ago

current implementation only handles jsf UPDATES, not INSERTS.

(apparently inserts are seldom used, standard mojarra jsf doesn't seem to use them at all)

stephanrauh commented 9 years ago

Neither MyFaces nor Mojarra use UPDATE, INSERT nor DELETE, but they do support them. AFAIK these commands are only used by ICEFaces and BabbageFaces (which is a project of mine). Also see http://www.beyondjava.net/blog/jsf-understanding-optimizing-ajax-response/.