Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    1,133

    That thread deals with client side integration....

    That thread deals with client side integration. What I'm interested in are techniques used to inject resources into a GWT service.

    [Update]
    Nope. Actually, this reference thread does answer my...
  2. Replies
    2
    Views
    1,133

    Spring and GWT integration

    This may be the more appropriate area for this question

    I've looked at quite a bit on the subject, but I haven't found the answer to one question. What is considered the best way to load a Spring...
  3. Replies
    1
    Views
    1,849

    Spring and GWT integration

    I've looked at quite a bit on the subject, but I haven't found the answer to one question. What is considered the best way to load a Spring context, like the ApplicationContext into a GWT remote...
  4. Replies
    4
    Views
    1,844

    Already in. I quickly realized that the DFP as...

    Already in. I quickly realized that the DFP as you stated obviates the need for both the context and implementing the interface leaving me with a nice generic Filter.

    Again, thanks for the assist...
  5. Replies
    4
    Views
    1,844

    I'll take a look at it! Thank you.

    I'll take a look at it! Thank you.
  6. Replies
    4
    Views
    1,844

    WebApplicationContext in Servlet filter

    Besides using a static variable, are there any best practice ways of creating a WebApplicationContext in a Servlet filter, something similar perhaps to uses the Struts action setServlet call to get...
  7. Use the LinkedHashSet(list) to maintain both...

    Use the LinkedHashSet(list) to maintain both order and uniqueness
  8. Replies
    1
    Views
    896

    Hmmm...Perhaps that around would work better...

    Hmmm...Perhaps that around would work better after all...
  9. Replies
    1
    Views
    896

    Implementing RetryThrowsAdvice

    What I would like to do is catching of certain exceptions, I would like to retry the operation a certain number of times at certain intervals.

    Is there anyway to have retry an operation using the...
  10. Replies
    6
    Views
    7,116

    Actually, that's good to know also. You never...

    Actually, that's good to know also. You never know when this won't be a web app!

    Thanks again.
  11. Replies
    6
    Views
    7,116

    Hmmm... It seems that the bean def needed to be ...

    Hmmm... It seems that the bean def needed to be

    <bean id="placeHolderConfig" class="org.springframework.beans.factory.config.PropertyOverrideConfigurer">
    <property...
  12. Replies
    6
    Views
    7,116

    Hmmm... It seems that the bean def needed to be ...

    Hmmm... It seems that the bean def needed to be

    <bean id="placeHolderConfig" class="org.springframework.beans.factory.config.PropertyOverrideConfigurer">
    <property...
  13. Replies
    6
    Views
    7,116

    Using the PropertyOverrideConfigurer

    I'm using this def

    <bean id="placeHolderConfig" class="org.springframework.beans.factory.config.PropertyOverrideConfigurer">
    <property...
  14. Replies
    20
    Views
    7,653

    How about mentioning that Oracle themselves...

    How about mentioning that Oracle themselves provide the Toplink support in Spring. I used both that and the Bea support to sell Spring's use in our framework to one of our customers.

    You can also...
  15. One more question, what is the recommendation?...

    One more question, what is the recommendation? Should I contine to use the AOP Alliance stuff or move over to the AspectJ APIs?

    Thanks!
  16. Effect of AspectJ integration on AOP alliance APIs

    Will there be any? Currently, I use the AOP Alliance APIs in our applications. What effect, if any, will the AspectJ integration have?
  17. Replies
    1
    Views
    11,060

    Singleton vs. Prototype

    I've now successfully deployed two applications based on the Spring Framework. I am constantly amazed at this software and the significant improvements I've made in application creation.

    Now that...
  18. Replies
    1
    Views
    1,768

    When does Spring close the session?

    I'm trying to use Hibernate's lazy instantiation using Spring's Hibernate convenience classes. At what points do Spring open/close the Hibernate session?
  19. Replies
    4
    Views
    3,318

    Do you have logging turned on? I had a pull of...

    Do you have logging turned on? I had a pull of data that went from about 5 seconds to instant when I turned off hibernate logging using the following
    ##########################################
    # ...
  20. Replies
    2
    Views
    1,677

    Re: Design Questions

    I have a persistence package that has a dao package for interfaces and a hibernate package that has hibernate implementations of those DAO interfaces.

    Persistence also contains PersistenceService...
  21. Replies
    3
    Views
    7,084

    Damn! That's fast! Thank you, Colin. Guys, I...

    Damn! That's fast! Thank you, Colin.

    Guys, I hope you never tire of hearing this, but this entire project is simply incredible. Frankly, I am in awe of this entire effort.

    I just started...
  22. Replies
    3
    Views
    7,084

    Trying to create bean with Hashmap

    I'm trying to create a class that looks like this

    Class MyClass
    {
    String pageName;
    Map pageMap

    }

    The pageMap Map is a <String,List> where the list is just a list of Strings....
  23. Replies
    8
    Views
    3,483

    Re: Setting public fields

    Couldn't you wrap the class? Or wrap it and have the wrapper class implement the same interface?
  24. I actually tried that after seeing the code and...

    I actually tried that after seeing the code and it actually work for the reason you mentioned. My only issue probably may just be one of semantics. With the Action, setting the webAppContext...
  25. I'm afraid I misspoke. It wasn't that setServlet...

    I'm afraid I misspoke. It wasn't that setServlet wasn't called, I just need(or at least want) the context at form creation time. Ultimately, I want my bean created after the form is created, but...
Results 1 to 25 of 29
Page 1 of 2 1 2