The spring-dm reference documentation only mentions that spring-mvc is supported. I am wondering if any of the other MVC frameworks (JSF, Wicket, etc.) are supported as well?
If so, are there any...
Type: Posts; User: tamsler; Keyword(s):
The spring-dm reference documentation only mentions that spring-mvc is supported. I am wondering if any of the other MVC frameworks (JSF, Wicket, etc.) are supported as well?
If so, are there any...
I basically have a simple webapp, hello world servlet, in which I want to inject a service, without using spring-mvc. Is that possible?
Best,
-- Thomas
By looking at the tomcat v5.5.23 bundle that is included in spring-dm v1.1.1, I can see that it was created via a maven plugin. The manifest looks stright forward but the trick is to get numerous...
Hello,
I am using spring-dm v1.1.1 as well as v1.2.m1 and they both provide tomcat v5.5.23. I need to find tomcat v5.5.26 as well as v5.5.27 bundles. I search quite a bit but couldn't find them. I...
I got this work now. I ended up adding all the META-INF/spring/... bean definitions to the interface. I also had an issue with a not proberly configured project. For some reason, it was missing PDE...
Hello,
Is it possible to separate a service into an API and an IMPL bundle?
e.g.
service-api-bundle
- interface Service ...
service-impl-bundle
Update:
So I went ahead and belw away my ~/.m2 maven repository and built the sample again. It builds it with an test error now:
-------------------------------------------------------
T E S...
I forgot to mention that the above issue only exists using Mac OS X 10.5.5. The example works perfectly on linux. Has anybody seen this issue using Mac OS X?
-- Thomas
Hello,
I have tried to get the simple-web-app to work in both spring-dm 1.1.1 and 1.2.0 M1. I followed the readme.txt, and after string osgi via:
java -jar war/libs/org.eclipse.osgi.jar
I...
Hello,
It seems that there is a limitation as the refresh-check-delay option requires that the script source files cannot live in a package such as a JAR. I tried to get this to work in tomcat...