Struts2 project in Java.net :) and 15 years old kids

2011-12-04 Thread Frans Thamura
hi all Edy is 15 years old, may be now 16 years.. read my blog http://weblogs.java.net/blog/fthamura/archive/2011/12/04/aliber-project-javanet-award-indonesia-ict-award-miss-apicta-competition-1 aliber is create using Struts2/spring/hibernate, with REST plugina and also Android client, it is l

Re: Alternate for actionRedirect

2011-12-04 Thread aum strut
Thing is i am already constructing the object there in my callback action once user authorize me i will make some request to these services to get user public profile so that means instead of using this profile object i have to pass individual piece of information kind of pain and i want URL to be

Re: Alternate for actionRedirect

2011-12-04 Thread Maurizio Cucchiara
Why is long request URI an issue for you? You could do a simple redirect passing every parameters you want preserve. Twitter :http://www.twitter.com/m_cucchiara G+ :https://plus.google.com/107903711540963855921 Linkedin:http://www.linkedin.com/in/mauriziocucchiara Maurizio Cucchi

Alternate for actionRedirect

2011-12-04 Thread aum strut
Hi All, Currently i am working with OAuth in my web-app, So i am redirecting my user to the third party system (gmail/yahoo) and once they authenticate thereself with those system ,these system will redirect back user to my App at a specified callback URL Things are working fine except that when