Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Poll: Which UML diagram(s) do you use most often?

    Which UML diagram(s) do you use most often:
    Class Diagram
    Package Diagram
    Object Diagram
    Use Case Diagram
    Sequence Diagram
    Collaboration Diagram
    Statechart Diagram
    Activity Diagram
    Component...
  2. By the way, thanks again. The...

    By the way, thanks again. The MethodInvokingFactoryBean stuff is working beautifully -- I didn't have to write any extra code!
  3. Statistics for Spring (similar to Hibernate's Statistics object)

    Other than Spring JMX, does Spring have a Statistics object similar to Hibernate which provides info on Hibernate's operations? I want to display info about the beans Spring is managing (e.g....
  4. Thank you so much for the quick response -- you...

    Thank you so much for the quick response -- you are awesome :-)
  5. Hello. Thanks for your suggestion a couple of...

    Hello. Thanks for your suggestion a couple of weeks ago.

    Given your suggestion, how do I implement DecryptingFactoryBean? In other words, do I extend util.DecryptingFactoryBean (see below) using...
  6. Thanks for the quick response. I'll check those...

    Thanks for the quick response. I'll check those out.
  7. Invoking another method to get property values

    What is the best way to invoke a method (static or non-static) in another object to get a value back for a bean's property?

    I have a couple of password type properties (e.g. <property...
  8. Replies
    1
    Views
    1,805

    Form and Results on same page

    I have a search form which displays the results on the same page after submit (see layout below). However, my formBackingObject always returns a new formObject because I'm doing a RedirectView() in...
  9. Thanks, Alarmnummer. I appreciate your detailed...

    Thanks, Alarmnummer. I appreciate your detailed response.
  10. Approaches for multi-threading in an App Server?

    Hello. I'm building a Spring MVC+Hibernate web application using WebLogic and have a need for multi-threaded processing (i.e. process a JMS message after persisting the contents).

    What is the...
  11. Actually, "UrlFilenameViewController" did the...

    Actually, "UrlFilenameViewController" did the trick.

    By the way, the 3rd reason I needed this functionality was to have these processed via an interceptor I use to check the user is logged in.
    ...
  12. Thanks for your reply. I'm not sure if...

    Thanks for your reply.

    I'm not sure if "ParameterizableViewController" does the trick, although its description kind of sounds like what I need:

    I believe my main issues are:
    1. I don't want...
  13. Forwarding /page.do to WEB-INF/page.jsp (w/out Controller)

    Hello.

    I have .do extensions being handled by Spring MVC. I have many .do and Controller url mappings. However, I have other .jsp files that I don't want to write controllers for but would...
  14. Thanks. I'll give merge a try.

    Thanks. I'll give merge a try.
  15. Thanks, I'll give logging a try.

    Thanks, I'll give logging a try.
  16. P.S. I just deployed the standard-examples.war...

    P.S. I just deployed the standard-examples.war from the jakarta-taglibs-standard-1.1.2 download and got the same error:


    /functions/Trim.jsp&#40;2&#41;&#58; Error in using tag library...
  17. Thanks, everyone for your replies. First, I'm...

    Thanks, everyone for your replies.

    First, I'm using WebLogic 8.1 SP4.

    Second, here is the exception shown in the browser:

    /test.jsp&#40;1&#41;&#58; Error in using tag library uri='/WEB-INF/fn.tld'...
  18. My save isn't part of a transaction, that is, it...

    My save isn't part of a transaction, that is, it isn't being saved/committed. There are no exception, nothing. And, since Hibernate doesn't auto-commit, my data isn't being saved to the DB.

    Any...
  19. Declarative Transaction using Hibernate 3 not working for me

    Hello. I'm currently using Hibernate 3 transactions and want to switch to Spring Transactions but my first test isn't working.

    Here are my code excerpts; what am I doing wrong?


    <bean...
  20. Is JSTL functions (fn) supported in Spring MVC?

    I tried installing the latest version of Jakarta standard.jar but got an exception with Spring.

    I'm trying to use the JSTL functions (fn.tld) stuff for trimming strings.

    Has anyone successfuly...
  21. P.S. Not sure if this is related to the above...

    P.S. Not sure if this is related to the above problem but I just found this on http://struts.apache.org/userGuide/dev_validator.html

    Note that since Struts 1.1, you must explicitly define your...
  22. ValidatorAction throws NullPointerException w/ Struts 1.2.7

    Anyone have a clue why the latest version of Struts causes this? It was working fine with my previous version of Struts but I wanted to the ValidWhen functionality, so I upgraded.

    ...
  23. Thanks; that makes sense :-)

    Thanks; that makes sense :-)
  24. I'm using the Spring IDE but didn't see a...

    I'm using the Spring IDE but didn't see a "validate" option. Where do the errors (if any) show up? In the XML Buddy editor window?
  25. Does a context file validation tool exist?

    Is there a tool that can validate a spring context file, so one can find out before wasting time starting/stopping an application server?
Results 1 to 25 of 70
Page 1 of 3 1 2 3