Results 1 to 9 of 9

Thread: Toplink support

Hybrid View

  1. #1
    Join Date
    Sep 2004
    Location
    Israel
    Posts
    6

    Default Toplink support

    Hi guys,

    I've implemented a basic Toplink support modeled (shamelessly stolen) after the Hibernate support.
    I've also added a petclinic example that uses Toplink.

    Is anyone interested in this? Should I upload the project?

    Slavik.

  2. #2
    Join Date
    Aug 2004
    Location
    San Mateo, CA
    Posts
    1,265

    Default

    Slavik,

    I think you missed the TopLink thread, but this sounds fantastic. There's a lot of interest in Spring/TopLink.

    One of the TopLink team was planning to start work on the integration next week--it would probably be best if you send the code to me offline and I pass it on to him.

    How did you address the cloning issue? The TopLink guy is planning on doing some smarts with CGLIB or BCEL to hide that.

    I assume you intended to donate the code to Spring?

    Thanks
    Rod
    Rod Johnson - GM, SpringSource Division, VMware
    http://www.springsource.com
    Spring From the Source

  3. #3
    Join Date
    Sep 2004
    Location
    Israel
    Posts
    6

    Default

    Oops, sorry about missing the thread.
    I didn't do anything really smart with the cloning problem. Basically, I've provided a readonly flag to the template methods that reads the original objects without cloning but if someone than changes the object, it will corrupt the cache.

    Where would you like me to send the code?

    Slavik.

  4. #4
    Join Date
    Sep 2004
    Location
    Israel
    Posts
    6

    Default

    Another thing, It's around 4M including the toplink jars...

  5. #5
    Join Date
    Sep 2004
    Location
    Israel
    Posts
    6

    Default

    Hi Rod,

    I've created a new issue SPR-308 on JIRA and uploaded the code as an attachement.
    I hope the Spring team will find some use for it.

    Slavik.

  6. #6
    Join Date
    Aug 2004
    Location
    San Mateo, CA
    Posts
    1,265

    Default

    Slavik

    Thanks. I'll draw my Oracle contact's attention to it.

    R
    Rod Johnson - GM, SpringSource Division, VMware
    http://www.springsource.com
    Spring From the Source

  7. #7
    Join Date
    Aug 2004
    Location
    Philadelphia, PA
    Posts
    14

    Default

    Hey I would definitely be interested in Toplink support in Spring. Is there any update on this? Is Slavik's code it or is Oracle still flirting with the idea.
    We had Toplink here about a year ago, sheesh I can't remember the guys name he also spoke at the serverside conference in Boston. I can dig up his email and drop him a line if this has fallen off the edge of the horizon...

  8. #8
    Join Date
    Sep 2004
    Posts
    8

  9. #9
    Join Date
    Aug 2004
    Location
    Philadelphia, PA
    Posts
    14

    Default

    Yeah I just saw that on the spring website. I guess I should check in here more often. Cool. Downloading now.

Similar Threads

  1. Replies: 7
    Last Post: Feb 1st, 2007, 01:47 AM
  2. Replies: 3
    Last Post: Oct 31st, 2005, 10:33 AM
  3. Spring Framework 1.2 Released
    By Colin Sampaleanu in forum Announcements
    Replies: 0
    Last Post: May 13th, 2005, 11:20 PM
  4. TopLink Integration
    By Mike Plawecki in forum Data
    Replies: 1
    Last Post: May 9th, 2005, 01:43 PM
  5. TopLink Support
    By hucmuc in forum Data
    Replies: 5
    Last Post: Aug 25th, 2004, 04:21 AM

Posting Permissions

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