Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. JdoTemplate deprecated, nothing to replace it with?

    Hello All,

    I noticed that in Spring 3.1 JdoTemplate has been deprecated.

    @deprecated as of Spring 3.1, in favor of native PersistenceManager usage
    * (see {@link...
  2. Replies
    0
    Views
    558

    Code n Ride in Verbier, Switzerland

    Hello All,

    We are looking for a couple of skilled Spring and Grails developers to come and Code n Ride in Verbier, Switzerland for a month all expenses paid. If you are interested in such an...
  3. Replies
    0
    Views
    1,998

    Customizing MappingJacksonJsonView

    Hello All,

    I have a couple of controllers which spit out json content but I need to customize the ObjectMapper in each case. Basically I need to expose different property sets of the same entity...
  4. Hello Luke, Yes it does and makes sense,...

    Hello Luke,



    Yes it does and makes sense, my head was in a different mode since I am working on a solution for API calls using a "fail" or "pass-through" approach. There will be no redirects or...
  5. Hello Luck, Thanks for the quick response. ...

    Hello Luck,

    Thanks for the quick response.



    Sorry if I am being daft here but if the AuthenticationSuccessHandler is executed before passing through the ExceptionTranslationFilter, how does...
  6. Spring Security 3.1.0.M2 and SavedRequestAwareAuthenticationSuccessHandler

    Hello Guys,

    In the process of setting up to filter chains to handle both form based and API based authentication I have come across an issue related he proper redirecting after successful...
  7. Replies
    10
    Views
    3,440

    Hi Alex, No, we sorta gave up on that. Serge

    Hi Alex,

    No, we sorta gave up on that.

    Serge
  8. Tracking down the "No flow execution could be found "

    Hi All,

    We are currently seeing a large amount of these errors in our log



    And have a hard time beleiveing that its being generated by:
    a. session timeout
    b. back button
  9. Replies
    10
    Views
    3,440

    OK, so if I understand correctly; without using a...

    OK, so if I understand correctly; without using a little trickery


    its not possible to transition (in the Web Flow sense of the term) without refreshing the entire browser window. i.e. the URL...
  10. Replies
    10
    Views
    3,440

    Hi, OK, so if we remove the transition...

    Hi,



    OK, so if we remove the transition target (to=) how do we for example use a declared decision-state ?

    Do you have any examples of transitioning through a complex flow in AJAX?

    Its...
  11. Replies
    10
    Views
    3,440

    Hi and thanks for the reply, We have actually...

    Hi and thanks for the reply,

    We have actually started looking at the js source for Web Flow 2.0.2 and to be honest I am a little stumped with some of the js in Spring-Dojo.js (line 208)

    There...
  12. Replies
    10
    Views
    3,440

    Web Flow 2 and Ajax...

    Hi all,

    We are trying to build a Web Flow entirely in Ajax throughout all view states.

    Whats the best approach for dealing with the fragmented responses which contain a mix of html and...
  13. Replies
    4
    Views
    957

    DAO pattern without the DB

    Hi all,

    I was wondering if people are using the DAO pattern without a DB. There is a paragraph here http://java.sun.com/blueprints/patterns/DAO.html describing the use of the pattern outside the...
  14. Consuming custom "web services" i.e XML over HTTP

    Hi All,

    I need to write a java client to consumer some services which are exposed using a "proprietary" XML protocol over HTTP. The worst thing about this is that the actual stucture of the XML...
  15. Replies
    0
    Views
    1,032

    Consuming a REST service

    Hi All,

    Resin has a nice little web services client capable of consuming among others REST style services.

    http://www.caucho.com/resin-3.1/examples/rest-flickr/index.xtp

    I find the way its...
  16. Replies
    1
    Views
    786

    Never mind. The EventListener bean definition did...

    Never mind. The EventListener bean definition did not have an id and this seemed to be causing it to be called twice.

    Serge
  17. Replies
    1
    Views
    786

    Events and contexts

    Hi all,

    I have a little puzzler.

    For my application I startup an embedded version of Jetty using a ClassPathXmlApplicationContext where I define the various Jetty beans.

    Once Jetty fires up...
  18. Replies
    0
    Views
    878

    Command Pattern with Spring AOP

    Hi All,

    Does anyone have an example of implementing the command pattern using Spring AOP?

    Kind thanks,
    Serge
  19. Replies
    9
    Views
    1,843

    Bringing other subscription related methods into...

    Bringing other subscription related methods into this discussion, the logic for subscribe and unsubscribe are fairly complex and include for example the maintenance of jobs in Quartz. So it might be...
  20. Replies
    9
    Views
    1,843

    Hi, No its not, having just spent some...

    Hi,



    No its not, having just spent some time looking for information...

    The other issue I still have with this is that we are now tying ourselves to hibernate which may or may not be a...
  21. Replies
    9
    Views
    1,843

    Hey thanks, I totally forgot about filters.......

    Hey thanks,

    I totally forgot about filters.... I will look into this some more.

    Thanks again for those pointer.

    Serge
  22. Replies
    9
    Views
    1,843

    Database query vs Set iteration

    Hi All,

    Assume a model with a user who has lots of subscriptions. The user class hence has a Set called subscriptions which holds all the users subscriptions and a hibernate mapping file exists...
  23. Replies
    0
    Views
    772

    @Configurable + LTW + CGLIB

    Hi All,

    What is the final call on LTW compatibility with CGLIB?

    Basically all my hibernate presisted entities are "proxied" using CGLIB because my setters are private so I am using hibernates...
  24. Yes, fixed! Thanks for that tip! Serge

    Yes, fixed!

    Thanks for that tip!

    Serge
  25. Arg

    Ahhhhh

    Hold on.... I have just found something which does not look good buried in my code!!!!!

    hibernateTemplate.getSessionFactory().openSession().getNamedQuery(queryName);

    Damn.... How did...
Results 1 to 25 of 50
Page 1 of 2 1 2