Search:

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

Search: Search took 0.02 seconds.

  1. Hello joshefin, then how do you use this...

    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
  2. Replies
    1
    Views
    735

    Just stumbled across ...

    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...
  3. Replies
    2
    Views
    489

    Solved in a different way. We are now using its...

    Solved in a different way. We are now using its own entity for the mapping.
  4. Replies
    1
    Views
    347

    Solved in a different way. We are now using its...

    Solved in a different way. We are now using its own entity for the mapping.
  5. Replies
    1
    Views
    735

    Central Storage of classes

    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...
  6. Replies
    1
    Views
    1,990

    The container (document) for this variable is in...

    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"...
  7. Replies
    1
    Views
    347

    Extending Model

    We have a basic model (Model) has a 1:1 relationship to a details class (ModelDetails):



    @Entity
    @Configurable
    public class Model implements Serializable {
    @Id
    ...
  8. Replies
    2
    Views
    489

    Do we want to get something totally obvious, and...

    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.
  9. Replies
    2
    Views
    489

    Dynamic MemberDetails

    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...
  10. Replies
    1
    Views
    910

    We have solved this issue now. I am unsure, what...

    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.
  11. Replies
    1
    Views
    910

    Weaver cannot find class

    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...
  12. Replies
    1
    Views
    1,990

    Dynamic DOJO Tree with JSon

    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...
  13. Replies
    1
    Views
    1,061

    I have solved this problem, by not using the...

    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?
  14. Replies
    1
    Views
    1,061

    @MappedSuperclass

    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...
Results 1 to 14 of 14