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,...
Type: Posts; User: Sebastian; Keyword(s):
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,...
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 (...
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...
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......
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...
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...
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...
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...
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...
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...
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...
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...
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...
Hi Rod, Colin!
Thanks for your replies! This solved my problem... :-)
Sebastian
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 ...
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:
...
Hi!
I am using Spring with Hibernate, and i am confused by the following (taken from a junit test):
Subject subject1a = (Subject) getHibernateTemplate().find("FROM Subject s WHERE...