Monica. Shiralkar wrote:thanks.
ok.so what info would the GET method of this app or yours display as xml.?there lies my confusion
Which GET? The login? I don't have any GET for login, just POST for when the user enters their credentials. And for that I use Spring Security. For REST login, I do have to do some things manually in Spring Security, but that is like 4-5 lines of code. But to get a single page app, I am willing to write those few lines.
Mark