Search:

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

Page 1 of 17 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    1,056

    I think I understand the issue. For whatever...

    I think I understand the issue. For whatever reasons, policy or resistence to Spring itself, one cannot just add Spring to an existing system.

    I did this once. I could not add Spring to a...
  2. Replies
    5
    Views
    2,911

    Minor quibble. The changelog has a 'typo':...

    Minor quibble. The changelog has a 'typo':
    "JuergenPackage org.springframework.jndi"
  3. This was discussed in the forums before. For...

    This was discussed in the forums before.
    For example, http://forum.springframework.org/showthread.php?t=18083&highlight=strategy+pattern
  4. Replies
    6
    Views
    1,092

    Did you see this article that presents an...

    Did you see this article that presents an approach to a dynamic configuration of data source? http://blog.interface21.com/main/2007/01/23/dynamic-datasource-routing/
  5. 1. Maybe you can put the jar's app context file...

    1. Maybe you can put the jar's app context file in the jars unique classpath location. So, if your jar's main class is a.b.c then you would put the context definitions at a/b/c in the jar. An...
  6. Replies
    4
    Views
    1,296

    I have unit tests that use Spring and have no...

    I have unit tests that use Spring and have no issues, but I don't use BasicConfigurator.

    Maybe these threads are relevent:
    ...
  7. Replies
    4
    Views
    1,296

    In normal log4j use, this indicates that log4j...

    In normal log4j use, this indicates that log4j did not find one of its configuration files, like 'log4j.properties' or 'log4j.xml' in the classpath.
  8. Replies
    6
    Views
    1,635

    Jim: Yes, messaging could be much heavier. ...

    Jim:

    Yes, messaging could be much heavier. However, A while back I did a little prototyping with the ESB approach, using Mule, seemed relatively easy to use, and lighter. This would hide some of...
  9. Replies
    6
    Views
    1,635

    Did you consider using Messaging instead of...

    Did you consider using Messaging instead of folders and files? You could even use a timer service to just kick the whole thing off.
  10. Replies
    8
    Views
    6,078

    More info for ESB selection determination

    News article on Mule's roadmap: Spring, OSGi, Virtualization, Eclipse IDE, and so forth.



    article: MuleSource Hits Milestone, Sets Roadmap for Mule

    --- Josef
  11. You could do it with a postprocessor.

    You could do it with a postprocessor.
  12. Replies
    31
    Views
    10,360

    The existing Spring books are still valuable...

    The existing Spring books are still valuable since they cover the fundamentals of Spring very well. Also, since Spring is backward compatible with earlier versions, the books are still usable as a...
  13. Replies
    3
    Views
    1,360

    Programmatically you can do it by creating...

    Programmatically you can do it by creating RootBeanDefinition objects and then registering these into the context, registerBeanDefinition(.....).
  14. Replies
    2
    Views
    990

    Perhaps I read what I wanted into them. But, I...

    Perhaps I read what I wanted into them. But, I tend to agree with the ones who said the non-xml was not easier to read. Also, the Ant developer did mention that XML is more resiliant to versioning....
  15. Replies
    2
    Views
    990

    XML bean files not bad compared to...

    Some have bemoaned the fact that beans are usually configured using XML. (Yup, I know, there is programmatic, custom, etc.) I was reminded of this when I saw this interesting thread regarding a...
  16. Replies
    2
    Views
    1,507

    See...

    See http://forum.springframework.org/showthread.php?t=27990

    Basically, I started the timer with autostart off.
  17. Replies
    7
    Views
    1,739

    Unless I'm missing something in your question,...

    Unless I'm missing something in your question, this is the way Spring should behave. The init-method attribute is the way to designate a method to invoke when a bean is instantiated after properties...
  18. Replies
    2
    Views
    1,996

    Other references are the various resources...

    Other references are the various resources regarding the forthcoming Spring OSGi. See:

    Spring package: org.springframework.osgi (in sandbox)
    Colyer blog post: ...
  19. Interesting problem if the beans cannot be...

    Interesting problem if the beans cannot be specified as depended (for use of DI) and you also can't use depends-on.

    Use afterPropertiesSet to set an external resource or state holding bean; use...
  20. Replies
    5
    Views
    1,061

    Your right, I missed that. I was probably...

    Your right, I missed that. I was probably thinking of the harder problem.
  21. there are some forum threads where...

    there are some forum threads where propertyplaceholder configurators are used for this. That is, put these environment variables into property files that override those in the Spring context files.
  22. Replies
    5
    Views
    1,061

    Arthur: That approach requires that bean2 have...

    Arthur:

    That approach requires that bean2 have a 'setstringValue' setter method. I thought berserksangr did not have that.

    - Josef
  23. Replies
    1
    Views
    910

    That is exactly the view I currently hold and...

    That is exactly the view I currently hold and mentioned in a previous post. Granted I am an AOP newbie, just read the book "aspectj in action" and various articles and even did some aop (or...
  24. Replies
    3
    Views
    1,085

    Perhaps I misunderstand the question, but...

    Perhaps I misunderstand the question, but essentially your application will have some kind of main entry point. In that entry point you load the application context. Of course, some object or...
  25. Replies
    7
    Views
    1,156

    About EJB: I don't think Spring was created to...

    About EJB:
    I don't think Spring was created to replace EJBs. Perhaps, Spring allows easier use of EJBs or relegates them to a narrower nitch. Spring has to work in existing solutions that use...
Results 1 to 25 of 401
Page 1 of 17 1 2 3 4