Search:

Type: Posts; User: mschipperheyn; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.03 seconds; generated 59 minute(s) ago.

  1. Replies
    7
    Views
    329

    Eager to start testing!

    Eager to start testing!
  2. Replies
    0
    Views
    158

    Reinitializing LinkedIn

    Hi,

    LinkedIn updated it's oauth integration to be more granular a while ago.
    My issue is that I use LinkedIn in for 3 things:

    Registration
    Login
    Profile import
    Friend invite
  3. Replies
    2
    Views
    196

    Using pre signin parameters

    Hi,

    I'm trying to use the pre-signin parameters in 1.1.0.M2, but they are not being used in the oauth url being constructed.
    Since the signin code is like this:



    MultiValueMap<String,...
  4. Replies
    1
    Views
    158

    Release plan

    Hi,

    I'm wondering what the proposed release date is for 1.1.0.Final. 1.1.0.M3 was never released and there doesn't seem a lot of activity going on.

    Cheers,
    Marc
  5. bump

    Anyone? bump
  6. Element-Level caching of collections

    Hi,

    The Spring Cache abstraction allows you to easily cache the results of method but when it comes to collections, AFAIC, it just caches the collection result which is not always efficient when...
  7. Thanks that did the trick.

    Thanks that did the trick.
  8. Problem with intercept-patterns and REST

    Hi,

    I have a problem with users being able to access pages that they shouldn't

    Example mapping that should only be accessed by editors:


    @Controller...
  9. Spring Social Google: Where did the email address go?

    Hi,

    I just downloaded the latest version of Spring Social Google. It's a greatly simplified API now. However, the Person object no longer has an email address field associated with it? How do I...
  10. I use the connect form itself to define extra...

    I use the connect form itself to define extra variables. I then use an interceptor to intercept these variables preConnect and store them in the session and remove them again postConnect. I recommend...
  11. Replies
    1
    Views
    249

    macos downloads not working

    Are you guys aware that none of the macos downloads for STS is working?
  12. Google oauth: https://www.googleapis.com/plus/v1/people results in 400

    Hi,

    I'm trying out the spring Social Google (latest) against 1.1.0.M1 and since I'm getting a lot of duplicates against the contactOperations api, I'm trying the personOperations API. However, I...
  13. Replies
    4
    Views
    425

    Hey Craig, Really glad to hear that things are...

    Hey Craig,

    Really glad to hear that things are starting to move again.

    I can understand why contributions in Spring Social Core have been slim. oauth is just so darn hard!
    Having said that,...
  14. Replies
    4
    Views
    425

    What a year makes?

    8 sept 2011 the Spring Social team proudly posted a post announcing Spring Social 1.0 under the title "What a year makes".
    Indeed, a lot had been accomplished by providing a library that abstracts...
  15. Isn't that supported through...

    Isn't that supported through profileOperations().getUserProfileFull().getPositions()?
  16. Sticky: Perhaps it would be a good idea to provide a link...

    Perhaps it would be a good idea to provide a link to where you can curse the m2e team for the nightmare they're putting us through.
  17. Replies
    2
    Views
    285

    Sysdeo still necessary?

    Hi,

    I just downloaded STS 3.0.0 and I'm wondering if it's still necessary to have Sysdeo to be able to work with Tomcat and have proper hot reloading of classes that are changed/saved?

    I have...
  18. ThreadLocal

    Finally had to go with a bit of a hack based on ThreadLocal (based on Jackson 2.0)



    public class ViewThread {

    private static final ThreadLocal<Class<?>[]> viewThread = new...
  19. @JsonView with @ResponseBody: intercepting before messageconverter executes

    Hi,

    There is currently no support for @JsonView in Spring and I've been trying to implement it myself, but am running into walls.

    Basically, in order to execute a @JsonView on a RequestHandler,...
  20. Ok, I'm not entirely sure yet about the best way,...

    Ok, I'm not entirely sure yet about the best way, but this what I did. Can you comment on this approach?

    I played around with setForward(true) and setting the attribute in the request scope...
  21. Showing the username after a failed login

    Hi,

    This seems like an incredibly trivial and obvious thing use case: when a user fails a login, he doesn't want to retype his username again, so you want to show it again in the form. Possibly,...
  22. internationalization: result.reject not interpolated on json view

    Hi,

    I have a problem getting



    @RequestMapping(value="/send",method=RequestMethod.POST)
    public @ResponseBody Map<String, ? extends Object> sendMessage(
    MessageVO vo,
    BindingResult...
  23. Best way to deliver content for HTML/Mobile/Json

    Hi,

    I'm just wondering what the best way would be to organize content delivery in a scenario where we have
    * An HTML website
    * A mobile website
    * A PhoneGap app that supports HTML pushState and...
  24. Yeah, I figured that out. Thanks. I don't really...

    Yeah, I figured that out. Thanks. I don't really understand why they have to be separate entities but I guess I haven't put enough thought into it. It works.
  25. RedirectAttributes as a replacement for ModelMap

    Hi,

    I just spent some time replacing my defaultannotationhandlermapping with RequestMappingHandlerMapping in order to be able to use the Flash scope in Spring. I thought it might be a nice way to...
Results 1 to 25 of 248
Page 1 of 10 1 2 3 4