Results 1 to 2 of 2

Thread: Lazy loading & Web services: Can be made?

  1. #1
    Join Date
    Jun 2005
    Location
    Italy
    Posts
    16

    Default Lazy loading & Web services: Can be made?

    Hi all,
    Anyone known the way to use lazy loading feature in or-mappers (like Hibernate or iBatis) with web services?


    Please, reply!!!



    Thanks,

    Agharta

  2. #2
    Join Date
    Nov 2005
    Location
    Chicago
    Posts
    122

    Default

    What is stopping you from doing it? Are you using the Open Session in View filter? There is nothing that is different in web services than web apps to do this. You need the session to stay open after the dao call and the filter is the way to do it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •