Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    1,011

    If you want to have a distributed transaction,...

    If you want to have a distributed transaction, you need a double side commit between 2 transactionnal contexts. Accessing data from a Jdbc, JMS or RMI server is usually done in a transactionnal...
  2. What is the bean creation overhead when adding AOP

    Hi all,

    I have a performance issue in production related to the usage of Spring AOP. The problem is related to the session bean creation having a Annotation/AOP marker...
  3. Replies
    0
    Views
    712

    System hang using Annotation and AOP

    Hi,

    I have a strange issue with Spring AOP. We have done a monitoring annotation using Spring AOP to be put on a method to monitor the performance. On production, we have a system hang because of...
  4. Replies
    16
    Views
    3,761

    The question about exception handling is quite...

    The question about exception handling is quite important IMHO. I have build a little process in Spring implementing the Fault Barrer. When I have some time, I will describe it here.

    The main idea...
  5. Replies
    6
    Views
    1,878

    Hi Constantine, thanks for your answer. And I am...

    Hi Constantine, thanks for your answer. And I am following you 100%. I know there's probably an issue to let Services load any DAOs, and not only Services. I agree that separating functional...
  6. Replies
    2
    Views
    4,952

    What about chapter 23 of the spring...

    What about chapter 23 of the spring documentation?

    http://static.springframework.org/spring/docs/2.5.x/reference/scheduling.html#scheduling-task-executor
  7. Replies
    6
    Views
    1,878

    Hi Constantine, you post is very interesting....

    Hi Constantine,

    you post is very interesting. I understand your point and would like to agree with it.

    I agree totally with the configuration isolation of "common and transversal components"...
  8. Maybe you can check this page to see how much...

    Maybe you can check this page to see how much Spring AOP will affect your system: http://docs.codehaus.org/display/AW/AOP+Benchmark

    You will find other way to add AOP (AspectJ, etc). The number...
  9. My mistake. I mixed delegation, "Business...

    My mistake. I mixed delegation, "Business Delegated" accessing the Business Service and Strategy pattern. I do need some time to read back my patterns to make that clear.
  10. Yes, I means "inheritance encapsulation" opposed...

    Yes, I means "inheritance encapsulation" opposed to delegation.

    I am planning to propose a straight: (view)/business/persistence layers using Annotated transaction and Spring as the overall glue.
  11. Thanks Shahnawazshahin, I have been out of this...

    Thanks Shahnawazshahin, I have been out of this forum because I have took some time to rapidly analyze all eclipse projects (36 projects for 25 applications) for a total of 3000+ not-generated Java...
  12. Thanks Constv, theses discussions are really...

    Thanks Constv, theses discussions are really awesome!
  13. Thanks wexwarez, I will add this to my argument...

    Thanks wexwarez, I will add this to my argument...
  14. Replies
    6
    Views
    1,878

    I would do this kind of separation for the...

    I would do this kind of separation for the eclipse projects materializing the design layers. You can add more projects if you want (external service, etc).

    Theses are the bases:

    1- Web: The...
  15. Design Discussion around DAOs. Arguments (in favor) needed!

    Hi,

    I am a experienced Spring and Hibernate user. I have build many applications using this well used separation of concern :

    View (jsf, struts, other)
    |-view beans (session scoped)...
  16. Hi, could you (or anyone) send some xml code...

    Hi,

    could you (or anyone) send some xml code (face config, app context of spring, web.xml) that you use for this integration? I am very interested about this integration Spring 2.0 and JSF (I am...
  17. Replies
    1
    Views
    3,382

    OK found my mistake. I have made it work, i...

    OK found my mistake.

    I have made it work, i have put the need -D in the Tomcat Eclipse starter (Sysdeo) under the Tomcat JVM parameter (not in the catalinastart.bat as I thaught).
    ...
  18. Replies
    1
    Views
    3,382

    Spring, JMX and Tomcat 5.5 + MC4J 1.2b9

    Hi,

    I am trying to make a simple working JMX example with Tomcat 5.5, MC4J 1.2b9.

    I have put a simple Spring applicationContext file with this taken from the Spring JMX tutorial (with the...
  19. Replies
    5
    Views
    1,896

    Using Spring Remoting as a Session Facade, does...

    Using Spring Remoting as a Session Facade, does not look accurate for me. Spring Remoting, should be normally implemented as a stateless facade, not in a statefull manner. As far as I know, the...
  20. Spring and WebService "architecture" Question

    Hi,

    I am not an expert in web service, but I have used Spring since a year for many j2ee project. I would like to know if I can use Spring for writing web services. I have 2 projects on the...
  21. Thanks for your answer. I will check the CVS...

    Thanks for your answer. I will check the CVS sandbox (do you mean some sandbox code in the CVS of Acegi?).

    We are using WAS 4.0.6 (IBM jre1.3.1). And the latest Spring.

    I was thinking to...
  22. Replies
    0
    Views
    721

    Using ACEGi with WAS 4.0.6 (Web+EJB)

    Hi,

    I have a small architectural question to ask. I have the mandat to "securize" a J2EE web Application (an application that still use EJB and EJB security). I have start to "Spring-nified" the...
  23. Replies
    7
    Views
    2,347

    Can I use ACEGI with JRE 1.3.1 and JSP 1.1 like...

    Can I use ACEGI with JRE 1.3.1 and JSP 1.1 like WAS 4.0.6?

    I understand I cannot use the javax.servlet.Filter class, but can I use the authentification taglib?

    Thanks

    Etienne.
  24. Architectural question (Ageci with EJB+WEB+Spring+ADS)

    Hi,

    I have a small architectural question to ask. I have the mandat to "securize" a J2EE web Application (an application that still use EJB and EJB security). I have start to "Spring-nified" the...
  25. This is exactly was I was searching for! Is...

    This is exactly was I was searching for!

    Is there any drawback to this solution? Like initialising too much beans?

    If I understood you correctly, it will auto-wire all bean set on the same...
Results 1 to 25 of 55
Page 1 of 3 1 2 3