[Stripes-users] Newbie Question

2013-02-19 Thread David Gilbert
I have a newbie question, I'm hoping someone can assist me in. I'm coming from learning Ruby last year, so I'm pretty new to Java, Stripes, Hibernate, etc. I have read up on each one individually. Forgive me if this is not the proper way. I've just had a lot of success in getting questions

Re: [Stripes-users] Stripes and Angular.js

2013-02-19 Thread gshegosh
Let me ressurect this thread for a bit longer :-) Has any one of you successfully (or not) done some work with AngularJS together with Stripes? I'm especially interested in pairing Stripes validation with AngularJS' one and servicing form submissions (the source page attribute, etc.) -- maybe

Re: [Stripes-users] Stripes and Angular.js

2013-02-19 Thread Marcus Kraßmann
Am 19.02.2013 15:55, schrieb gshegosh: Let me ressurect this thread for a bit longer :-) Has any one of you successfully (or not) done some work with AngularJS together with Stripes? I'm especially interested in pairing Stripes validation with AngularJS' one and servicing form submissions

Re: [Stripes-users] Stripes and Angular.js

2013-02-19 Thread Samuel Santos
In our case, we have gone even further, we have completely removed Stripes from AngularJS apps. We have found to be easier to just go with plain JAX-RS services on the server (in our case RESTEasy in JBoss AS). I've also posted an article about how you can use Bean Validation with JAX-RS at