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...
Type: Posts; User: biguniverse; Keyword(s):
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...
By the way, thanks again. The MethodInvokingFactoryBean stuff is working beautifully -- I didn't have to write any extra code!
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....
Thank you so much for the quick response -- you are awesome :-)
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...
Thanks for the quick response. I'll check those out.
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...
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...
Thanks, Alarmnummer. I appreciate your detailed response.
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...
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.
...
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...
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...
Thanks. I'll give merge a try.
Thanks, I'll give logging a try.
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(2): Error in using tag library...
Thanks, everyone for your replies.
First, I'm using WebLogic 8.1 SP4.
Second, here is the exception shown in the browser:
/test.jsp(1): Error in using tag library uri='/WEB-INF/fn.tld'...
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...
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...
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...
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...
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.
...
Thanks; that makes sense :-)
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?
Is there a tool that can validate a spring context file, so one can find out before wasting time starting/stopping an application server?