Posts by Luis • 35 points
3 posts
-
1
votes1
answer195
viewsQ: Map Hibernate classes with Posit-id and joined-subclass
How can I map a class with Composite-id and extend another class? I’m using the example in: http://www.javacodegeeks.com/2012/08/hibernate-composite-ids-with.html I tried to change the code, but…
-
0
votes1
answer129
viewsQ: Spring Security Oauth2 Plugin with Json Tokens
Can anyone tell me if the Spring Security Oauth2 plugin supports access tokens in JSON format instead of XML format? And if yes what needs to be done to make that change?
-
2
votes1
answer125
viewsQ: Struts2 with Spring Security Oauth2 plugin
I wonder if it is possible to use the Oauth2 plugin of Spring Security with Struts2 or if this plugin has some restriction that only allows to work in Springmvc?