Re: OAuth2 Server tapestry implementation

2016-03-23 Thread abangkis
Yes, it was for educational purposes only.

Regards

On Wed, Mar 23, 2016 at 11:47 PM, Kalle Korhonen  wrote:

> I don't see a reason to do a plain servlet implementation if it's not for
> educational reasons only. JAX-RS or even a Tapestry API would serve you
> much better as an Oauth endpoint.
>
> Kalle
>
> On Wed, Mar 23, 2016 at 1:13 AM, abangkis  wrote:
>
> > Thanks Kalle. Yes, I've been following that. Turning the Jax-RS sample
> to a
> > servlet one, before try to migrate it to tapestry. I Guess my knowledge
> on
> > OAuth2, JAX-RS & Servlet isn't deep enough to quickly do it for now. I'll
> > set aside a few weekends to learn more about it in the future :)
> >
> >
> > On Wed, Mar 23, 2016 at 12:36 PM, Kalle Korhonen <
> > kalle.o.korho...@gmail.com
> > > wrote:
> >
> > > Adapting the code from Oltu's integration tests (e.g. see
> > >
> > >
> >
> https://github.com/apache/oltu/blob/trunk/oauth-2.0/integration-tests/src/test/java/org/apache/oltu/oauth2/integration/endpoints/AuthzEndpoint.java
> > > ),
> > > it should be relatively simple to implement Oauth authorization &
> > resource
> > > servers as JAX-RS endpoints with Tynamo's tapestry-resteasy (
> > > http://www.tynamo.org/tapestry-resteasy+guide/).
> > Tynamo-federatedaccounts
> > > can certainly be used as a a client to your own server with some
> > > customization. It's not too difficult, but previous knowledge on basic
> > > Oauth workflow and JAX-RS is required. I'd love to make this much
> simpler
> > > really but there are lots and lots of options how you want things to
> > behave
> > > so one size doesn't fit all.
> > >
> > > One of the more interesting things in authorization space I've been
> > working
> > > on lately is invoking an Oauth request with a third-party authorization
> > > server from an Ember client, then validating the access token through
> my
> > > own service, federating it with a local account and finally returning
> > JWTs
> > > for sessionless *and* using the same tokens for authorizing websocket
> > > connections. Phew. I may try to spin some parts of it off to an open
> > source
> > > library but not quite sure yet what exactly would make a good reusable
> > > module.
> > >
> > > Kalle
> > >
> > > On Tue, Mar 22, 2016 at 6:39 PM, abangkis  wrote:
> > >
> > > > Hi all, thanks for the response. Yes, it's the server Implementation
> :)
> > > >
> > > > I don't think i would integrate spring social, since I don't use
> > spring.
> > > > Been tinkering with the servlet implementation of OAuth2, turn out
> the
> > > > effort is greater than I previously think (probably because I don't
> > > > understand OAuth2 that well). So i think I'm going to lower the
> > priority
> > > of
> > > > using OAuth2 for now.
> > > >
> > > > Thanks everyone :)
> > > >
> > > > On Tue, Mar 22, 2016 at 10:46 PM, Prakash Manjeshwar <
> > > > pvmanjesh...@gmail.com
> > > > > wrote:
> > > >
> > > > > My OAuth know-how is very limited. Nevertheless, following links
> > might
> > > > > help...
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
> https://gist.github.com/sody/1324553/f4a12ce37f65b96b98c98921ab9caff7d6d5d037
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
> http://docs.spring.io/spring-social/docs/1.0.x/reference/html/implementing.html
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
> http://docs.spring.io/spring-social/docs/1.0.x/reference/html/overview.html#table-spring-social-modules
> > > > >
> > > > >
> > > > >
> > > > > ---
> > > > > Regards,
> > > > > Prakash
> > > > >
> > > > >
> > > > > On 22 March 2016 at 21:06, Thiago H de Paula Figueiredo <
> > > > > thiag...@gmail.com>
> > > > > wrote:
> > > > >
> > > > > > On Tue, 22 Mar 2016 12:27:59 -0300, Prakash Manjeshwar <
> > > > > > pvmanjesh...@gmail.com> wrote:
> > > > > >
> > > > > > I think, original question was about an OAuth *server
> > implementation
> > > > *as
> > > > > >> there was reference to Apache Oltu.
> > > > > >>
> > > > > >
> > > > > > Oh, I'm sorry. I read the message too quickly and I didn't notice
> > the
> > > > > > "server" part. (facepalm).
> > > > > >
> > > > > > Thanks for the shout out to Oltu. I didn't know about it and it
> > seems
> > > > > > pretty interesting. It shouldn't be hard to integrate it into a
> > > > Tapestry
> > > > > > application.
> > > > > >
> > > > > > Is Tynamo not a client only solution ?
> > > > > >>
> > > > > >
> > > > > > Yes.
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Thiago H. de Paula Figueiredo
> > > > > > Tapestry, Java and Hibernate consultant and developer
> > > > > > http://machina.com.br
> > > > > >
> > > > > >
> > -
> > > > > > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> > > > > > For additional commands, e-mail: users-h...@tapestry.apache.org
> > > > > >
> > > > > >
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > http://www.mreunionlabs.net/ 
> > > > twitter : @mreunio

Re: Hiding FormFragment via javascript

2016-03-23 Thread Dimitris Zenios
hendrk what version of tapestry are you using?
On 23 Mar 2016 16:00, "Hendrik Grewe"  wrote:

> Hi @ list!
>
> I have a loop within a Form containing a formfragment per row.
> The FormFragment is displayed within a (bootstrap) modal dialog, which
> is opened by a click of a button in the current Row of the loop.
> Fields within those formfragments are required.
> The problem arises if one opens the modal-dialog containing the
> FormFragment, then closing the dialog again without entering data.
> Now if one tries to submit the form the (hidden!) Fields within the
> modal dialog are flagged as errornous because they are not filled in.
>
> Why is the formfragment seen as "visible" and thus it is tried to submit
> when the containing div is NOT visible?
>
> Is there a way to force the visibility status of a formfragment (via
> clientSide javascript?)
>
> Is there any further documentation about when a formFragment is seen as
> visible/hidden?
>
> I played a little with visibleBound on the formfragment  like:
>
>  id="myModal_specialId"
> tabindex="-1" role="dialog"
> aria-labelledby="myModalLabelEdit">
>
>  visibleBound='jQuery("#myModal_specialId").is(":visible")'>
>
> 
> 
>
> Which also did not help any further.
>
> Any help is greatly appreciated
>
>
>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>


Re: Tapestry Grid Paging

2016-03-23 Thread Thiago H de Paula Figueiredo
On Wed, 23 Mar 2016 12:39:14 -0300, Nathan Quirynen  
 wrote:



Or the 'inPlace' parameter on true in the Grid component
(http://tapestry.apache.org/5.3.7/apidocs/org/apache/tapestry5/corelib/components/Grid.html)


Nathan beat me to it! (shakes fist) :D :p

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Tapestry Grid Paging

2016-03-23 Thread Thiago H de Paula Figueiredo
On Wed, 23 Mar 2016 11:34:04 -0300, john c   
wrote:


We have a big form which does a tonne of data loading from databases and  
legacy systems. Now we want to add this small grid at the top with  
paging. Clicking a paging button will trigger a page refresh and the  
whole form to reload the data again in addition to the grid data.  
 Obviously we don't want this to happen.
Is it possible to to fire an Ajax event and refresh the zone around the  
grid?  I cannot find an example. We are using 5.3.6.


Just use the inplace parameter of Grid. It'll make the Grid use an AJAX  
request instead, avoiding a full page reload.


--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Tapestry Grid Paging

2016-03-23 Thread john c
Yea I got it working earlier using the inPlace parameter. Thanks.

  From: Nathan Quirynen 
 To: users@tapestry.apache.org 
 Sent: Wednesday, 23 March 2016, 11:39
 Subject: Re: Tapestry Grid Paging
   
Or the 'inPlace' parameter on true in the Grid component 
(http://tapestry.apache.org/5.3.7/apidocs/org/apache/tapestry5/corelib/components/Grid.html)
 


On 23/03/16 16:37, Nathan Quirynen wrote:
> Did you set the zone that is surrounding your grid as the 'zone' 
> parameter on the GridPager component?
>
> http://tapestry.apache.org/5.3.7/apidocs/org/apache/tapestry5/corelib/components/GridPager.html
>  
>
>
> On 23/03/16 15:34, john c wrote:
>> We have a big form which does a tonne of data loading from databases 
>> and legacy systems. Now we want to add this small grid at the top 
>> with paging. Clicking a paging button will trigger a page refresh and 
>> the whole form to reload the data again in addition to the grid 
>> data.  Obviously we don't want this to happen.
>> Is it possible to to fire an Ajax event and refresh the zone around 
>> the grid?  I cannot find an example. We are using 5.3.6.
>> John.
>>
>>> I have added rowsPerPage to add paging to a Tapestry Grid (that has a
>>> surrounding zone). When paging buttons are pressed it hits
>>> setupRender(). Is there a flag we can check to tell that a paging 
>>> button
>>> was just clicked?
>> No. Why do you need that?
>>
>>> Second, can it call a separate Tapestry event instead of it calling
>>> setupRender() ?
>> setupRender is invoked when the component or page is about to be 
>> rendered.
>> It's not actually directly related to Grid at all.
>>
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>



  

Re: OAuth2 Server tapestry implementation

2016-03-23 Thread Kalle Korhonen
I don't see a reason to do a plain servlet implementation if it's not for
educational reasons only. JAX-RS or even a Tapestry API would serve you
much better as an Oauth endpoint.

Kalle

On Wed, Mar 23, 2016 at 1:13 AM, abangkis  wrote:

> Thanks Kalle. Yes, I've been following that. Turning the Jax-RS sample to a
> servlet one, before try to migrate it to tapestry. I Guess my knowledge on
> OAuth2, JAX-RS & Servlet isn't deep enough to quickly do it for now. I'll
> set aside a few weekends to learn more about it in the future :)
>
>
> On Wed, Mar 23, 2016 at 12:36 PM, Kalle Korhonen <
> kalle.o.korho...@gmail.com
> > wrote:
>
> > Adapting the code from Oltu's integration tests (e.g. see
> >
> >
> https://github.com/apache/oltu/blob/trunk/oauth-2.0/integration-tests/src/test/java/org/apache/oltu/oauth2/integration/endpoints/AuthzEndpoint.java
> > ),
> > it should be relatively simple to implement Oauth authorization &
> resource
> > servers as JAX-RS endpoints with Tynamo's tapestry-resteasy (
> > http://www.tynamo.org/tapestry-resteasy+guide/).
> Tynamo-federatedaccounts
> > can certainly be used as a a client to your own server with some
> > customization. It's not too difficult, but previous knowledge on basic
> > Oauth workflow and JAX-RS is required. I'd love to make this much simpler
> > really but there are lots and lots of options how you want things to
> behave
> > so one size doesn't fit all.
> >
> > One of the more interesting things in authorization space I've been
> working
> > on lately is invoking an Oauth request with a third-party authorization
> > server from an Ember client, then validating the access token through my
> > own service, federating it with a local account and finally returning
> JWTs
> > for sessionless *and* using the same tokens for authorizing websocket
> > connections. Phew. I may try to spin some parts of it off to an open
> source
> > library but not quite sure yet what exactly would make a good reusable
> > module.
> >
> > Kalle
> >
> > On Tue, Mar 22, 2016 at 6:39 PM, abangkis  wrote:
> >
> > > Hi all, thanks for the response. Yes, it's the server Implementation :)
> > >
> > > I don't think i would integrate spring social, since I don't use
> spring.
> > > Been tinkering with the servlet implementation of OAuth2, turn out the
> > > effort is greater than I previously think (probably because I don't
> > > understand OAuth2 that well). So i think I'm going to lower the
> priority
> > of
> > > using OAuth2 for now.
> > >
> > > Thanks everyone :)
> > >
> > > On Tue, Mar 22, 2016 at 10:46 PM, Prakash Manjeshwar <
> > > pvmanjesh...@gmail.com
> > > > wrote:
> > >
> > > > My OAuth know-how is very limited. Nevertheless, following links
> might
> > > > help...
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> >
> https://gist.github.com/sody/1324553/f4a12ce37f65b96b98c98921ab9caff7d6d5d037
> > > >
> > > >
> > > >
> > >
> >
> http://docs.spring.io/spring-social/docs/1.0.x/reference/html/implementing.html
> > > >
> > > >
> > > >
> > >
> >
> http://docs.spring.io/spring-social/docs/1.0.x/reference/html/overview.html#table-spring-social-modules
> > > >
> > > >
> > > >
> > > > ---
> > > > Regards,
> > > > Prakash
> > > >
> > > >
> > > > On 22 March 2016 at 21:06, Thiago H de Paula Figueiredo <
> > > > thiag...@gmail.com>
> > > > wrote:
> > > >
> > > > > On Tue, 22 Mar 2016 12:27:59 -0300, Prakash Manjeshwar <
> > > > > pvmanjesh...@gmail.com> wrote:
> > > > >
> > > > > I think, original question was about an OAuth *server
> implementation
> > > *as
> > > > >> there was reference to Apache Oltu.
> > > > >>
> > > > >
> > > > > Oh, I'm sorry. I read the message too quickly and I didn't notice
> the
> > > > > "server" part. (facepalm).
> > > > >
> > > > > Thanks for the shout out to Oltu. I didn't know about it and it
> seems
> > > > > pretty interesting. It shouldn't be hard to integrate it into a
> > > Tapestry
> > > > > application.
> > > > >
> > > > > Is Tynamo not a client only solution ?
> > > > >>
> > > > >
> > > > > Yes.
> > > > >
> > > > >
> > > > > --
> > > > > Thiago H. de Paula Figueiredo
> > > > > Tapestry, Java and Hibernate consultant and developer
> > > > > http://machina.com.br
> > > > >
> > > > >
> -
> > > > > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> > > > > For additional commands, e-mail: users-h...@tapestry.apache.org
> > > > >
> > > > >
> > > >
> > >
> > >
> > >
> > > --
> > > http://www.mreunionlabs.net/ 
> > > twitter : @mreunionlabs @abangkis
> > > page : https://plus.google.com/104168782385184990771
> > >
> >
>
>
>
> --
> http://www.mreunionlabs.net/ 
> twitter : @mreunionlabs @abangkis
> page : https://plus.google.com/104168782385184990771
>


Re: Tapestry Grid Paging

2016-03-23 Thread Nathan Quirynen
Or the 'inPlace' parameter on true in the Grid component 
(http://tapestry.apache.org/5.3.7/apidocs/org/apache/tapestry5/corelib/components/Grid.html) 



On 23/03/16 16:37, Nathan Quirynen wrote:
Did you set the zone that is surrounding your grid as the 'zone' 
parameter on the GridPager component?


http://tapestry.apache.org/5.3.7/apidocs/org/apache/tapestry5/corelib/components/GridPager.html 



On 23/03/16 15:34, john c wrote:
We have a big form which does a tonne of data loading from databases 
and legacy systems. Now we want to add this small grid at the top 
with paging. Clicking a paging button will trigger a page refresh and 
the whole form to reload the data again in addition to the grid 
data.  Obviously we don't want this to happen.
Is it possible to to fire an Ajax event and refresh the zone around 
the grid?  I cannot find an example. We are using 5.3.6.

John.


I have added rowsPerPage to add paging to a Tapestry Grid (that has a
surrounding zone). When paging buttons are pressed it hits
setupRender(). Is there a flag we can check to tell that a paging 
button

was just clicked?

No. Why do you need that?


Second, can it call a separate Tapestry event instead of it calling
setupRender() ?
setupRender is invoked when the component or page is about to be 
rendered.

It's not actually directly related to Grid at all.




-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org






Re: Tapestry Grid Paging

2016-03-23 Thread Nathan Quirynen
Did you set the zone that is surrounding your grid as the 'zone' 
parameter on the GridPager component?


http://tapestry.apache.org/5.3.7/apidocs/org/apache/tapestry5/corelib/components/GridPager.html

On 23/03/16 15:34, john c wrote:

We have a big form which does a tonne of data loading from databases and legacy 
systems. Now we want to add this small grid at the top with paging. Clicking a 
paging button will trigger a page refresh and the whole form to reload the data 
again in addition to the grid data.  Obviously we don't want this to happen.
Is it possible to to fire an Ajax event and refresh the zone around the grid?  
I cannot find an example. We are using 5.3.6.
John.

   

I have added rowsPerPage to add paging to a Tapestry Grid (that has a
surrounding zone). When paging buttons are pressed it hits
setupRender(). Is there a flag we can check to tell that a paging button
was just clicked?

No. Why do you need that?


Second, can it call a separate Tapestry event instead of it calling
setupRender() ?

setupRender is invoked when the component or page is about to be rendered.
It's not actually directly related to Grid at all.




-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Tapestry Grid Paging

2016-03-23 Thread john c
We have a big form which does a tonne of data loading from databases and legacy 
systems. Now we want to add this small grid at the top with paging. Clicking a 
paging button will trigger a page refresh and the whole form to reload the data 
again in addition to the grid data.  Obviously we don't want this to happen.
Is it possible to to fire an Ajax event and refresh the zone around the grid?  
I cannot find an example. We are using 5.3.6.
John.

  
> I have added rowsPerPage to add paging to a Tapestry Grid (that has a  
> surrounding zone). When paging buttons are pressed it hits  
> setupRender(). Is there a flag we can check to tell that a paging button  
> was just clicked?

No. Why do you need that?

> Second, can it call a separate Tapestry event instead of it calling  
> setupRender() ?

setupRender is invoked when the component or page is about to be rendered.  
It's not actually directly related to Grid at all.

-- 
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



  

Re: Hibernate call returns wrong day

2016-03-23 Thread Thiago H de Paula Figueiredo

On Tue, 22 Mar 2016 16:55:46 -0300, g kuczera  wrote:


Hi guys,


Hi!


binder.bind(UserDao.class,
UserDaoImpl.class).scope(ScopeConstants.PERTHREAD);


Why is it perthread-scoped? I've never seen a DAO which actually needed  
that.



List birthDatesList = userDao.getSession().createSQLQuery("select
birthdate from user where id = " + userId).list();


I'm sorry, but this line of code is awful and a risk for SQL injections.  
You could have written
Date date = (Date)  
session.createCriteria(User.class).setProjection(Projections.property("birthdate")).uniqueResult();


Also, getting the Session from the DAO and using Hibernate directly is  
completely against of what a DAO is, but I get that this is just test  
code. ;)



I also logged the birth dates of the other users, and the problem occurs
only in the 28/03/1982 case. Have you ever noticed anything like that?


I have not. Maybe some DST-related issue?

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Tapestry Grid Paging

2016-03-23 Thread Thiago H de Paula Figueiredo
On Tue, 22 Mar 2016 17:33:32 -0300, john c   
wrote:


I have added rowsPerPage to add paging to a Tapestry Grid (that has a  
surrounding zone). When paging buttons are pressed it hits  
setupRender(). Is there a flag we can check to tell that a paging button  
was just clicked?


No. Why do you need that?

Second, can it call a separate Tapestry event instead of it calling  
setupRender() ?


setupRender is invoked when the component or page is about to be rendered.  
It's not actually directly related to Grid at all.


--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Hiding FormFragment via javascript

2016-03-23 Thread Hendrik Grewe
Hi @ list!

I have a loop within a Form containing a formfragment per row.
The FormFragment is displayed within a (bootstrap) modal dialog, which
is opened by a click of a button in the current Row of the loop.
Fields within those formfragments are required.
The problem arises if one opens the modal-dialog containing the
FormFragment, then closing the dialog again without entering data.
Now if one tries to submit the form the (hidden!) Fields within the
modal dialog are flagged as errornous because they are not filled in.

Why is the formfragment seen as "visible" and thus it is tried to submit
when the containing div is NOT visible?

Is there a way to force the visibility status of a formfragment (via
clientSide javascript?)

Is there any further documentation about when a formFragment is seen as
visible/hidden?

I played a little with visibleBound on the formfragment  like:








Which also did not help any further.

Any help is greatly appreciated





-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: OAuth2 Server tapestry implementation

2016-03-23 Thread abangkis
Thanks Kalle. Yes, I've been following that. Turning the Jax-RS sample to a
servlet one, before try to migrate it to tapestry. I Guess my knowledge on
OAuth2, JAX-RS & Servlet isn't deep enough to quickly do it for now. I'll
set aside a few weekends to learn more about it in the future :)


On Wed, Mar 23, 2016 at 12:36 PM, Kalle Korhonen  wrote:

> Adapting the code from Oltu's integration tests (e.g. see
>
> https://github.com/apache/oltu/blob/trunk/oauth-2.0/integration-tests/src/test/java/org/apache/oltu/oauth2/integration/endpoints/AuthzEndpoint.java
> ),
> it should be relatively simple to implement Oauth authorization & resource
> servers as JAX-RS endpoints with Tynamo's tapestry-resteasy (
> http://www.tynamo.org/tapestry-resteasy+guide/). Tynamo-federatedaccounts
> can certainly be used as a a client to your own server with some
> customization. It's not too difficult, but previous knowledge on basic
> Oauth workflow and JAX-RS is required. I'd love to make this much simpler
> really but there are lots and lots of options how you want things to behave
> so one size doesn't fit all.
>
> One of the more interesting things in authorization space I've been working
> on lately is invoking an Oauth request with a third-party authorization
> server from an Ember client, then validating the access token through my
> own service, federating it with a local account and finally returning JWTs
> for sessionless *and* using the same tokens for authorizing websocket
> connections. Phew. I may try to spin some parts of it off to an open source
> library but not quite sure yet what exactly would make a good reusable
> module.
>
> Kalle
>
> On Tue, Mar 22, 2016 at 6:39 PM, abangkis  wrote:
>
> > Hi all, thanks for the response. Yes, it's the server Implementation :)
> >
> > I don't think i would integrate spring social, since I don't use spring.
> > Been tinkering with the servlet implementation of OAuth2, turn out the
> > effort is greater than I previously think (probably because I don't
> > understand OAuth2 that well). So i think I'm going to lower the priority
> of
> > using OAuth2 for now.
> >
> > Thanks everyone :)
> >
> > On Tue, Mar 22, 2016 at 10:46 PM, Prakash Manjeshwar <
> > pvmanjesh...@gmail.com
> > > wrote:
> >
> > > My OAuth know-how is very limited. Nevertheless, following links might
> > > help...
> > >
> > >
> > >
> > >
> > >
> >
> https://gist.github.com/sody/1324553/f4a12ce37f65b96b98c98921ab9caff7d6d5d037
> > >
> > >
> > >
> >
> http://docs.spring.io/spring-social/docs/1.0.x/reference/html/implementing.html
> > >
> > >
> > >
> >
> http://docs.spring.io/spring-social/docs/1.0.x/reference/html/overview.html#table-spring-social-modules
> > >
> > >
> > >
> > > ---
> > > Regards,
> > > Prakash
> > >
> > >
> > > On 22 March 2016 at 21:06, Thiago H de Paula Figueiredo <
> > > thiag...@gmail.com>
> > > wrote:
> > >
> > > > On Tue, 22 Mar 2016 12:27:59 -0300, Prakash Manjeshwar <
> > > > pvmanjesh...@gmail.com> wrote:
> > > >
> > > > I think, original question was about an OAuth *server implementation
> > *as
> > > >> there was reference to Apache Oltu.
> > > >>
> > > >
> > > > Oh, I'm sorry. I read the message too quickly and I didn't notice the
> > > > "server" part. (facepalm).
> > > >
> > > > Thanks for the shout out to Oltu. I didn't know about it and it seems
> > > > pretty interesting. It shouldn't be hard to integrate it into a
> > Tapestry
> > > > application.
> > > >
> > > > Is Tynamo not a client only solution ?
> > > >>
> > > >
> > > > Yes.
> > > >
> > > >
> > > > --
> > > > Thiago H. de Paula Figueiredo
> > > > Tapestry, Java and Hibernate consultant and developer
> > > > http://machina.com.br
> > > >
> > > > -
> > > > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> > > > For additional commands, e-mail: users-h...@tapestry.apache.org
> > > >
> > > >
> > >
> >
> >
> >
> > --
> > http://www.mreunionlabs.net/ 
> > twitter : @mreunionlabs @abangkis
> > page : https://plus.google.com/104168782385184990771
> >
>



-- 
http://www.mreunionlabs.net/ 
twitter : @mreunionlabs @abangkis
page : https://plus.google.com/104168782385184990771