Search:

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

Search: Search took 0.02 seconds.

  1. Marten, This is exactly the confirmation I...

    Marten,



    This is exactly the confirmation I was looking for. I couldn't find this in the documentation, hence I opened a JIRA ticket for specifying what <mvc:annotation-driven/> does more...
  2. and component scanning

    I have a Spring MVC application where my global (root context) contains the following:

    <context:component-scan base-package="org.mycompany.myproduct"/>

    and nothing else. I also have my servlet...
  3. How to waive Certification after Spring Core Class

    Was wondering if anyone knows how to waive the fee after taking the spring Core class? Wasn't able to find how to do it on their site.
  4. Thanks you for your reply. I agree with your...

    Thanks you for your reply. I agree with your comments about autowiring and explicit wiring, however I was under the impression that the annotation approach to configuring beans was an alternative to...
  5. I guess I don't fully understand the reasoning...

    I guess I don't fully understand the reasoning behind "primary" then. Say I have a project where my Controller expects a member:

    @Resource(name="foo") MyService service

    And I have one...
  6. Stereotypes and Primary Declaration - Annotations

    Is there any reason why the primary attribute found in the XML bean definition of a bean can not be declared in Annotations? Sounds to me I would have to write my own. Is the use of this attribute...
  7. Replies
    4
    Views
    3,496

    Yeah! I need this as well. My project continues...

    Yeah! I need this as well. My project continues to grow significantly and would like to use the imported beans within the spring explorer view.

    Thanks for the great work!
  8. Replies
    0
    Views
    833

    JAXB2 and JPA annotations

    It looks like the schemagen tool (from JAXB2) doesn't like POJOs with JPA annotations (unless I'm doing something terribly wrong). I understand there is a jaxb-Intros project (sponsored by JBOSS)...
  9. Replies
    0
    Views
    1,068

    BeanUtils usage

    I was looking for an alternative to the BeanUtils.copyProperties operation (from jakarta commons) and came across the BeanUtils class in the Spring distribution. The reason why I was looking for an...
  10. Replies
    9
    Views
    2,505

    Have you tried checking for "nulls" on your...

    Have you tried checking for "nulls" on your associated object, adding:

    where e.address not null? (or whatever the null check is in HQL, don't remember right now)
Results 1 to 10 of 10