Hello joshefin,
then how do you use this converter? How do you assign the correct DAO to it?
Probably some source-code could be useful?
R,
triplem
Type: Posts; User: triplem; Keyword(s):
Hello joshefin,
then how do you use this converter? How do you assign the correct DAO to it?
Probably some source-code could be useful?
R,
triplem
Just stumbled across
http://bill.burkecentral.com/2008/01/14/scanning-java-annotations-at-runtime/
and
http://code.google.com/p/reflections/
Looks like this could do the trick, what do...
Solved in a different way. We are now using its own entity for the mapping.
Solved in a different way. We are now using its own entity for the mapping.
Hello,
we have on some classes an Annotation (TechNamePrefix). The TechName should then be calculated by the TechNamePrefix and the Id (from Database) of the Object.
Now, we will get URLs with...
The container (document) for this variable is in all our pages now, so we can refer to it quite easily. Don't know, why i even asked this one ;-)
<div dojoType="dojo.data.ItemFileReadStore"...
We have a basic model (Model) has a 1:1 relationship to a details class (ModelDetails):
@Entity
@Configurable
public class Model implements Serializable {
@Id
...
Do we want to get something totally obvious, and we do not get it?
One thing, which came to our mind, was if we could use a map for the memberdetails? This would raise other questions so.
Hello,
we are currently in the process of splitting up an application into several tiers to reuse e.g. the security components also in other applications.
In the core application we have...
We have solved this issue now. I am unsure, what did really solve this issue, but we did restructure the whole dependencies in our pom, and now it is working.
We have an own component with some Entities (annotated with @Entity and @Configurable), which we would like to weave into another component.
We have declared the weaving dependencies in the Maven...
Hello,
we have created a menu using DOJO and JSON like:
<div dojoType="dojo.data.ItemFileReadStore" jsid="menuStore" url="/myapp/menuentries.json">
Now I would like to add a parameter...
I have solved this problem, by not using the IEntity Interface. From my point of view, this is not really logical, since this interface extends the Serializable as well.
Any hints?
Hello,
I am pretty new to Spring, but do like the framework. I am currently doing some refactoring on our project, and unfortunately ran into a problem concerning the MappedSuperclass.
I get always...