Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    1,152

    When you need to apply cross-cutting services...

    When you need to apply cross-cutting services (orthoganally) as an adjunct to OOP (classes/objects).

    examples: transactional support, logging, security

    less code pollution

    same idea in EJB...
  2. Replies
    1
    Views
    568

    conditionally use AOP advice

    I want to use the AOP advice/pointcuts, etc in debug mode only (as a master global config: e.g. when log4j is in DEBUG threshold). How can I do this in the application.xml config or elsewhere? thx.
  3. Replies
    1
    Views
    517

    deactivate AOP in application.xml

    How can I turn off all aspects/advice for all packages/classes (i.e. a master switch)? Please show code or applicaiton.xml configs. thx.
  4. Replies
    0
    Views
    757

    Refactoring Seam project to Spring

    http://seamframework.org/Community/RefactoringSeamProjectToSpring

    Need to refactor Seam 2.x to Spring 2.x or 3. Plz advise on any experiences or tips/advice.

    Stack includes JBoss 4.2.x, Seam...
  5. Replies
    14
    Views
    21,269

    Sticky: Can we use Spring XT Ajax framework from Spring...

    Can we use Spring XT Ajax framework from Spring modules 0.9 with Struts 1.1 MVC framework? If so, where is the documentation for this integration and/or sample projects using XT and Struts 1.x. thx.
  6. Replies
    1
    Views
    722

    limitations of OSIV pattern?

    I have been using Seam framework with JSF/JPA/Hibernate for over 2 years now. I am now learning Spring 2.x and coming up to speed on basic concepts.

    According to this from DAllen's Seam in Action...
  7. I tried the 2.5 spring.jar and same exception as...

    I tried the 2.5 spring.jar and same exception as before...
  8. Microsoft SQL Server 2005 JDBC Driver...

    Microsoft SQL Server 2005 JDBC Driver 1.2.2828.100
    Sun HotSpot JDK 1.5.0_17-b04
    Seam 2.0.2-FP
    Spring 2.0.8

    I'm wondering if I should use a later sqljdbc.jar or spring.jar?

    btw, I tried this...
  9. This example looks very similar to mine. I don't...

    This example looks very similar to mine. I don't understand why/how it's adding the SqlOutParameter values to the inParams Map instance in my code??
    ...
  10. Using StoredProcedure Spring libraries in Seam app

    Implementation-Title: Spring Framework
    Implementation-Version: 2.0.8
    Spring-Version: 2.0.8

    I am getting SQLServerException stating there are four input params (proc only takes two). It happens...
  11. Replies
    11
    Views
    3,115

    I have no hands-on experience with Spring (only...

    I have no hands-on experience with Spring (only training via Interface21) but LOTS of interest, esp. Spring 3 and dm server. I have developed apps using JSF/Seam/EJB3/Facelets/Richfaces/Hibernate...
  12. Thread: Spring vs. Seam

    by rabies
    Replies
    13
    Views
    11,848

    annotations are now available in Spring as...

    annotations are now available in Spring as well... no more XML hell (if you so choose)
  13. Thread: Spring vs. Seam

    by rabies
    Replies
    13
    Views
    11,848

    Seam supports jBPM integration (see the online...

    Seam supports jBPM integration (see the online Seam in Action chapter here: http://manning.com/dallen/SeamIACH14_bonus.pdf) as well as Excel/PDF support in Seam 2.1.

    check out these links:
    ...
  14. Replies
    1
    Views
    1,144

    how bout: parallel (multi-core) computing with...

    how bout: parallel (multi-core) computing with Scala or Erlang? Scala is JVM interoperable, Erlang is not.

    If you don't believe me, check out this from Ted Neward:
    ...
  15. Replies
    1
    Views
    1,144

    first OOP, then AOP, now what?

    any ideas on what's next in the "foo-oriented" world? AJAX was revolutionary a few years ago. So what's next?
  16. Replies
    13
    Views
    21,277

    Are you referring to Hibernate 2nd level cache? ...

    Are you referring to Hibernate 2nd level cache? If so, this is only true for entities that are used for mostly (or only) read scenarios, no?
  17. Replies
    13
    Views
    21,277

    I've never heard of a use case that requires...

    I've never heard of a use case that requires stale data in a high tx system.

    1st level cache (persistence context) is required to perform automatic dirty checking. I don't see how anybody is...
  18. Replies
    2
    Views
    2,584

    I skipped the step of starting the server using...

    I skipped the step of starting the server using server.bat for windows (and had modified the build.xml as well thinking there was a possible port conflict on 9001).

    I recommend you guys make the...
  19. Replies
    2
    Views
    2,584

    error on deploying petclinic in dm server

    I followed the instructions in readme.txt for petclinic-1.5.0.RELEASE to deploy the app in springsource-dm-server-1.0.0.RELEASE.

    I am using HSQLDB and Hibernate.

    Here is the server log on...
  20. are you using @In EntityManager entityManager; to...

    are you using @In EntityManager entityManager; to use a SMPC? It's required for MANUAL flushMode.

    see ch 15 of seam in action book avaible for free on manning's website.
  21. SMPC (seam managed persistence context) is...

    SMPC (seam managed persistence context) is required when using FlushModeType.MANUAL as a Hibernate vendor extension.

    Post your entire Seam class code.

    Should be like:


    @In
    EntityManager...
  22. Thread: like Seam?

    by rabies
    Replies
    2
    Views
    1,025

    1) Seam offers bijection (injection and...

    1) Seam offers bijection (injection and outjection)
    2) Seam offers conversation and business process contexts (plus jBPM integration)
    3) Seam offers seam-gen to generate a project skeleton and...
  23. Thread: Spring vs. Seam

    by rabies
    Replies
    13
    Views
    11,848

    I have been using Seam since 1.2.1.GA. There is...

    I have been using Seam since 1.2.1.GA. There is a very big learning curve with JSF/facelets/Richfaces/EJB3/Hibernate/Seam if you haven't used any of these technologies before. Read Seam in Action....
Results 1 to 23 of 23