Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Happy New Year

  1. #1
    Join Date
    Jun 2006
    Location
    The Netherlands
    Posts
    13,624

    Default Happy New Year

    The new year is already 2 days old but still Happy New Year to all. A new year with new opportunities and hopefully lots of new Spring goodies .
    Marten Deinum
    Java Consultant / Pragmatist / Open Source Enthousiast / Author


    Pro Spring MVC: With Web Flow
    Conspect

    Have you read the reference guide.
    Use the [ code ] tags, young padawan

  2. #2
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    Its always a bind having to get up for work first day back, but Happy New Year to all. Personally, I'm hoping this ones lots better than the last one!

  3. #3
    Join Date
    Jul 2006
    Location
    Kolkata, India
    Posts
    217

    Default

    With the new year already set in, what is the most sought after new feature that the community would like to have as part of Spring ?

    Cheers and Happy New Year !
    - Debasish

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

    Default

    Happy New Year!
    Rod Johnson - GM, SpringSource Division, VMware
    http://www.springsource.com
    Spring From the Source

  5. #5
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    Peter raised a question regarding what could be an interesting addition.
    http://forum.springframework.org/showthread.php?t=32849

    Personally, I'd like to get more into Acegi (once my contract is sorted). Its an excellent framework, but at the minute there are lots of gotchas, complicated bits of configuration and slightly un-Spring like behaviour. It would be nice to "clean" it up a bit, hopefully I might be able to try and help with that (fingers crossed).

  6. #6
    Join Date
    Jul 2006
    Location
    Kolkata, India
    Posts
    217

    Default

    Personally I would like to see a lot more typesafety in the JDBC space. SQL queries buried within hard coded strings have been sources of problems in many applications. No refactoring support, no compile time checks ..

    I would like to see a typesafe Criteria abstraction, typesafe enums modeling columns and use of generics to enforce some of the typesafety through a generic DAO layer. Sometime back I had blogged about it here, here and here. I have developed this using Spring as the underlying implementation.

    Cheers.
    - Debasish

  7. #7
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    Are you basically talking about a Hibernate style query-by-criteria for plain old JDBC?

  8. #8
    Join Date
    Jul 2006
    Location
    Kolkata, India
    Posts
    217

    Default

    Quote Originally Posted by karldmoore View Post
    Are you basically talking about a Hibernate style query-by-criteria for plain old JDBC?
    Actually there are many Java applications which do not need using ORM and would not like to add heavy duty Hibernate in their application stack. A lightweight DAO layer would be ideal. Spring has most of it through the template classes - I was thinking if we can add some typesafety to this space.

    Cheers.
    - Debasish

  9. #9
    Join Date
    Sep 2006
    Location
    UK
    Posts
    8,424

    Default

    Quote Originally Posted by debasishg View Post
    Actually there are many Java applications which do not need using ORM and would not like to add heavy duty Hibernate in their application stack. A lightweight DAO layer would be ideal. Spring has most of it through the template classes - I was thinking if we can add some typesafety to this space.
    I appreciate that, you previsouly mentioned criteria abstraction I thought thats what you were getting at. A query-by-criteria style API for JDBC.

    There is obviously some 1.5 only code which does make things better. Obviously you can always go further with these things. Have you raised any of the features your after in JIRA (or checked if they're already in there).

    http://blog.interface21.com/main/200...20-and-java-5/
    http://www.springframework.org/docs/...leJdbcTemplate

  10. #10
    Join Date
    Jul 2006
    Location
    Kolkata, India
    Posts
    217

    Default

    Quote Originally Posted by karldmoore View Post
    There is obviously some 1.5 only code which does make things better. Obviously you can always go further with these things. Have you raised any of the features your after in JIRA (or checked if they're already in there).
    Last time I checked Spring JIRA, I could not find anything. I will check again and raise an issue with my thoughts.

    Thanks.
    - Debasish

Posting Permissions

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