On Thu, Feb 21, 2013 at 8:03 AM, Lukasz Lenart <[email protected]> wrote: > 2013/2/20 Frans Thamura <[email protected]>: >> anyone working with struts2 action result (#name etc) and integrate >> with angularjs > > AngularJS expects JSON via REST so everything is already supported by Struts2
I did that recently with my own app and it works perfectly. Except, that a REST style is not required (though its a good idea). You still can simply use basic Struts 2 and just use the JSON result type. All the Angular.js examples on my blog were created with a Struts 2 backend: http://www.grobmeier.de/all-posts-from-this-blog Cheers > > Regards > -- > Ćukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- http://www.grobmeier.de https://www.timeandbill.de --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

