Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,075

    Hello Ittay, i am currently thinking of doing...

    Hello Ittay,

    i am currently thinking of doing exactly the same (dynamic properties backed by a map).

    Did you have success with this?

    Would be great if you could just give me a short notice,...
  2. Replies
    5
    Views
    1,673

    Spring based forum software?

    Hello!

    I am looking for a Spring/Hibernate-based forum software to integrate it with an existing spring application.

    So far i found javabb ( www.javabb.org ) and jForumFusion (...
  3. Thanks for the clarification, eliot. That really...

    Thanks for the clarification, eliot. That really sounds interesting.

    I looked for more information, but i still did not find the answer i am looking for. Maybe this code snippet from one of the...
  4. Hi Michael, i will try to extract the...

    Hi Michael,

    i will try to extract the important code parts on the weekend and make those available here. I very well can imagine that others find this code useful too, so lets see if it works......
  5. I quickly looked through the Sitemesh docu, and...

    I quickly looked through the Sitemesh docu, and though it sounds interesting i think it concentrates on putting together multiple JSPs (at least in the out-of-the-box-version). But my impression...
  6. solved: character encoding and multipart forms

    Hi all,

    I had a lot of problems to get our utf8-based forms working again after switching from "normal" POST-forms to "multipart/formdata"-forms to allow file uploads.

    I did not find the...
  7. Hi Morley, Half a year ago i was facing the...

    Hi Morley,

    Half a year ago i was facing the same problem: i wanted to build a kind of portal based on multiple Spring controllers and views.

    I looked into Portlets but the Spring integration...
  8. Spring seems to bind all form fields : security?

    Hi all,

    i wondered how secure the automatic data binding is, when using domain objects directly as command objects (a very usefull feature together with hibernate).

    If i have a jsp-form which...
  9. Replies
    2
    Views
    4,210

    Okay, i solved this problem today... just in case...

    Okay, i solved this problem today... just in case somebody else runs into the same situation: i was not aware that two contexts are created, one big "parent" application context and one servlet...
  10. Replies
    2
    Views
    4,210

    Singleton bean created twice?

    Hello!

    I experience a very strange behaviour at application startup, for which i do not find an explanation.
    I have a singleton bean defined in the application context:

    <bean...
  11. Hi, i remember having similiar problems and it...

    Hi,

    i remember having similiar problems and it took me a while to figure out that i had to use a DataSource-wrapper for the mysql connection. I think the problem was that the mysql jdbc driver did...
  12. Reattaching objects to Hibernate session & API Desig

    Hi all!

    I would like to know your opinion and maybe your solutions for the following problem: when an object comes back from the gui layer (e.g. in a form controllers submit), we have to...
  13. Just a guess: If you use lazy collections in...

    Just a guess: If you use lazy collections in Hibernate, then these collections can only be accessed as long as the hibernate session is open (typically this session is opened and closed again in the...
  14. Replies
    4
    Views
    2,153

    Hi Rod, Colin! Thanks for your replies! This...

    Hi Rod, Colin!

    Thanks for your replies! This solved my problem... :-)

    Sebastian
  15. Replies
    3
    Views
    1,983

    Error in Documentation

    Hi,

    i noticed an error in the documentation, but did not find a proper place to post it (is there a bugtracker? Apparently not on the sourceforge page...).

    On ...
  16. Replies
    4
    Views
    2,153

    BTW: I also tried this identity comparison in a...

    BTW: I also tried this identity comparison in a controller, with my (otherwise working) Managers and DAOs. The comparison failed there, too...

    In the JUnit test i setUp the following:
    ...
  17. Replies
    4
    Views
    2,153

    Object identity with HibernateTemplate

    Hi!
    I am using Spring with Hibernate, and i am confused by the following (taken from a junit test):


    Subject subject1a = &#40;Subject&#41; getHibernateTemplate&#40;&#41;.find&#40;"FROM Subject s WHERE...
Results 1 to 17 of 17