Correct if I'm wrong but you'll still have to implement Spring Web Flow in order to take advantage of anything JSF with Spring MVC?
I know it's possible to use Spring Security with JSF framework,...
Type: Posts; User: ethode; Keyword(s):
Correct if I'm wrong but you'll still have to implement Spring Web Flow in order to take advantage of anything JSF with Spring MVC?
I know it's possible to use Spring Security with JSF framework,...
1) Yes I'm using JDBC
2) I've changed many of the database tables over to InnoDB because they have millions of records, few writes and extremely heavy reads. Also I've tried to normalized the bad...
I have a fairly complex MySQL backend that I'm utilizing that is almost 6 years old. It wasn't all built by me but needless to say it's not the best built DB of all time..
Over the times I've...
Are you testing this functionality across domains? Remember for AJAX requests cross-domain calls are a bugger, you'll have to use jsonp request with jquery instead of a plain getJSON which just does...